bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

binutils 2.13 cannot be compiled with gcc (GCC) 3.3 20020909 (experiment


From: Miles Lane
Subject: binutils 2.13 cannot be compiled with gcc (GCC) 3.3 20020909 (experimental)
Date: Fri, 13 Sep 2002 00:35:34 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1b) Gecko/20020806

gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -o size size.o 
bucomm.o version.o filemode.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
/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: Invalid or unhandled FORM value: 14.
bucomm.o: In function `make_tempname':
:236: the use of `mktemp' is dangerous, better use `mkstemp'
collect2: ld returned 1 exit status
make[3]: *** [size] Error 1
make[3]: Leaving directory `/usr/src/binutils-2.13/binutils'

Changing "mktemp" to "mkstemp" in /usr/src/binutils-2.13/binutils/bucomm.c
enabled the compile to complete.

        Miles






reply via email to

[Prev in Thread] Current Thread [Next in Thread]