Bug#101069: ld cannot find -lgcc_s

2001-06-18 Thread Matthias Klose
Daniel Jacobowitz writes: > On Sat, Jun 16, 2001 at 02:32:58AM -0400, Christopher C. Chimelis wrote: > > > > On Fri, 15 Jun 2001, Daniel Jacobowitz wrote: > > > > > On Fri, Jun 15, 2001 at 09:34:36PM -0700, Evan Prodromou wrote: > > > > By the way, there -is- a libgcc_s available: > > > >

Bug#101069: ld cannot find -lgcc_s

2001-06-16 Thread Philip Blundell
>If nobody gets to it and if I can't find a good spot to pick that info up >from, I'll change the hard-coded value on Saturday night or Sunday... I wonder if you can use readlink on the libgcc_s.so that gcc creates, before you blow it away. p. pgp3loUk20q7x.pgp Description: PGP signature

Bug#101069: ld cannot find -lgcc_s

2001-06-16 Thread Christopher C. Chimelis
On Fri, 15 Jun 2001, Daniel Jacobowitz wrote: > > I'll check, but the GCC_SONAME wasn't modified, which is what the link was > > originally based on. I am currently trying to figure out if we can grep > > or awk it out of a file some place rather than hard-coding it in the > > rules scripts... >

Bug#101069: ld cannot find -lgcc_s

2001-06-16 Thread Daniel Jacobowitz
On Sat, Jun 16, 2001 at 02:32:58AM -0400, Christopher C. Chimelis wrote: > > On Fri, 15 Jun 2001, Daniel Jacobowitz wrote: > > > On Fri, Jun 15, 2001 at 09:34:36PM -0700, Evan Prodromou wrote: > > > By the way, there -is- a libgcc_s available: > > > > > > ---8<--- > > > evan priss:~/tmp$ find /u

Bug#101069: ld cannot find -lgcc_s

2001-06-16 Thread Christopher C. Chimelis
On Fri, 15 Jun 2001, Daniel Jacobowitz wrote: > On Fri, Jun 15, 2001 at 09:34:36PM -0700, Evan Prodromou wrote: > > By the way, there -is- a libgcc_s available: > > > > ---8<--- > > evan priss:~/tmp$ find /usr/lib -name *libgcc_s* > > /usr/lib/gcc-lib/i386-linux/3.0/libgcc_s.so > > ---8<--- > >

Bug#101069: ld cannot find -lgcc_s

2001-06-16 Thread Daniel Jacobowitz
On Fri, Jun 15, 2001 at 09:34:36PM -0700, Evan Prodromou wrote: > By the way, there -is- a libgcc_s available: > > ---8<--- > evan priss:~/tmp$ find /usr/lib -name *libgcc_s* > /usr/lib/gcc-lib/i386-linux/3.0/libgcc_s.so > ---8<--- > > Suggestions and/or a fix would be lovely. B-) It's a symlink

Bug#101069: ld cannot find -lgcc_s

2001-06-15 Thread Evan Prodromou
Package: gcj-3.0 Version: 1:3.0-0pre010613 Taking a simple Java program as follows: ---8<--- public class Hello { public static void main(String[] argv) { System.out.println("Hello, World!"); } } ---8<--- And trying to compile it with gcj-3.0 gives the following error: ---8<---