From owner-freebsd-questions Fri Oct 25 19: 8: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4665037B401 for ; Fri, 25 Oct 2002 19:08:02 -0700 (PDT) Received: from quasi.concon.homeip.net (clt88-149-078.carolina.rr.com [24.88.149.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 738AA43E3B for ; Fri, 25 Oct 2002 19:08:01 -0700 (PDT) (envelope-from jconner@enterit.com) Received: from there (snafux [192.168.100.13]) by quasi.concon.homeip.net (8.11.6/8.11.6) with SMTP id g9Q2HKV25597 for ; Fri, 25 Oct 2002 22:17:51 -0400 Message-Id: <200210260217.g9Q2HKV25597@quasi.concon.homeip.net> Content-Type: text/plain; charset="iso-8859-1" From: Jim Reply-To: jconner@enterit.com To: freebsd-questions@freebsd.org Subject: make buildworld fails linker can't find -lc?? Date: Fri, 25 Oct 2002 22:36:37 -0400 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 not sure exactly what this means. I am attempting to bring my 4.2-REL box to current. Here is the clip of what is happening: # make buildworld -------------------------------------------------------------- Upgrading the installed make -------------------------------------------------------------- cc -O -pipe -I/usr/src/usr.bin/make -DMAKE_VERSION=\"5200209170\" -D__FBSDID=__RCSID -DDEFSHELL=1 -static -o make arch.o buf.o compat.o cond.o dir.o for.o hash.o job.o main.o make.o parse.o str.o suff.o targ.o var.o lstAppend.o lstAtEnd.o lstAtFront.o lstClose.o lstConcat.o lstDatum.o lstDeQueue.o lstDestroy.o lstDupl.o lstEnQueue.o lstFind.o lstFindFrom.o lstFirst.o lstForEach.o lstForEachFrom.o lstInit.o lstInsert.o lstIsAtEnd.o lstIsEmpty.o lstLast.o lstMember.o lstNext.o lstOpen.o lstRemove.o lstReplace.o lstSucc.o /usr/libexec/elf/ld: cannot find -lc *** Error code 1 Stop in /usr/src/usr.bin/make. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. # TIA for any thoughts on what I could do to fix this. -- - Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message