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,fa753a141ca69761,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!nx01.iad01.newshosting.com!newshosting.com!elnk-atl-nf1!newsfeed.earthlink.net!stamper.news.atl.earthlink.net!newsread2.news.atl.earthlink.net.POSTED!92999d51!not-for-mail From: GED Newsgroups: comp.lang.ada Subject: GNAT Mingw32 link error? Message-ID: Organization: Home Use MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit User-Agent: MicroPlanet-Gravity/2.70.2067 Date: Sun, 25 Sep 2005 15:47:06 GMT NNTP-Posting-Host: 4.154.9.236 X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.news.atl.earthlink.net 1127663226 4.154.9.236 (Sun, 25 Sep 2005 08:47:06 PDT) NNTP-Posting-Date: Sun, 25 Sep 2005 08:47:06 PDT Xref: g2news1.google.com comp.lang.ada:5144 Date: 2005-09-25T15:47:06+00:00 List-Id: I'm getting the following error... E:\Temp3\Examples>gnat make hello.adb gnatbind -x hello.ali gnatlink hello.ali E:/MinGW/lib/gcc/mingw32/3.4.2/adalib/libgnat.a(raise.o)(.text+0x8b5): undefined reference to `_Unwind_SjLj_RaiseException' E:/MinGW/lib/gcc/mingw32/3.4.2/adalib/libgnat.a(raise.o)(.text+0x8c5): undefined reference to `_Unwind_SjLj_ForcedUnwind' collect2: ld returned 1 exit status gnatlink: cannot call E:\MinGW\bin\gcc.exe gnatmake: *** link failed. Please help... Gary.