# 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


Reply via email to