Mail Archives: djgpp-workers/2000/07/04/06:42:44
>
>
> On Tue, 4 Jul 2000, Teun Burgers wrote:
>
> > The problem is not that c:\djgpp\bin/perl.exe does not get invocated.
> > Somehow internally in perl c:\djgpp\bin propagates to @INC,
> > messing up @INC.
>
> I'm quite Perl-illiterate, so I don't really know what @INC is, and how
> does it relate to the variables defined by djgpp.env. If it is derived
> from DJDIR, it should have forward slashes.
It's saying where perl should look for its modules. Like the include
and lib directories for C. What's strange is that bin isn't usually in
the @INC variable.
On our Solaris system, e. g.:
> perl5 -e 'print join(":", @INC ) . "\n" '
/local/share/fw/perl/5.005/lib/5.00502/sun4-solaris:/local/share/fw/perl/5.005/lib/5.00502:/local/share/fw/perl/5.005/lib/site_perl/5.005/sun4-solaris:/local/share/fw/perl/5.005/lib/site_perl/5.005:.
Right,
MartinS
- Raw text -