public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
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	[thread overview]
Message-ID: <m0uQ76U-0000WKC@eric.innovix.com> (raw)
In-Reply-To: <199606020320.EAA24995@woodlea.wintermute.co.uk>

> 
> 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 \

           reply	other threads:[~1996-06-02  0:00 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <199606020320.EAA24995@woodlea.wintermute.co.uk>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m0uQ76U-0000WKC@eric.innovix.com \
    --to=hjl@innovix.com \
    --cc=gas2@cygnus.com \
    --cc=gmitch@woodlea.wintermute.co.uk \
    --cc=ian@cygnus.com \
    --cc=linux-gcc@vger.rutgers.edu \
    --cc=raeburn@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).