Date: Fri, 7 May 1999 15:52:15 +1000 From: Bruce Evans <bde@zeta.org.au> To: freebsd-current@FreeBSD.ORG, yasuf@big.or.jp Cc: freebsd@mrynet.com Subject: Re: Make world failing in perl Message-ID: <199905070552.PAA11613@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905070552.PAA11613>