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-Authentication-Warning: mdssdev05.comp.pge.com: esp5 set sender to esp5 AT pge DOT com using -f Date: Tue, 27 Jan 2004 18:32:25 -0800 From: "Edward S. Peschko" To: Pinhas Krengel Cc: cygwin AT cygwin DOT com Subject: Re: perlcc does not work on my cygwin-please help Message-ID: <20040128023225.GA12020@mdssdev05.comp.pge.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-IsSubscribed: yes On Tue, Jan 27, 2004 at 07:08:48PM +0200, Pinhas Krengel wrote: > 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 > cygwin. > /cygdrive/c/pini_prog/MinGW/bin/gcc > bash-2.05b$ cygpath -w / > C:\pini_prog\cygwin > > Please help me to get a clean installation. Is there a file that is a step > by step guide. > Many thanks, > Pinhas If you are looking just to make standalone executables, you might want to look at PAR instead. It works via packing up all the dependencies in a script into a zip file that acts like an executable. You can then transfer that executable from place to place. works great, and works (with the -c and -e option) for things that perlcc can't even touch. (like runtime requres and config files that come with a given module.) Ed -- 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/