On Monday 28 May 2007 20:18:57 Giorgos Keramidas wrote: > ldd seems to be broken for profiling binaries, and the profiling > binaries built with gcc42 seem to be unusable here: ... > | cc -pg -c foo.c > | cc -pg -o foo foo.o > | $ ./foo > | /libexec/ld-elf.so.1: ./foo: Unexpected inconsistency: dependency > | libgcc_s.so.1 not found $ ldd foo > | foo: > | /libexec/ld-elf.so.1: foo: Unexpected inconsistency: dependency > | libgcc_s.so.1 not found foo: exit status 1 > | $ > > `----------------------------------------------------------------------- > > Is anyone else seeing this, or have I managed to botch my local > installation of gcc42? Seeing the same here. If I explicitly link with -lgcc_s it is working. But I don't think this should be necessary.Received on Mon May 28 2007 - 17:07:08 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:11 UTC