ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> perl6-internals
perl6-internals
[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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved