Sender: ml AT delorie DOT com Message-ID: <33D781A2.74E4F7C9@cdata.tvnet.hu> Date: Thu, 24 Jul 1997 18:24:02 +0200 From: Molnar Laszlo MIME-Version: 1.0 To: DJGPP workers Subject: Re: perl for djgpp References: <33D36D10 DOT 3DF7CA9F AT cdata DOT tvnet DOT hu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Hi Workers! > I was able to build the executables under plain msdos (short filenames), > but I don't have win95, so it's untested with LFN=Y. If it works ok > under win95, I'd like to call it the release version. I could access a win95 today, so I tried to build perl. Here are the extra things, I did: - Change every ":" to ";" in Makedepend.SH line 51. - Use the newest fileutils (3.13 doesn't work). 3.16 ok. And don't forget to (these are in the Readme): - set the SHELL environment variable - delete the CONFIG env.var. - stubedit cc1.exe if you want the POSIX extension When I first tried to run Configure, I received a SIGSEGV immediately. This was because of the TMPDIR environment var. was pointed to a nonexisting PATH (check djgpp.env). With these steps I've built everything successfully. Happy Perling, Laszlo