Date: Sun, 11 Oct 1998 15:22:40 -0700 (PDT) From: Matthew Dillon <dillon@apollo.backplane.com> To: cvs-committers@FreeBSD.ORG Subject: Perl5 configure problem Message-ID: <199810112222.PAA26398@apollo.backplane.com>
next in thread | raw e-mail | index | archive | help
Trying to make the perl5 dist in ports, this occurs: cd /usr/ports/lang/perl5 make Directories to use for library searches? [/usr/lib/aout /usr/local/lib /usr/lib] ... ing /usr/bin/ar instead... /usr/libexec/elf/ar: /usr/lib/aout/libc.so.3.1: File format not recognized /usr/bin/ar didn't seem to work right. Maybe this is a Cray...trying bld instead... bld: not found bld: not found /usr/libexec/elf/ar: /usr/lib/aout/libm.so.2.0: File format not recognized bld: not found /usr/libexec/elf/ar: /usr/lib/aout/libcrypt.so.2.0: File format not recognized Ok. The perl build then fails completely because it doesn't set the appropriate feature defaults, because it's searching /usr/lib/aout before /usr/lib, which breaks ELF-builds because 'nm' and 'ar' default to ELF. The perl distribution is blowing itself up in hints/freebsd.sh, trying to set /usr/lib/aout AND /usr/lib at the same time... but primarily because it puts /usr/lib/aout first. Bewm. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810112222.PAA26398>