Date: Sun, 27 May 2001 21:28:47 -0400 From: "Tim Lambertus" <tim@gmi2.com> To: <questions@freebsd.org> Subject: Installing Perl 5.6.1 on FreeBSD 4.3 Message-ID: <NEBBLAMFELJCBDIEIOBCAEDACBAA.tim@gmi2.com>
next in thread | raw e-mail | index | archive | help
Hi, I'm getting a looping problem with make depend when trying to install Perl 5.6.1 on BSD 4.3. The loop creates a ton of make processes until the system locks up. Any ideas? EXERPT: Now you need to generate make dependencies by running "make depend". You might prefer to run it in background: "make depend > makedepend.out &" It can take a while, so you might not want to run it right now. Run make depend now? [y] sh ./makedepend.SH Extracting makedepend (with variable substitutions) sh ./makedepend MAKE=make /bin/sh Makefile.SH Extracting Makefile (with variable substitutions) sh ./makedepend.SH Extracting makedepend (with variable substitutions) make depend MAKEDEPEND= sh ./makedepend.SH Extracting makedepend (with variable substitutions) sh ./makedepend MAKE=make /bin/sh Makefile.SH Extracting Makefile (with variable substitutions) sh ./makedepend.SH Extracting makedepend (with variable substitutions) make depend MAKEDEPEND= sh ./makedepend.SH Extracting makedepend (with variable substitutions) sh ./makedepend MAKE=make /bin/sh Makefile.SH Extracting Makefile (with variable substitutions) sh ./makedepend.SH Extracting makedepend (with variable substitutions) make depend MAKEDEPEND= sh ./makedepend.SH -- Tim Lambertus Chief Software Architect Grey Matter Intelligent and Interactive tim@gmi2.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NEBBLAMFELJCBDIEIOBCAEDACBAA.tim>