From owner-freebsd-current Thu May 6 22:52:28 1999 Delivered-To: freebsd-current@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 48ECD152BA for ; Thu, 6 May 1999 22:52:24 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id PAA11613; Fri, 7 May 1999 15:52:15 +1000 Date: Fri, 7 May 1999 15:52:15 +1000 From: Bruce Evans Message-Id: <199905070552.PAA11613@godzilla.zeta.org.au> To: freebsd-current@FreeBSD.ORG, yasuf@big.or.jp Subject: Re: Make world failing in perl Cc: freebsd@mrynet.com Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I solved it by installing new miniperl before building perl itself, >but it doesn't seem to be a good idea to use installled (maybe old >version of) miniperl at this point. `make world' is supposed to use the new miniperl that it has just installed in ${TOOLROOT}/usr/bin which is at the front of $PATH. There may be a problem with the perl build breaking $PATH so that the wrong miniperl is found. There certainly are problems with it breaking $PATH so that the wrong perl is found (perl is supposed to be a link to miniperl for `make world'). >I think the attached patch can be a nice solution. >How do you folks feel about that? This breaks cross compiling in much the same way as running perl from an obj dir breaks it. The version in the obj might not run on the host machine. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message