Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Reply-To: From: "Rafael Kitover" To: Subject: RE: verilator on cygwin - unexplained errors Date: Sat, 31 Jan 2004 01:34:39 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit In-Reply-To: Message-Id: X-IsSubscribed: yes >-----Original Message----- >From: cygwin-owner AT cygwin DOT com [mailto:cygwin-owner AT cygwin DOT com] On Behalf Of >Pinhas Krengel >Sent: Friday, January 30, 2004 10:03 PM >To: cygwin AT cygwin DOT com >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" wrote in message >news:BAY12-DAV521ZG5yoVT0000144e AT hotmail DOT com... >> 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/