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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,fa753a141ca69761 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!o13g2000cwo.googlegroups.com!not-for-mail From: "Anh Vo" Newsgroups: comp.lang.ada Subject: Re: GNAT Mingw32 link error? Date: 26 Sep 2005 22:38:12 -0700 Organization: http://groups.google.com Message-ID: <1127799491.980014.41640@o13g2000cwo.googlegroups.com> References: <1127766595.074507.289830@g44g2000cwa.googlegroups.com> NNTP-Posting-Host: 69.232.220.230 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1127799497 29996 127.0.0.1 (27 Sep 2005 05:38:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 27 Sep 2005 05:38:17 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: o13g2000cwo.googlegroups.com; posting-host=69.232.220.230; posting-account=JVr7Xg0AAAAI3MbuARxMmvWLmA7qdJMx Xref: g2news1.google.com comp.lang.ada:5173 Date: 2005-09-26T22:38:12-07:00 List-Id: A large number of us have used gnat-3.15p for quite a long time. No one has had any problem whatsoever. Thus, it is high probability that your machine is more special than the rest of us. May be you should tell us your problem in details. So, we can help you better. AV Gary Dumer wrote: > I first downloaded 3.15p from an FTP site and installed it. I kept getting > the same error. I even went so far as to remove ALL entries from the PATH > and rebooted. Same error. Then I uninstalled that version and tried the one > that comes with MingW32. I went through the same thing with the PATH and > still got the same error. It looks less like a PATH problem and more like a > LIB issue, but I don't have a clue what it could be. I agree that it should > work without a problem, but it's not. So far, no one here seems to have the > answer. Is there any other web forum that is dedicated to GNAT? If so, maybe > someone there might be able to spot the problem > > Thanks... Gary. > > "Anh Vo" wrote in message > news:1127766595.074507.289830@g44g2000cwa.googlegroups.com... > >I have successfullly used GNAT/MinGW for years. I am not going to guess > > what went wrong. However, I strongly suggest to uninstall 3.4.2 and > > replace it with MinGW/gcc-3.4.4 from MinGW.org. Of course, make sure it > > is the first item in your path. Then, recompile and relink the > > hello.adb. I believe that you will be a happy Ada programmer. > > > > AV > > > > GED wrote: > >> 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. > >