--ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline
On Tue, Oct 05, 2004 at 10:44:47PM +0200, Karsten Festag wrote: > .../sanei/libsanei.a(sanei_config.o): In function `sanei_config_read': > sanei_config.o(.text+0x36): undefined reference to `__ctype_b_loc' > sanei_config.o(.text+0x51): undefined reference to `__ctype_b_loc' Looks like this object file was compiled with glibc-2.3.x headers, but is being linked with an older glibc. This won't work - run "make clean" and recompile everything with the proper headers. > /usr/i486-suse-linux/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14. This also might be caused by "too recent" object files from another machine. --ZPt4rx8FFjLCG7dd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBY9toW82GfkQfsqIRAoPJAKCBiUsIxWQ9MMq7qZZGtJFqrOMvJACeLbcC YpdUTteMohrlPvuxad5R6es= =ckQD -----END PGP SIGNATURE----- --ZPt4rx8FFjLCG7dd--