X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <49F76E64.6000504@gmail.com> Date: Tue, 28 Apr 2009 22:00:20 +0100 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: problems with embedded python on cygwin. References: <20090428133426 DOT 9d21hfl24g08socw AT www DOT cs DOT uregina DOT ca> In-Reply-To: <20090428133426.9d21hfl24g08socw@www.cs.uregina.ca> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 bailey2r wrote: > which crashes when I run it in cygwin. It merely crashes; i get the > illegal operation window. > > I compile it by using: > > gcc -Wall -IC:/cygwin/usr/include/python2.5 > -LC:/cygwin/usr/lib/python2.5/config embed.c -lpython2.5 -lm > > It compiles just fine. I just get the runtime crash. This could be the (known and already fixed in CVS) speclib bug. Does removing "-lm" fix it? cheers, DaveK -- 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/