Date: Sun, 6 Aug 2000 13:09:48 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: taupin cc: DJGPP List Subject: Re: Perl In-Reply-To: <398D18E7.FE43EA74@lps.u-psud.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 6 Aug 2000, taupin wrote: > Using the perl552 of the distrib, I still have problems with @INC > (files not fond although existing). This happens when trying tu use > latex2html (the configure under bash fails, while it works under linux). Does @INC, when printed, include backslashes? If so, try to tinker with your Perl configuration to convert them to forward slashes. (Don't ask me how, I don't use Perl too much.) > -> is there a more recent PERL package for djgpp? I understand that you can compile the official distribution, if you want.