delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Reply-To: | <Peter DOT Bienstman AT rug DOT ac DOT be> |
From: | "Peter Bienstman" <Peter DOT Bienstman AT rug DOT ac DOT be> |
To: | <cygwin AT sources DOT redhat DOT com> |
Subject: | building Python extension modules - crash on import |
Date: | Thu, 2 Aug 2001 15:28:30 +0200 |
Message-ID: | <005001c11b57$053293f0$0454c19d@intec.rug.ac.be> |
MIME-Version: | 1.0 |
X-Priority: | 3 (Normal) |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook 8.5, Build 4.71.2377.0 |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.50.4133.2400 |
Importance: | Normal |
Hi, I'm trying to build a simple C++ Python extension module under the latest cygwin. The module's name is 'convert'. After compiling convert.o as usual, I created a convert.def containing EXPORTS initconvert I then used this command to build the dll: dllwrap --dllname convert.dll --driver-name=g++ --def convert.def \ -o convert.dll -s --entry _DllMain AT 12 \ convert.o $(BOOST_LIB)/libboost_python.a \ /usr/bin/libpython2.1.dll This creates the dll without problems, but when I try to use it, I get a segmentation fault: >>>from convert import * 0 [main] python 406 open_stackdumpfile: Dumping stack trace to python2.1.exe.stackdump Segmentation fault (core dumped) Under Unix, I got everything working without problems. Any insights? Thanks, Peter ------------------------------------- Peter Bienstman Department of Information Technology INTEC/IMEC - Ghent University St.-Pietersnieuwstraat 41 B-9000 Gent - Belgium E-mail: Peter DOT Bienstman AT rug DOT ac DOT be Tel: +32 9 264 3445 Fax: +32 9 264 3593 ------------------------------------- -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |