--- "Joseph F. Ryan" <[EMAIL PROTECTED]> wrote:
> I'm having problems making off of the recent cvs snapshot.  When
> running Configure, I get the errors/output below.  Could anyone
> suggest a fix that I could try?
> 
> I am running windows 2kpro, with gcc under cygwin as my compiler.
> 
> Thanks,
> 
> Joseph F. Ryan
> [EMAIL PROTECTED]
> 
> 
> 
> 
> 
> Output of :
> 
> Checking MANIFEST...done.
> Setting up Configure's data structures...done.
> Checking for --miniparrot...done.
> Loading platform and local hints files...done.
> Enabling debugging...(none requested) done.
> Determining what C compiler and linker to use...done.
> Determining what types Parrot should use...done.
> Determining what opcode files should be compiled in...done.
> Setting up experimental systems...done.
> Determining what pmc files should be compiled in...done.
> Tweaking ccflags...done.
> Determining your minimum pointer alignment...
> 
> C compiler failed (see test.cco) at lib/Parrot/Configure/Step.pm line 145.
> 
> 
> 
> 
> Contents of test.cco:
> 
> 'cl' is not recognized as an internal or external command,
> operable program or batch file.
> 
> 
> 
> 
> Line 145 (newline added):
> system("$cc $ccflags -I./include -c test.c >test.cco $redir_err")
>     and die "C compiler failed (see test.cco)";
> 
> 
> 
> 
> The value of "$cc $ccflags -I./include -c test.c >test.cco $redir_err"
> at the moment of failure:
> 
> cl -nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT  -I./include 
> -c test.c >test.cco 2>&1
> 

Your perl5 was compiled with VC++. Configure swipes the options from perl5 so
if you want to fix this, you'll have to edit Config.pm.

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

Reply via email to