Bug 34881 - Bootstrap fails on building libstdc++: can't find file for: -lgcc_s.10.4
Summary: Bootstrap fails on building libstdc++: can't find file for: -lgcc_s.10.4
Status: RESOLVED INVALID
Alias: None
Product: gcc
Classification: Unclassified
Component: bootstrap (show other bugs)
Version: 4.3.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-20 04:47 UTC by Ed Smith-Rowland
Modified: 2013-11-10 15:56 UTC (History)
1 user (show)

See Also:
Host: powerpc-apple-darwin7.9.0
Target: powerpc-apple-darwin7.9.0
Build: powerpc-apple-darwin7.9.0
Known to work:
Known to fail:
Last reconfirmed: 2012-01-19 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Smith-Rowland 2008-01-20 04:47:54 UTC
The bootstrap fails at stage 3 for an up-to-date repo

The configure is:
../gcc/configure --prefix=/Users/ed/bin-4.3 --enable-languages=c,c++,objc,obj-c++,fortran,treelang

I do a search in the build directory and find:
MacOSX:~/obj-4.3 ed$ find . -name libgcc_s.10.4.\*
./powerpc-apple-darwin7.9.0/libgcc/libgcc_s.10.4.dylib
./prev-powerpc-apple-darwin7.9.0/libgcc/libgcc_s.10.4.dylib
./stage1-powerpc-apple-darwin7.9.0/libgcc/libgcc_s.10.4.dylib

So the library exists.

I've tried setting DYLD_LIBRARY_PATH to one of these locations and still no dice.

I've noticed three libraries:
MacOSX:~/obj-4.3 ed$ ll powerpc-apple-darwin7.9.0/libgcc/*.dylib
-rwxr-xr-x  1 ed  ed  238008 19 Jan 23:35 powerpc-apple-darwin7.9.0/libgcc/libgcc_s.1.dylib
-rwxr-xr-x  1 ed  ed    9468 19 Jan 23:35 powerpc-apple-darwin7.9.0/libgcc/libgcc_s.10.4.dylib
-rwxr-xr-x  1 ed  ed    9936 19 Jan 23:35 powerpc-apple-darwin7.9.0/libgcc/libgcc_s.10.5.dylib

I don't know if this helps but the 10.4 *and* the 10.5 look fishy.

Ed
Comment 1 Andrew Pinski 2012-01-19 05:32:24 UTC
Does this work now?
Comment 2 Andrew Pinski 2013-11-09 23:02:09 UTC
No feedback in over a year now so closing.
Comment 3 Ed Smith-Rowland 2013-11-10 15:56:17 UTC
On 11/09/2013 06:02 PM, pinskia at gcc dot gnu.org wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34881
>
> Andrew Pinski <pinskia at gcc dot gnu.org> changed:
>
>             What    |Removed                     |Added
> ----------------------------------------------------------------------------
>               Status|WAITING                     |RESOLVED
>           Resolution|---                         |INVALID
>
> --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
> No feedback in over a year now so closing.
>
OK.
I can't even get the box to work anymore.
I shoulda closed it myself.
Thanks,
Ed