[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/1040] Many packages fail to compile with binutils 2.16.1 because
From: |
drow at false dot org |
Subject: |
[Bug ld/1040] Many packages fail to compile with binutils 2.16.1 because of ldscripts screwup |
Date: |
1 Jul 2005 13:44:08 -0000 |
------- Additional Comments From drow at false dot org 2005-07-01 13:44 -------
Subject: Re: New: Many packages fail to compile with binutils 2.16.1 because
of ldscripts screwup
On Fri, Jul 01, 2005 at 04:40:07AM -0000, funtoos at yahoo dot com wrote:
> With binutils 2.16.1, lots of packages fail with wierd linker errors like some
> library required by another library not found and then it dies with 'undefined
> references'. All this happens because scripts in ldscripts/ only have
> /usr/i386-sun-solaris2.11/lib in the SEARCH_DIR. ld doesn't see libraries
> lying
> in /lib and /usr/lib. Changing these scripts to include /lib and /usr/lib
> solves
> these problems. I couldn't figure out why -L/lib -L/usr/lib was not
> honoured(in
> hindsight I think may be I needed to use -R/lib -R/usr/lib).
(Not -R, but -rpath-link.)
How did you configure and build binutils? It should have done this
automatically.
> GCC build triplet: i386-sun-solaris2.11
... huh. Is that right? Last I heard there was only 2.10.
--
http://sources.redhat.com/bugzilla/show_bug.cgi?id=1040
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.