public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
* Re: binutils2.6.0.15
       [not found] <199606020320.EAA24995@woodlea.wintermute.co.uk>
@ 1996-06-02  0:00 ` H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 1996-06-02  0:00 UTC (permalink / raw)
  To: gmitch; +Cc: linuxgcc, Ian Lance Taylor, Ken Raeburn, gas2

> 
> On compiling binutild2.6.0.15 with the following configure
> 
> ./configure --target=i486-unknown-linux --host=i486-unknown-linux
> --prefix=/usr --local-prefix=/usr/local - -enable-targets=all
> 
> The compilation bombs out here.....
> 
> ../bfd/libbfd.a(targets.o): In function `bfd_find_target':
> targets.c(.rodata+0xf4): undefined reference to `ppcboot_vec'
> make[1]: *** [size] Error 1
> make[1]: Leaving directory
> `/usr/src/devel/utils/binutils-2.6.0.15/binutils' make: ***
> [all-binutils] Error 2
> 
> 
> 
> Any suggestions??
> 
> 

This should fix it.

H.J.
----
Index: Makefile.in
===================================================================
RCS file: /home/work/cvs/gnu/binutils/bfd/Makefile.in,v
retrieving revision 1.16
diff -c -r1.16 Makefile.in
*** bfd/Makefile.in	1996/06/01 18:39:02	1.16
--- bfd/Makefile.in	1996/06/02 06:34:14
***************
*** 233,238 ****
--- 233,239 ----
  	pei-i386.o \
  	pe-ppc.o \
  	pei-ppc.o \
+ 	ppcboot.o \
  	reloc16.o \
  	sparclynx.o \
  	sparcnetbsd.o \
***************
*** 317,322 ****
--- 318,324 ----
  	pei-i386.c \
  	pe-ppc.c \
  	pei-ppc.c \
+ 	ppcboot.c \
  	reloc16.c \
  	sparclynx.c \
  	sparcnetbsd.c \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-06-02  0:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <199606020320.EAA24995@woodlea.wintermute.co.uk>
1996-06-02  0:00 ` binutils2.6.0.15 H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).