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: Wed, 13 Apr 2011 06:17:43 +0000

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

--- Comment #8 from Dongsheng Song <dongsheng.song at gmail dot com> 2011-04-13 
06:17:27 UTC ---
(In reply to comment #7)
> Hi Dongsheng,
> 
>   I am sorry - I am currently unable to build the mingw-w64 cross compiler
> using the gcc-4.6-windows-x86.sh script.  It fails building the CRT with:
> 
>   configure: error: Please check if the mingw-w64 header set and the 
> build/host
> option are set properly.
>   make: *** No targets specified and no makefile found.  Stop.
>   [2011-04-12 10:03:38] Build Mingw-w64 crt failed
> 
> I suspected that something like this might happen. :-(
> 
> Are you able to run the linker under GDB and maybe find out where the infinite
> loop is happening ?
> 
> Cheers
>   Nick

I have no enough to run the gdb to debug ld now.

I can not know why your build failed without the exact error messages, but I
think this may be caused by your Linux not have the proper version of gmp, mpfr
and mpc develop packages.

Packages necessary for building GCC 4.6:
http://gcc.gnu.org/install/prerequisites.html

GMP 4.3.2 (or later)
MPFR 2.4.2 (or later)
MPC 0.8.1 (or later)

FC14:
http://download.fedora.redhat.com/pub/fedora/linux/releases/14/Fedora/source/SRPMS/
gmp-4.3.1-7.fc14.src.rpm
mpfr-2.4.2-1.fc13.src.rpm
libmpc-0.8.1-1.fc13.src.rpm

FC15:
http://download.fedora.redhat.com/pub/fedora/linux/releases/test/15-Alpha/Fedora/source/SRPMS/
gmp-4.3.2-3.fc15.src.rpm
mpfr-3.0.0-4.fc15.src.rpm
libmpc-0.8.3-0.3.svn855.fc15.src.rpm

RHEL6:
http://ftp.scientificlinux.org/linux/scientific/6/SRPMS/vendor/
gmp-4.3.1-7.el6.src.rpm
mpfr-2.4.1-6.el6.src.rpm

If the answer is yes, then you must use FC15 or upgrade your gmp, mpfr and mpc
develop packages yourself.

-- 
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]