From: "Ian" Newsgroups: comp.os.msdos.djgpp References: <3E953319 DOT 397195E4 AT phekda DOT freeserve DOT co DOT uk> <3E95B84F DOT 669E2AC4 AT phekda DOT freeserve DOT co DOT uk> <_Cpla.11050$id DOT 572477 AT news20 DOT bellglobal DOT com> <3E9688F7 DOT CB586D5 AT phekda DOT freeserve DOT co DOT uk> Subject: Re: perl testing Lines: 25 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: Date: Sun, 13 Apr 2003 15:53:55 -0400 NNTP-Posting-Host: 64.230.67.82 X-Complaints-To: abuse AT sympatico DOT ca X-Trace: news20.bellglobal.com 1050263539 64.230.67.82 (Sun, 13 Apr 2003 15:52:19 EDT) NNTP-Posting-Date: Sun, 13 Apr 2003 15:52:19 EDT Organization: Bell Sympatico To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I've changed my call to bash from bash -i to bash --login. I've also retained the shell and export shell and FNCASE statements in the bashrc file. (At least for now) perl Makefile.PL is clean Make is not. in perl.h line 653 I guess it's not finding arpa/inet.h. it does not seem to be in the djgpp port of perl on e: but I have it in d:/ part of my active perl 5.6 installation? That looks like something missing to me. Do you have any suggestions as to what I should do? I could grap a copy from active perl. Regards Ian. ============================= gcc -c -DPERL_EXTERNAL_GLOB -fno-strict-aliasing -O6 -DVERSION=\"1.35\" - DXS_VERSION=\"1.35\" -I/dev/env/DJDIR/lib/perl5/CORE -Wall -Wno-comment -DD BI_NO_THREADS Perl.c In file included from DBIXS.h:19, from Perl.xs:1: /dev/env/DJDIR/lib/perl5/CORE/perl.h:653: arpa/inet.h: No such file or directory (ENOENT) make.exe: *** [Perl.o] Error 1