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 X-Originating-IP: [66.167.206.172] X-Originating-Email: [rkitover AT hotmail DOT com] X-Sender: rkitover AT hotmail DOT com From: "Rafael Kitover" To: Subject: RE: perlcc does not work on my cygwin-please help Date: Tue, 27 Jan 2004 21:22:40 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: Message-ID: X-OriginalArrivalTime: 28 Jan 2004 05:22:42.0866 (UTC) FILETIME=[C1442120:01C3E55E] >-----Original Message----- >From: cygwin-owner AT cygwin DOT com [mailto:cygwin-owner AT cygwin DOT com] On Behalf Of >Pinhas Krengel >Sent: Tuesday, January 27, 2004 9:09 AM >To: cygwin AT cygwin DOT com >Subject: perlcc does not work on my cygwin-please help > >perlcc does not work on my cygwin (win XP). I have tried to re-install >cygwin, read the assorted documents but can not figure out what is wrong. >It seems to be a very basic problem as it reports error of not finding some >file that are installed in my perl package. For example perl.h is not found. >The file is on my system at >/lib/perl5/5.8.2/cygwin-thread-multi-64int/CORE/perl.h. A place where cygwin >selected to install it. >I use mingw as the gcc compiler. It was recommended to install it not under The normal Cygwin perlcc works just fine. perlcc creates a binary that is linked to the Perl DLL. The Perl DLL is linked to Cygwin. What you are trying to do, that is making a non-cygwin binary that links to a Cygwin dll, makes no sense. And of course, the mingw gcc will not understand Cygwin paths. Also, when you have Cygwin installed there's no real need to install mingw, you can use gcc -mno-cygwin instead with the w32api package, which is pretty much the same thing. If you want to use perlcc to create binaries that don't depend on Cygwin, you will have to compile a copy of Perl with mingw then use its perlcc. You might be able to get away with using ExtUtils::FakeConfig with activeperl and mingw if you don't want to use ActivePerl's perlcc which requires visual studio. This is all completely offtopic by the way. -- Rafael -- 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/