bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/12658] ld: potential infinite loop and memory leaks when l


From: dongsheng.song at gmail dot com
Subject: [Bug binutils/12658] ld: potential infinite loop and memory leaks when link many object files
Date: Mon, 11 Apr 2011 15:37:49 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=12658

--- Comment #6 from Dongsheng Song <dongsheng.song at gmail dot com> 2011-04-11 
15:37:39 UTC ---
(In reply to comment #5)
> Created attachment 5661 [details]
> Compile gcc 4.6 for mingw-w64 target

Sorry, the working directory size is 1.2GB, it's too hard to upload.

Maybe you can build yourself:
1) build mingw-w64 cross compiler
If you use Debian 6.0 i686 or amd64 box, I can upload the compiler.
See gcc-4.6-windows-x86.sh for more details.

2) Checkout wxWidgets 2.8 branch
(http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH)

3) Configure
CFLAGS='-pipe' CXXFLAGS='-pipe' LDFLAGS='-pipe -s -static' \
${HOME}/vcs/svn/wxWidgets/branches/WX_2_8_BRANCH/configure --prefix=/tmp/w32
--host=i686-w64-mingw32 \
  --with-odbc --with-opengl --enable-shared --enable-unicode --enable-mediactrl
--enable-official_build --disable-compat26 --enable-abi-incompatible-features
...
Configured wxWidgets 2.8.12 for `i686-w64-mingw32'

  Which GUI toolkit should wxWidgets use?                 msw
  Should wxWidgets be compiled into single library?       no
  Should wxWidgets be compiled in debug mode?             no
  Should wxWidgets be linked as a shared library?         yes
  Should wxWidgets be compiled in Unicode mode?           yes
  What level of wxWidgets compatibility should be enabled?
                                       wxWidgets 2.4      no
                                       wxWidgets 2.6      no
  Which libraries should wxWidgets use?
                                       jpeg               builtin
                                       png                builtin
                                       regex              builtin
                                       tiff               builtin
                                       zlib               builtin
                                       odbc               yes
                                       expat              builtin
                                       libmspack          no
                                       sdl                no

4) build
make -j2

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]