Hi Folks

I recompiled Perl and 'file' to make some progress on the toolchain. Now
I ran into the following

libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wshadow -Werror -g -O2 -o cxxfilt cxxfilt.o bucomm.o version.o
filemode.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
./../intl/libintl.a -lz -lm
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wshadow -Werror -g -O2 -o readelf readelf.o version.o unwind-ia64.o
dwarf.o elfcomm.o  ./../intl/libintl.a ../libiberty/libiberty.a -lz -lm
make[5]: Leaving directory

More detailed I got

readelf.o: In function `process_program_headers':
/data/leaf/devel/leaf.new/bering-uclibc/source/i486-unknown-linux-uclibc/toolchain/binutils-2.22/binutils/readelf.c:3897:
undefined reference to `__fputc_unlocked'
/data/leaf/devel/leaf.new/bering-uclibc/source/i486-unknown-linux-uclibc/toolchain/binutils-2.22/binutils/readelf.c:3773:
undefined reference to `__stdout'
/data/leaf/devel/leaf.new/bering-uclibc/source/i486-unknown-linux-uclibc/toolchain/binutils-2.22/binutils/readelf.c:3777:
undefined reference to `__stdout'
/data/leaf/devel/leaf.new/bering-uclibc/source/i486-unknown-linux-uclibc/toolchain/binutils-2.22/binutils/readelf.c:3779:
undefined reference to `__stdout'
....

It looks like I am missing a library

Anyone catching? Googling the details came up with a hint to library
mismatches between the standard libraries and uClibc.

Thanks

Erich


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to