Hi,
On 30/08/05 21:08, Paul D. Smith wrote:
%% "J. Grant" <[EMAIL PROTECTED]> writes:
>> perl -e 'use POSIX qw(getcwd); my $d = getcwd(); print "$d\n";'
jg> It works for me, also "pwd" in the shell works for me on MSYS/rxvt.
jg> $ perl -e 'use POSIX qw(getcwd); my $d = getcwd(); print "$d\n";'
jg> /home/now3d/make/tests
Well, that's good stuff.
What version of Perl are you using? I wonder if this works for Perl on
Windows in general, or just in MSYS.
I am using this on MSYS:
[EMAIL PROTECTED] ~
$ perl --version
This is perl, v5.6.1 built for msys
I don't have another perl install on Windows. I believe Eli has a native
build, perhaps that would be a good comparison.
kind regards
JG
_______________________________________________
Make-w32 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/make-w32