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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,4d0af24b1aa45905,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-20 07:36:22 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!uio.no!nntp.newmedia.no!news.netcom.no!teleglobe.net!teleglobe.net!62.81.31.29.MISMATCH!cyclone.auna.com!news-feeder.eresmas.com!garse!news.iddeo.es!not-for-mail From: =?iso-8859-1?q?Antonio_Mart=EDnez?= Newsgroups: comp.lang.ada Subject: about my gnat version. Date: Mon, 20 Oct 2003 16:06:59 +0200 Organization: Iddeo - Retevisi�n Message-ID: NNTP-Posting-Host: 62.83.180.140 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity. (Debian GNU/Linux)) Xref: archiver1.google.com comp.lang.ada:1203 Date: 2003-10-20T16:06:59+02:00 List-Id: Hello. I'm new to Ada and I have some questions about gnat version. I'm using a debian 3.0 + updates from Sid distribution so I have this: gnat-3.3 3.3.2-0pre5 gcc-3.3 3.3.2-0pre5 Ok. Now I see that the oficial version seem to be 3.15p, and it comes with gcc 2.8.1 !!!! Question: 1.- Is there any version between mine (pre-version) and 3.15p ? 2.- If 3.15p must be my choice... Can I interface gnat3.15p .o with gcc 3.3.2 .o object files ? .. or I need compile my C code under this old version of gcc. 3.- Another question. I'm interesting in porting my programs from Linux to Windows. So I'm using Mingw which comes with gnat 3.2. I have installed it. gcc works .. but gnat doesn't work at all. He cannot found system.ads .. and linking libraries. Have you installed gnat 3.2 succesful in Windows? (Note: gnat 3.15p works fine in Windows...) Thank you so much. -- Antonio Mart�nez