From owner-freebsd-current Thu Feb 21 9:55:31 2002 Delivered-To: freebsd-current@freebsd.org Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by hub.freebsd.org (Postfix) with ESMTP id BA30137B42B; Thu, 21 Feb 2002 09:55:20 -0800 (PST) Received: (from david@localhost) by bunrab.catwhisker.org (8.11.6/8.11.6) id g1LHtIm73084; Thu, 21 Feb 2002 09:55:18 -0800 (PST) (envelope-from david) Date: Thu, 21 Feb 2002 09:55:18 -0800 (PST) From: David Wolfskill Message-Id: <200202211755.g1LHtIm73084@bunrab.catwhisker.org> To: eculp@casa-205.mexcomusa.net, eculp@encontacto.net Subject: Re: compile errors after yesterdays cvsup and makeworld. Cc: current@FreeBSD.ORG, obrien@FreeBSD.ORG In-Reply-To: <1014313690.3c7532da5a5d2@Mail.MexComUSA.Net> 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 >Date: Thu, 21 Feb 2002 09:48:10 -0800 >From: eculp@casa-205.mexcomusa.net >I sure missed something, I'm sorry. I still have the problem with >buildworld. What should I do to fix it? ># /usr/bin/cc -print-search-dirs >install: /usr/libexec/(null) >programs: /usr/libexec/elf/ >libraries: /usr/lib/ Well, you need to do something so the installed cc actually works. What worked for me was to do the following just before starting the "make buildworld"": * cd /usr/libexec/elf * ln -s ../cc* ../cpp* . Then go through the usual "make buildworld" & friends. After the "make installworld" is done (I actually did this after "mergemaster"): * cd /usr/libexec/elf * rm cc* cpp* Following the reboot, I created a "hello.c" in /tmp, typed "make", and was mildly gratified to see that it not only compiled without complaint, it even ran properly. :-} Cheers, david (links to my resume at http://www.catwhisker.org/~david) -- David H. Wolfskill david@catwhisker.org I believe it would be irresponsible (and thus, unethical) for me to advise, recommend, or support the use of any product that is or depends on any Microsoft product for any purpose other than personal amusement. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message