From mint-bounce@lists.fishpool.fi Wed Jan 27 18:25:48 2010 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=hvT4DKaibbZyIcxHkbQ4ayY01wTyI9PAoxP41RW/JxU=; b=LWtFSFoW8o6CmylkgpOmcWKaL00n7VqQDic8ZToDKD2NQyQMov8AmHly4MomkPj9Zb IjEnVCzh781rfsg1KrTKEJpQFDFqSPjGyHxXdLBv/Iu7AgLBHb4V3ooYQ5vmr8ez/Sdu OUSdqmRa0wvAOg6EmswMPClU1nNAq3s85wC5o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=UyaCYd/yHVUxp5OSwKFwSAgJBPqtLSbVzELI0g1FNUwcd9bvpKuBu2OP1oUqusG/Ly jFlWUlzNODKNKTEEgeZS2ihRMXhl37Fr1JM43nictRs35ApYegcTmd2fAKpq9iWuwZR1 wdfADfgNMGNhg15aqwh50O6+AvyMv3GC22kt4= MIME-Version: 1.0 Date: Thu, 28 Jan 2010 00:24:05 +0100 Message-ID: Subject: [MiNT] __Unwind_Resume From: Miro Kropacek To: MiNT Mailing List Content-Type: multipart/alternative; boundary=0015175932ded7ea7b047e2db287 X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: miro.kropacek@gmail.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: --0015175932ded7ea7b047e2db287 Content-Type: text/plain; charset=ISO-8859-1 Hi, I wanted to try to recompile also zView and it went quite nice. However, in the final stage, by linking, I got this: pdf/pdflib.o:pdf/pdflib.o:(.text+0x3e8): undefined reference to `__Unwind_Resume' pdf/pdflib.o:pdf/pdflib.o:(.text+0x52c): undefined reference to `__Unwind_Resume' pdf/pdflib.o:pdf/pdflib.o:(.text+0xd14): undefined reference to `__Unwind_Resume' pdf/pdflib.o:pdf/pdflib.o:(.data+0x192): undefined reference to `___gxx_personality_v0' After some googling it seems like error when gcc is used to link C++ code instead of g++. But -- I do link with g++! So I tried to search for this symbol and guess what -- t's nowhere. It's declared in gcc's unwind.h but I would expect to find it in libgcc or libstdc++ ? Vincent do you think it could get disabled by some part of your patch or some ./configure option? -- MiKRO / Mystic Bytes http://mikro.atari.org --0015175932ded7ea7b047e2db287 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

I wanted to try to recompile also zView and it went quite nice. = However, in the final stage, by linking, I got this:

pdf/pdflib.o:pd= f/pdflib.o:(.text+0x3e8): undefined reference to `__Unwind_Resume'
pdf/pdflib.o:pdf/pdflib.o:(.text+0x52c): undefined reference to `__Unwind_R= esume'
pdf/pdflib.o:pdf/pdflib.o:(.text+0xd14): undefined reference = to `__Unwind_Resume'
pdf/pdflib.o:pdf/pdflib.o:(.data+0x192): undefi= ned reference to `___gxx_personality_v0'

After some googling it seems like error when gcc is used to link C++ co= de instead of g++. But -- I do link with g++! So I tried to search for this= symbol and guess what -- t's nowhere. It's declared in gcc's u= nwind.h but I would expect to find it in libgcc or libstdc++ ? Vincent do y= ou think it could get disabled by some part of your patch or some ./configu= re option?

--
MiKRO / Mystic Bytes
http:= //mikro.atari.org
--0015175932ded7ea7b047e2db287--