develooper Front page | perl.perl6.internals | Postings from July 2002

[perl #15904] Configure broken on windows 9x

Thread Next
From:
Mr. Nobody
Date:
July 31, 2002 14:49
Subject:
[perl #15904] Configure broken on windows 9x
Message ID:
rt-15904-32509.18.8233328469046@perl
# New Ticket Created by  "Mr. Nobody" 
# Please include the string:  [perl #15904]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=15904 >


lib/Parrot/Configure/Step.pm has these statements at
lines 74 and 76:

system("$cc $ccflags -I./include -c test.c >test.cco
2>&1") and die "C compiler failed (see test.cco)";

system("$ld $ldflags test$o ${cc_exe_out}test$exe
$libs >test.ldo 2>&1") and die "Linker failed (see
test.ldo)";

The windows 9x command.com shell dosen't recognize
2>&1 so it ends up passing "2" as an argument to the
compiler, which fails because there's no such file.

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com



Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About