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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2fcd8539360f166e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-17 00:46:29 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: rolf.ebert@gmx.net (Rolf Ebert) Newsgroups: comp.lang.ada Subject: Re: GCC 3.1 / Ada / Cygwin / Win2k ? Date: 17 Oct 2002 00:46:29 -0700 Organization: http://groups.google.com/ Message-ID: References: <3DAC4528.81F57BBD@despammed.com> NNTP-Posting-Host: 195.27.231.129 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1034840789 19447 127.0.0.1 (17 Oct 2002 07:46:29 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 17 Oct 2002 07:46:29 GMT Xref: archiver1.google.com comp.lang.ada:29859 Date: 2002-10-17T07:46:29+00:00 List-Id: Wes Groleau wrote in message news:<3DAC4528.81F57BBD@despammed.com>... > Would like to hear from anyone who successfully installed > the whole combo of Cygwin 1.3.13 & GCC 3.1.1 (enable Ada, > C, C++) on Windows 2K > I haven't installed it successfully yet, but I think I am quite close. There are open issues, though. Perhaps someone can provide some hints. I am using the current CVS head (from 2002-10-15), which will eventually become gcc-3.3. The gnat1 and gnatbind binaries seem to work correctly and "make bootstrap" runs flawlessly. 1) I get an ICE when compiling g-spipat.adb. My workaround was to completely remove the XMatch implementation and make it call XMatchD. 2) The pragma Import in a-except was replaced from _Unwind_RaiseException to _Unwind_SjLj_RaiseException. I am not sure that this is the correct solution; does the EH really use setjump/longjump on cygwin? 3) I get an unresolved symbol '_nanosleep' from system__os_primitives__timed_delay. No idea how to solve this one. Rolf