From owner-freebsd-questions Thu Apr 4 22:27:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dns.perimeter.co.za (dns.perimeter.co.za [196.25.164.254]) by hub.freebsd.org (Postfix) with ESMTP id 91FE637B41B for ; Thu, 4 Apr 2002 22:27:29 -0800 (PST) Received: from asterix (ndf-dial-196-30-126-99.mweb.co.za [196.30.126.99]) by dns.perimeter.co.za (8.11.1/8.11.1) with SMTP id g356RQ502125 for ; Fri, 5 Apr 2002 08:27:26 +0200 (SAST) (envelope-from peri@perimeter.co.za) Message-ID: <004501c1dc6b$6c4ecec0$0200000a@perimeter.co.za> From: "Patrick O'Reilly" To: Subject: objprelink - error when making Date: Fri, 5 Apr 2002 08:30:47 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am trying to make the port objprelink (actually kdebase-2.2.2_3, which requires objprelink). It fails consistently with the following error: (I have prefixed each line with "#", so lines without "#" are wrapped by my mailer) ---------------- # touch stmp-bfd-h # /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./../intl -I../intl -I/usr/local/include -W -Wall -I/usr/local/include -c archive.c # gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I./../include -I./. ./intl -I../intl -I/usr/local/include -W -Wall -I/usr/local/include -c archive.c -o archive.o # gmake[2]: Leaving directory `/usr/ports/devel/objprelink/work/objprelink/binutils/bfd' # gmake[1]: Leaving directory `/usr/ports/devel/objprelink/work/objprelink/binutils/bfd' # *** Error code 2 # # Stop in /usr/ports/devel/objprelink. ----------------- Does anyone know what the problem is? I do have the complete log of "make install" for objprelink in case anyone needs to see it, but I've included just the last few lines above for the sake of brevity. Thank you, Patrick O'Reilly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message