gconv
Philip Blundell
pb@nexus.co.uk
Fri Oct 16 04:52:00 GMT 1998
Trying to build the recent 2.1 versions on systems with no ELF and no dynamic
linking, I get errors like this:
arm-linuxaout-gcc -nostdlib -nostartfiles -o /var/tmp/build/glibc/arm-linuxaout/db2/makedb /var/tmp/build/glibc/arm-linuxaout/csu/crt0.o /var/tmp/build/glibc/arm-linuxaout/db2/makedb.o /var/tmp/build/glibc/arm-linuxaout/db2/libdb.a /var/tmp/build/glibc/arm-linuxaout/libc.a -lgcc /var/tmp/build/glibc/arm-linuxaout/libc.a
/var/tmp/build/glibc/arm-linuxaout/libc.a(gconv_simple.o): In function `__gconv_transform_internal_ucs4':
/home/pb/gnu/libc/iconv/../iconv/skeleton.c:223: undefined reference to `_dl_mcount_wrapper_check'
/home/pb/gnu/libc/iconv/../iconv/skeleton.c:290: undefined reference to `_dl_mcount_wrapper_check'
/var/tmp/build/glibc/arm-linuxaout/libc.a(gconv_simple.o): In function `__gconv_transform_ascii_internal':
/home/pb/gnu/libc/iconv/../iconv/skeleton.c:223: undefined reference to `_dl_mcount_wrapper_check'
/home/pb/gnu/libc/iconv/../iconv/skeleton.c:290: undefined reference to `_dl_mcount_wrapper_check'
/var/tmp/build/glibc/arm-linuxaout/libc.a(gconv_simple.o): In function `__gconv_transform_internal_ascii':
[... more follow ...]
Ulrich, what do you think is the right way to deal with this? If it would be
hard to fix then we can turn off the a.out configurations for the 2.1 release
but it would be nice to have it work.
p.
More information about the Libc-hacker
mailing list