This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Mainline and branch: --enable-targets=all dead on cygwin


On 26 April 2006 12:31, Alan Modra wrote:

> On Wed, Apr 26, 2006 at 10:41:08AM +0100, Dave Korn wrote:
>>   I just filed a PR as it was still happening to me last night.  Maybe
>> something in my cygwin installation isn't fully up-to-date; I'll make sure
>> I've got the latest everything and double-check.
> 
> It's a bug.  Try this.
> 

  Thanks Alan, that was what I thought might be the answer, and it does indeed
solve that problem.  The build still doesn't complete, though, since as
reported in 
http://sourceware.org/ml/binutils/2006-04/msg00257.html
we run up against a missing sybol later:

mkdir .libs
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -o
as-new.e
xe app.o as.o atof-generic.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o
eho
pt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o
input-file
.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o
sb.
o stabs.o subsegs.o symbols.o write.o tc-i386.o obj-multi.o atof-ieee.o
obj-coff
.o obj-aout.o obj-elf.o e-i386coff.o e-i386aout.o e-i386elf.o
../bfd/.libs/libb
fd.a ../libiberty/libiberty.a ./../intl/libintl.a
obj-coff.o: In function `coff_frob_symbol':
/usr/build/src-binutils/gas/config/obj-coff.c:1055: undefined reference to
`_an_external_name'
collect2: ld returned 1 exit status
make[4]: *** [as-new.exe] Error 1

  This is due to the fact that USE_UNIQUE is not defined when symbols.c is
compiled, which looks to me to be some kind of problem in the include file
hierarchy; when TE_PE, USE_UNIQUE gets defined in obj-coff.h, but symbols.c
doesn't appear to think it needs to include OBJ_HEADER.  Any ideas about that?



    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]