From mboxrd@z Thu Jan 1 00:00:00 1970 From: hjl@innovix.com (H.J. Lu) To: gmitch@woodlea.wintermute.co.uk Cc: linux-gcc@vger.rutgers.edu (linuxgcc), ian@cygnus.com (Ian Lance Taylor), raeburn@cygnus.com (Ken Raeburn), gas2@cygnus.com Subject: Re: binutils2.6.0.15 Date: Sun, 02 Jun 1996 00:00:00 -0000 Message-id: References: <199606020320.EAA24995@woodlea.wintermute.co.uk> X-SW-Source: 1996/msg00037.html > > 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 \