Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3BCCA774.DA74FF22@rowman.com> Date: Tue, 16 Oct 2001 17:32:36 -0400 From: John Peacock MIME-Version: 1.0 To: turner AT uvs DOT is CC: CygWin Discussion Subject: Re: Can't run Make under Cygwin on Win2000 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit turner AT uvs DOT is wrote: > [snippage] > I don't > know if this is relevant, but I am not using Cygwin perl. I am using > Activestate perl. > So I tried to run perl -MCPAN -e shell and thats when my troubles began. I > would prefer not to discard the ActiveState Perl and resort to Cygwin if at > all possible. > Ah, this is vitally important information. You will not, AFAIK, be able to run ActiveState's Perl from within CygWin and expect anything much to work. ActiveState's Perl is built with lots of non-standard options, including the Win32 thread-emulation code, none of which (again AFAIK) will have even the slightest chance of working under CygWin. Anything you want to do under Perl will need to be done from a regular command prompt and not from within bash/CygWin. You will also need to have VC++ and use nmake. Perl modules must (in general) be built with the same compiler that Perl was built with. John p.s. cc'd to cygwin list to close the "report" -- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4720 Boston Way Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5747 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/