From owner-freebsd-questions Fri Aug 25 21:21:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-pop04.one.net.au (mail-pop04.one.net.au [203.101.17.173]) by hub.freebsd.org (Postfix) with SMTP id 3B40637B422 for ; Fri, 25 Aug 2000 21:21:23 -0700 (PDT) Received: (qmail 7436 invoked from network); 26 Aug 2000 04:21:18 -0000 Received: from async205-syd-isp-250.nas.one.net.au (HELO copenhagen) (203.101.68.206) by mail-pop04.one.net.au with SMTP; 26 Aug 2000 04:21:18 -0000 Message-ID: <000301c00f16$1501a3a0$0300000a@copenhagen.domain.com> Reply-To: "Aras Vaichas" From: "Aras Vaichas" To: "freebsd questions" Subject: Problems building 4.1 stable Date: Sat, 26 Aug 2000 14:28:22 +1000 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 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I used CVSUP to update my source tree from 3.3 to 4.1-stable. I did a 'make buildworld' as per instructions in /usr/src/UPDATING. The build stops at building '===> objdump'. The error is: ../libiberty/libiberty.a(choose-temp.o): In function 'make_temp_file': choose-temp.o(.text+0x264): undefined reference to 'mkstemps' /usr/src/contrib/binutils/libiberty/choose-temp.c declares mkstemps as extern ,and mkstemps.o and mkstemps.c are both included in the Makefile.in for libiberty. I grep'd around and I noticed that function had been renamed from 'mkstemp' and there are references to it in /usr/src/contrib/binutils/libiberty/ChangeLog. But as far as I can see it looks like the name change has been catered for. Can anyone help? Aras To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message