From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,de8baff9e416451a X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local1.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Wed, 12 Jan 2005 06:14:51 -0600 From: "Jeff C" Newsgroups: comp.lang.ada References: Subject: Re: Ada-python Date: Wed, 12 Jan 2005 07:15:01 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Response Message-ID: NNTP-Posting-Host: 24.147.74.171 X-Trace: sv3-116PSK7y8vLAKp8mCKBjumpn2P1IC4YkWNWRyGSj0at9CNzr+r8Y45F1CWTB9gwzSrnjM0TOYpqcRpr!/vRwe+ArKSmQK/6a2PIpUlqTMTB0ZzMTVo3LI+MRy1loVqBPwVrS5hvcCz812w== X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.22 Xref: g2news1.google.com comp.lang.ada:7687 Date: 2005-01-12T07:15:01-05:00 List-Id: "Matteo Bertini" wrote in message news:KV4Fd.26618$_E5.658498@twister2.libero.it... > Hello! > I'm studing the possibility of an inter-language UnitTestnig interfacing > Python with Ada but I have found some problem. > > I was using 3.15p and it was OK, I have succesfully used an Adlrer32 Ada > procedure from python, but this version is not compatible with NPTL > threading... > > So I switched to 3.43 (gnat with gcc 3.4.3) and, with treading going OK, I > have this error importing the python module: > > import zlib, ada_adler32 > ImportError: ada_adler32.so: undefined symbol: _Unwind_Resume > > Some suggestion? > > Thanks, > Matteo Bertini > on Gentoo Linux Try grepping and/or nm'ing around in the various compiler libraries from GCC. Perhaps the newer gcc builds pieces in a shared library runtime file that you are not including.