>-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of >Pinhas Krengel >Sent: Friday, January 30, 2004 10:03 PM >To: [EMAIL PROTECTED] >Subject: Re: verilator on cygwin - unexplained errors > >If it works on your cygwin it means that somethin on my cygwin is bad. >From the results of cygcheck that I attached on a former messag can you >please tell the difference. >Am I missing some package of cygwin or perl.
Good point. >From your Cygwin_check.log: Path: c:\pini_prog\MinGW\bin c:\pini_prog\cygwin\usr\local\bin c:\pini_prog\cygwin\bin c:\pini_prog\xilinx\bin\nt You are trying to use MinGW gcc to compile a module for Cygwin Perl. This won't work. The Cygwin gcc must be first in your path. Since you already have Cygwin, you can just remove MinGW and use gcc -mno-cygwin when you need to compile a MinGW app. -- Rafael > > >"Rafael Kitover" <[EMAIL PROTECTED]> wrote in message >news:[EMAIL PROTECTED] >> I went into perl -MCPAN -e shell, typed "install SystemC::Parser" and it >> installed fine for me... [SNIP] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/