X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "bdeck" Newsgroups: comp.os.msdos.djgpp Subject: Re: building Perl from source Date: Mon, 8 Dec 2003 09:59:36 +0100 Organization: Flow Communications AU Lines: 27 Message-ID: References: <3FCFA42B DOT 239BA1D3 AT phekda DOT freeserve DOT co DOT uk> NNTP-Posting-Host: int.flowcom.com.au X-Trace: au-nws-0001.flow.com.au 1070837396 3042 202.129.64.242 (7 Dec 2003 22:49:56 GMT) X-Complaints-To: usenet AT au-nws-0001 DOT flow DOT com DOT au NNTP-Posting-Date: Sun, 7 Dec 2003 22:49:56 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Andrew Cottrell" wrote in message news:kfm0tvsr12pmee5c4imnh1ea17sjdi0gr4 AT 4ax DOT com... > >> > BTW, why is symlink support turned off by default? > >> > >> Because the source packages were made for Perl built against DJGPP 2.03. > > > >So, has the 2.04 alpha distribution reconfigured its perl to take advantage > >of these new DJGPP features? > Download it and check. I have no idea, I used the option where Perl > auto selected the values. If you use djgpp/configure.bat, it will prompt you for options you wish to configure in perl. The only aspect is that incorperating DXE support changes the runtime library a bit, and the distribution will have to be set up properly using 'make perl install'. If you simply went with defaults, then niether symlink or DXE support has been incorperated. When building DXE support, it is very important to link the DXE export list object directly with the perlmain file (the Makefile must be modified). Ben