This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


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

gconv


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.




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