Re: ldd broken for profiling binaries?
- From: Giorgos Keramidas <keramida@xxxxxxxxxxx>
- Date: Mon, 28 May 2007 23:06:06 +0300
On 2007-05-28 21:07, Stefan Ehmann <shoesoft@xxxxxxx> wrote:
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.
AFAIR, it wasn't necessary before gcc42, so it shouldn't be now either.
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
- References:
- ldd broken for profiling binaries?
- From: Giorgos Keramidas
- Re: ldd broken for profiling binaries?
- From: Stefan Ehmann
- ldd broken for profiling binaries?
- Prev by Date: Re: Segment failed SYNCOOKIE?
- Next by Date: Re: mpt driver broken for big-endian ?
- Previous by thread: Re: ldd broken for profiling binaries?
- Next by thread: Re: ldd broken for profiling binaries?
- Index(es):
Relevant Pages
- ldd broken for profiling binaries?
... ldd seems to be broken for profiling binaries, ... binaries built with
gcc42 seem to be unusable here: ... | rm -f foo foo.o ... (freebsd-current) - Re: ldd broken for profiling binaries?
... On Monday 28 May 2007 20:18:57 Giorgos Keramidas wrote: ... binaries built
with gcc42 seem to be unusable here: ... | libgcc_s.so.1 not found $ ldd foo ...
(freebsd-current) - Re: ldd broken for profiling binaries?
... binaries built with gcc42 seem to be unusable here: ... libgcc_s.so.1 not found
| $ ldd foo ... (freebsd-current)