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,5408976830fd5419 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!n33g2000pri.googlegroups.com!not-for-mail From: britt.snodgrass@gmail.com Newsgroups: comp.lang.ada Subject: Re: Problems setting up a (free) Ada development environment Date: Wed, 4 Mar 2009 08:09:51 -0800 (PST) Organization: http://groups.google.com Message-ID: <7db7ac2b-48e3-41fd-9d6e-2aaba04cc01e@n33g2000pri.googlegroups.com> References: NNTP-Posting-Host: 205.175.225.24 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1236182991 17508 127.0.0.1 (4 Mar 2009 16:09:51 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 4 Mar 2009 16:09:51 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: n33g2000pri.googlegroups.com; posting-host=205.175.225.24; posting-account=rdRzuwoAAAAyW3CSBhs_xgfCUJSc1aNt User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 secproxy04.rockwellcollins.com:8080 (IWSS) Xref: g2news1.google.com comp.lang.ada:3937 Date: 2009-03-04T08:09:51-08:00 List-Id: On Mar 4, 2:30=A0am, "Paul" wrote: > Do you have the 2008 GPL version working from a command line (i.e. Window= s > command prompt)? =A0 Open a command line window and just enter gnat. =A0 = It > should output its version, copyright message and command line options. = =A0You > need to get the environment variables etc set up correctly before using a= ny > of the GPL IDEs. After trying "gnat" at the command line, next try "gnatls -v". This will give a full report of the GNAT version and associated search paths. - Britt