[perl #15904] Configure broken on windows 9x
by Mr. Nobody (via RT) other posts by this author
Jul 31 2002 9:49PM messages near this date
Re: tutorial on submitting patches
|
Re: [perl #15904] Configure broken on windows 9x
# 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:
Mr. Nobody (via RT)
Aldo Calpini
Mattia Barbon
Nicholas Clark
|