Mail Archives: djgpp/2001/09/13/04:28:46
Martin Ambuhl wrote:
>
> Tim Van Holder wrote:
>
> I have the same symptoms as Bob. The outout is
> $djdir is "".
> $DJDIR is "c:/djgpp".
> /dev/env/DJDIR/djgpp.env exists
So it seems like the perl package was built with a wrong prefix :-(
You sure you _added_ the unshift instead of replacing the one that
was already there?
If you did, try making the existing unshift
unshift @INC, "$perllibdir", "$ENV{'DJDIR'}/lib/perl5";
That should work (then again, so should adding the second unshift).
For best results, you could try building perl from sources, making
sure to use a correct prefix. OTOH, a new version perl package should
be uploaded this weekend in order to work around a problem that prevents
Autoconf > 2.50 from working; that package should no longer suffer from
this problem.
If you're adventurous, you could also open your perl.exe in a hex editor
and replace all occurrences of '/dev/env/djdir/' by '/dev/env/DJDIR/'.
- Raw text -