This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Linking ld with --enable-targets=all fails strtoull, strtoll missing (in libiberty).


I suspect you'll see this on other non-glibc2-systems too, not
just the i686-pc-linux-gnulibc1 I insist on not updating. ;-)

While doing a  --enable-targets=all build, linking ld fails
with:

eaixppc.o: In function `gldaixppc_parse_args':
/home/hp/tmp/binuwrite/ld/eaixppc.c:318: undefined reference to `strtoll'
/home/hp/tmp/binuwrite/ld/eaixppc.c:345: undefined reference to `strtoull'
...

Similarly eaixrs6.o and eppcmacos.o.

Perhaps some simple version of those functions can be added to
libiberty.

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]