signal11
Martin v. Loewis
martin@loewis.home.cs.tu-berlin.de
Sat Apr 15 00:15:00 GMT 2000
Thanks for your bug report. This is not really a gcc problem, but one
of the linker; you should follow the binutils bug reporting procedure
here.
Anyway, it seems that your linker script is wrong. Please have a look
at the scripts in /usr/lib/ldscripts: They start with lines like
OUTPUT_FORMAT("elf32-i386", "elf32-i386",
"elf32-i386")
OUTPUT_ARCH(i386)
ENTRY(_start)
SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/i686-pc-linux-gnu/lib);
Without that, strange things may happen.
Regards,
Martin
More information about the Gcc-bugs
mailing list