X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Richard Dawe Newsgroups: comp.os.msdos.djgpp Subject: Re: Automake broken - cannot find strict.pm ?? Date: Wed, 20 Mar 2002 20:33:21 +0000 Lines: 36 Message-ID: <3C98F211.EC723B4A@phekda.freeserve.co.uk> References: <3c97c9ca$0$12697$9b622d9e AT news DOT freenet DOT de> <3c9884d0$0$163$9b622d9e AT news DOT freenet DOT de> NNTP-Posting-Host: modem-185.tellurium.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: newsg3.svr.pol.co.uk 1016656629 20948 62.136.43.185 (20 Mar 2002 20:37:09 GMT) NNTP-Posting-Date: 20 Mar 2002 20:37:09 GMT X-Complaints-To: abuse AT theplanet DOT net X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.19 i586) X-Accept-Language: de,fr To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello. deckerben wrote: [snip] > idea: Does Perl come with its own config.site (I didn't look) ? If yes, then > it got wiped out when I upgraded my fileutils. Huh? The config.site file from the fileutils source distribution should only be used for building fileutils. You shouldn't copy this into the DJGPP tree! How did you upgrade fileutils? The only packages that come with a config.site script that should be placed under $DJDIR/share are bash and autoconf. > It would be nice, if this is > the case, some installation utility merged config.site files and checked for > validity. The correct config.site is the one with latest date, I think. Whether that's the one in bash of autoconf depends on which one was released last. Currently I think autoconf 2.50's is the latest. > Further question: if Perl is broken, why do other scripts (like autoconf and > libtool) work apparently fine for me? Don't they need Perl, or?? One of the first things the automake script does is this: eval 'exec /dev/env/DJDIR/bin/perl.exe -S $0 ${1+"$@"}' if 0; Maybe this has some weird side-effects in the DJGPP port of perl? Bye, -- Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]