This is the mail archive of the gas2@sourceware.cygnus.com mailing list for the gas2 project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
> > 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 \