This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Linking problems
- From: Leo Przybylski <leop at engr dot arizona dot edu>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 28 Jun 2002 08:04:38 -0700
- Subject: Linking problems
Hello,
I frequently get these errors when compiling code with gcc-3.1. Does anyone
know why or how I can fix this?
/usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
/usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
/usr/bin/ld: Dwarf Error: Could not find abbrev number 117.
bucomm.o: In function `make_tempname':
bucomm.o(.text+0x526): the use of `mktemp' is dangerous, better use `mkstemp'
collect2: ld returned 1 exit status
make[2]: *** [size] Error 1
-Leo