From: "Bob Chapman" Newsgroups: comp.os.msdos.djgpp Subject: Re: ANNOUNCE: Automake 1.5 Date: Wed, 12 Sep 2001 08:18:44 -0500 Organization: CompuServe Interactive Services Lines: 60 Message-ID: <9nnnbs$5j7$1@suaar1aa.prod.compuserve.com> References: <200109072035 DOT QAA31462 AT delorie DOT com> <9nmoqh$hrf$1 AT suaar1aa DOT prod DOT compuserve DOT com> <3B9F53DC DOT 4EBA8BA4 AT falconsoft DOT be> NNTP-Posting-Host: dal-tgn-tkl-vty23.as.wcom.net X-Trace: suaar1aa.prod.compuserve.com 1000300732 5735 216.192.224.23 (12 Sep 2001 13:18:52 GMT) X-Complaints-To: newsmaster AT compuserve DOT com NNTP-Posting-Date: 12 Sep 2001 13:18:52 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Tim Van Holder" wrote in message news:3B9F53DC DOT 4EBA8BA4 AT falconsoft DOT be... > Bob Chapman wrote: > > > > I did but 'automake --help' or 'automake --version' gives the following > > result: > > > > > Can't locate strict.pm in @INC (@INC contains: \ > > /dev/env/DJDIR/share/automake /dev/env/djdir/lib/perl5 \ > > /dev/env/djdir/lib/perl5/site /dev/env/djdir/lib/perl5/site \ > > c:/djgpp/lib/perl5/site .) \ > > at /dev/env/DJDIR/share/automake/Automake/Struct.pm line 29. > > > BEGIN failed--compilation aborted \ > > at /dev/env/DJDIR/share/automake/Automake/Struct.pm line 29. > > > Compilation failed in require at c:/djgpp/bin/automake line 39. > > > BEGIN failed--compilation aborted at c:/djgpp/bin/automake line 39. > > > > Note: lines broken at '\' to avoid wrap. > > > > I'm sure that this is an artifact of my ignorance. Where have I gone wrong? > > TIA for your patience. > > Very odd - you obviously have Perl, but it seems unable to find its own > files. Its search path seems correct as well. > What version of perl do you have installed? The later the better; 5.6.x > recommended, though not required. > Do you have a strict.pm file anywhere on your disk? Thanks for the reply. I had installed (and redownloaded & reinstalled - x many :) the contents of: -rw-r--r-- 1 REC root 4397999 Sep 11 23:13 perl561b.zip which installs a perl.exe that reports: > perl --version This is perl, v5.6.1 built for dos-djgpp . . . . . After the installation (including the README.1st instructions :) there is a 'strict.pm' file located as follows: > find /djgpp -iname 'strict*' /djgpp/lib/perl5/strict.pm > vdir /djgpp/lib/perl5/strict.pm -rw-r--r-- 1 REC root 2624 Apr 16 17:30 /djgpp/lib/perl5/strict.pm FWIW, aclocal appears to work. > aclocal --version aclocal (GNU automake) 1.5 . . . . ------