Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Notice at the end it says the makefile's been rebuilt and to run make again, but if I do, it displays all the same info, saying that the makefile's been rebuilt and to run make again, and i keep going like I'M stuck in an infinite loop, heh.# perl Makefile.PL Writing Makefile for Proc::Daemon # make make: Warning: File `/usr/lib/perl/5.8/Config.pm' has modification tim +e 1.7e+08 s in the future Makefile out-of-date with respect to /usr/lib/perl/5.8/Config.pm /usr/ +lib/perl/5.8/CORE/config.h Cleaning current config before rebuilding Makefile... make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh -c true /usr/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Proc::Daemon ==> Your Makefile has been rebuilt. <== ==> Please rerun the make command. <== false make: *** [Makefile] Error 1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: config.pm and 'make' problems..
by dragonchild (Archbishop) on Sep 29, 2005 at 19:59 UTC | |
by Anonymous Monk on Sep 29, 2005 at 20:12 UTC |