From owner-freebsd-current Wed Mar 20 18:30:55 2002 Delivered-To: freebsd-current@freebsd.org Received: from green.gng.co.kr (green.gng.co.kr [211.115.192.3]) by hub.freebsd.org (Postfix) with ESMTP id 3F58E37B421; Wed, 20 Mar 2002 18:30:40 -0800 (PST) Received: by GREEN with Internet Mail Service (5.5.2653.19) id ; Thu, 21 Mar 2002 11:17:20 +0900 Message-ID: <72ED4C1E297BD5119BDE00B0D049185201C4C29C@GREEN> From: =?euc-kr?B?wOW8usij?= To: "Crist J. Clark" , current@freebsd.org Subject: RE: Building 5.0 on 4.5 Broken in xlint? Date: Thu, 21 Mar 2002 11:17:18 +0900 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-2022-kr" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Because I'm not a development only a sysadmin, the next workaround would not fit in your case. :) Check out where you already have libc.so.t in /usr/obj/usr/src/lib/libc or not. If you have one, copy it into /usr/lib and 'make -DNOCLEAN buildworld' or 'buildkernel' again. If you don't, compile only libc.so.5 in /usr/src/lib/libc. It will make libc.so.5 in /usr/obj blah,blah, tree... Now you have one... > -----Original Message----- > ===> usr.bin/xlint/llib > /c/home/obj/c/home/src/usr.bin/xlint/llib/../xlint/xlint > -cghapbx -L /usr/libdata/lint -Cposix > /c/home/src/usr.bin/xlint/llib/llib-lposix > /c/home/obj/c/home/src/usr.bin/xlint/llib/../xlint/xlint > -cghapbx -L /usr/libdata/lint -Cstdc > /c/home/src/usr.bin/xlint/llib/llib-lstdc > /usr/libexec/ld-elf.so.1: Shared object "libc.so.5" not found > /usr/libexec/ld-elf.so.1: Shared object "libc.so.5" not found > *** Error code 1 > *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message