From owner-freebsd-stable Mon Sep 7 17:41:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA07893 for freebsd-stable-outgoing; Mon, 7 Sep 1998 17:41:02 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from pericles.IPAustralia.gov.au (pericles.IPAustralia.gov.au [202.14.186.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA07888 for ; Mon, 7 Sep 1998 17:40:56 -0700 (PDT) (envelope-from Carl.Makin@ipaustralia.gov.au) From: Carl.Makin@ipaustralia.gov.au Received: (from smap@localhost) by pericles.IPAustralia.gov.au (8.8.7/8.8.7) id KAA16642 for ; Tue, 8 Sep 1998 10:40:47 +1000 (EST) (envelope-from Carl.Makin@ipaustralia.gov.au) X-Authentication-Warning: pericles.IPAustralia.gov.au: smap set sender to using -f Received: from noteshub01.aipo.gov.au(192.3.1.21) by pericles.IPAustralia.gov.au via smap (V2.0) id xma016638; Tue, 8 Sep 98 10:40:41 +1000 Received: by noteshub01.aipo.gov.au(Lotus SMTP MTA v4.6.1 (569.2 2-6-1998)) id 4A256679.0003CF4D ; Tue, 8 Sep 1998 10:41:36 +1000 X-Lotus-FromDomain: IP_AUSTRALIA To: freebsd-stable@FreeBSD.ORG Message-ID: <4A256679.0001A62D.00@noteshub01.aipo.gov.au> Date: Tue, 8 Sep 1998 10:39:28 +1000 Subject: buildworld pic problem Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG While doing a "make buildworld" on Friday I ran into the following error; cc -O -pipe -I/usr/src/gnu/usr.bin/ld/rtld/.. -I/usr/src/gnu/usr.bin/ld/rtld -I/usr/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse -DRTLD -I/usr/obj/usr/src/tmp/usr/include -nostdlib -Wl,-Bshareable -Wl,-Bsymbolic -Wl,-assert -Wl,nosymbolic -o ld.so mdprologue.o rtld.o malloc.o shlib.o md.o support.o sbrk.o -lc_pic -lgcc_pic ld: -lc_pic: no match *** Error code 1 My previous buildworld was a couple of months ago. It wasn't hard to get around (just dive into the right directories and build and install libc_pic.a and libgcc_pic.a). I'm not that up on the FreeBSD buildworld process however this makes me wonder. Those two librariesseem to be new since I didn't already have them in /usr/lib,and they are either built after ld.so in the normal buildworld sequence or the includes for ld.so don't point to the right place to pick them up. So, is there a problem that, if the two "pic" libraries change then that change won't be picked up immediately? Carl. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message