|
|
make[1]: Entering directory `/mnt/lfs/sources/perl-5.8.6/ext/Fcntl'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh -c true
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" " ERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Fcntl
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/mnt/lfs/sources/perl-5.8.6/ext/Fcntl'
make config failed, continuing anyway...
make[1]: Entering directory `/mnt/lfs/sources/perl-5.8.6/ext/Fcntl'
Skip ../../lib/Fcntl.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototypes -typemap ../../lib/ExtUtils/typemap Fcntl.xs > Fcntl.xsc && mv Fcntl.xsc Fcntl.c
cc -c -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -DVERSION=\"1.05\" -DXS_VERSION=\"1.05\" "-I../.." Fcntl.c
rm -rf ../../lib/auto/Fcntl/Fcntl.a
/tools/bin/ar cr ../../lib/auto/Fcntl/Fcntl.a Fcntl.o && : ../../lib/auto/Fcntl/Fcntl.a
chmod 755 ../../lib/auto/Fcntl/Fcntl.a
make[1]: Leaving directory `/mnt/lfs/sources/perl-5.8.6/ext/Fcntl'
Skipping lib/auto/POSTX/POSTX.a (directory does not exist)
cc -o perl -Wl,-E perlmain.o lib/auto/DynaLoader/DynaLoader.a lib/auto/IO/IO.a lib/auto/Fcntl/Fcntl.a lib/auto/POSTX/POSTX.a libperl.a `cat ext.libs` -lnsl -ldl -lm -lcrypt -lutil -lc
cc: lib/auto/POSTX/POSTX.a: No such file or directory
make: *** [perl] Error 1 |
|