X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Cesar Rabak Newsgroups: comp.os.msdos.djgpp Subject: autoconf not running OK in Win XP Date: Mon, 02 Feb 2004 18:47:40 -0200 Lines: 61 Message-ID: <401EB76C.9010403@acm.org> NNTP-Posting-Host: 200.234.5.33 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de 1075754868 31619616 200.234.5.33 ([39218]) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: pt-br, pt To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello folks, I'm still in the pains of (re-)learning all the things I used to have working like a charm in the previous incarnations of these OSs from Redmond. My setup is: acnf257b GNU autoconf 2.57 release 3 djdev203 Development Kit and Runtime (June 2002 Refresh) bsh204d GNU Bash 2.04 binary for DJGPP m4-14b GNU M4 1.4 binaries for DJGPP v2 perl561b Perl 5.6.1 for DJGPP V2 gwk311b GNU Awk 3.1.1 for DJGPP v2 sed407b GNU sed 4.0.7 for DJGPP V2 grep24b GNU grep 2.4 binaries for DJGPP V2 mak3791b GNU Make 3.79.1 binaries for DJGPP V2 dif28b GNU Diffutils 2.8 for DJGPP V2 fil41b GNU Fileutils 4.1 for DJGPP 2.x, release 6 Sh-utils 2.0.11 Apr 18, 2002 txt20b GNU Textutils 2.0 binaries for DJGPP V2 I've run the 'install.pl' perl script to have all the libs correctly installed. What I get when I invoke autoconf in a directory that has a 'configure.in' (w/out errors as it works OK in Linux): D:\users\csrabak\Work>bash bash-2.04$ autoconf c:/djgpp/bin/autoconf: /dev/null: Permission denied (EACCES) c:/djgpp/bin/autoconf: /dev/null: Permission denied (EACCES) c:/djgpp/bin/autoconf: /dev/null: Permission denied (EACCES) c:/djgpp/bin/autoconf: /dev/null: Permission denied (EACCES) c:/djgpp/bin/autoconf: /dev/null: Permission denied (EACCES) c:/djgpp/bin/autoconf: /dev/null: Permission denied (EACCES) c:/djgpp/bin/autoconf: /dev/null: Permission denied (EACCES) c:/djgpp/bin/autoconf: /dev/null: Permission denied (EACCES) Can't locate Data/Dumper.pm in @INC (@INC contains: /dev/env/DJDIR/share/autocon f /dev/env/djdir/lib/perl5 /dev/env/djdir/lib/perl5/site /dev/env/djdir/lib/perl 5/site c:/djgpp/lib/perl5/site .) at /dev/env/DJDIR/bin/autom4te line 44. BEGIN failed--compilation aborted at /dev/env/DJDIR/bin/autom4te line 44. bash-2.04$ D:\users\csrabak\Work> Note that the fault is severe enough to drop me off the bash prompt. Just for the sake of clarification: Data/Dumper _is_ there where it is supposed to be! bash-2.04$ ls /dev/c/djgpp/lib/perl5/Data/ Dumper.pm bash-2.04$ Could you enlight me? TIA, Cesar