Date: Tue, 9 Mar 1999 10:50:39 +0100 From: Laszlo Molnar To: Richard Dawe Cc: DJGPP workers Subject: Re: Perl 5.004/5.005 compilation problems Message-ID: <19990309105039.V11306@duna91.eth.ericsson.se> References: <36DF3446 DOT D7E17518 AT meridian22 DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.17i In-Reply-To: <36DF3446.D7E17518@meridian22.net>; from Richard Dawe on Fri, Mar 05, 1999 at 01:32:54AM +0000 Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, Mar 05, 1999 at 01:32:54AM +0000, Richard Dawe wrote: > After installing the latest bash, the configure went smoothly under Win95! > Thanks to Laszlo for making it so easy. I never thought I'd be able to build > Perl with a DOS compiler. However, I do have a couple of queries about the > configure defaults: > > 1. It suggests '/usr/ucb/more' as the pager. You cannot change this to e.g. > 'e:/djgpp/bin/less.exe', since it objects to the drive at the start. Unfortunately Configure wants a filename starting with '/' here. Just press enter here, it doesn't matter. If you look at the generated config.sh file, you will find 'less' there instead of '/usr/ucb/more' ;-) There is a small script in 'djgpp/' which fixes this. > 2. It suggests that the man pages be put in $DJDIR/man. Other packages I've > used put them in $DJDIR/share/man. Which is the preferred directory? It should be $DJDIR/man. I will look at this. Laszlo