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
- Re: Problems making the recent cvs snapshot under cygwin. Joseph F. Ryan