[Bug bootstrap/37079] cannot find -lgcc_s

2011-12-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37079 --- Comment #10 from Jonathan Wakely 2011-12-23 17:11:19 UTC --- (In reply to comment #9) > --enable-version-specific-runtime-libs That's broken on x86_64 see bug 32415

[Bug bootstrap/37079] cannot find -lgcc_s

2011-12-23 Thread kai.extern at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37079 Kai Henningsen changed: What|Removed |Added CC||kai.extern at gmail dot com --- Comment

[Bug bootstrap/37079] cannot find -lgcc_s

2009-12-09 Thread 3dw4rd at verizon dot net
--- Comment #8 from 3dw4rd at verizon dot net 2009-12-09 13:22 --- Subject: Re: cannot find -lgcc_s howarth at nitro dot med dot uc dot edu wrote: > --- Comment #7 from howarth at nitro dot med dot uc dot edu 2009-12-09 > 04:21 --- > (In reply to comment #6) > >> I have th

[Bug bootstrap/37079] cannot find -lgcc_s

2009-12-08 Thread howarth at nitro dot med dot uc dot edu
--- Comment #7 from howarth at nitro dot med dot uc dot edu 2009-12-09 04:21 --- (In reply to comment #6) > I have this problem of MacOSX 10.3 > $ gcc -v > Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs > Thread model: posix > gcc version 3.3 20030304 (Apple Computer, Inc. bui

[Bug bootstrap/37079] cannot find -lgcc_s

2009-12-08 Thread 3dw4rd at verizon dot net
--- Comment #6 from 3dw4rd at verizon dot net 2009-12-09 02:00 --- I have this problem of MacOSX 10.3 $ gcc -v Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1671) When I do a make on an empty directory i

[Bug bootstrap/37079] cannot find -lgcc_s

2008-08-17 Thread jay dot krell at cornell dot edu
ious. > That multilib suffixes need to be applied to more prefixes. > Or alter the directory structure otherwise, via configure. > > > I should also try without -enable-rpath I guess. > > > Thank you for attention to the bug, > - Jay > > > > >

[Bug bootstrap/37079] cannot find -lgcc_s

2008-08-17 Thread jay dot krell at cornell dot edu
via configure. I should also try without -enable-rpath I guess. Thank you for attention to the bug, - Jay > Date: Sat, 16 Aug 2008 22:36:55 + > Subject: [Bug bootstrap/37079] cannot find -lgcc_s > To: [EMAIL PROTECTED] > From: [EMAIL PROTECTED] > > > >

[Bug bootstrap/37079] cannot find -lgcc_s

2008-08-16 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-08-16 22:36 --- What happens if you just use --with-build-sysroot= ? without saying the --with-sysroot? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -