This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: PR 8146
- From: Joe Buck <jbuck at synopsys dot com>
- To: prj at po dot cwru dot edu (Paul Jarc)
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 1 Nov 2002 15:45:09 -0800 (PST)
- Subject: Re: PR 8146
Well, I tried to duplicate this problem (grabbed 2.95.3, tried to build
with gcc 3.2.1-pre from 20021031 on an i686 Red Hat 7.2 box) and didn't even
get as far as Paul did.
The initial link of xgcc fails, with the output
/usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
/usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
../libiberty/libiberty.a(choose-temp.o): In function `choose_temp_base':
/u/jbuck/gnu/src/gcc-2.95.3/libiberty/choose-temp.c:138: the use of `mktemp' is dangerous, better use `mkstemp'
collect2: ld returned 1 exit status
The binutils version is 2.11.90.0.8.
Any clues?