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-Thread: 103376,31c8255073b2d349 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!l17g2000vbf.googlegroups.com!not-for-mail From: AdaMagica Newsgroups: comp.lang.ada Subject: Re: ANN: Ada 2005 Math Extensions, 20100901 release Date: Wed, 22 Sep 2010 05:08:42 -0700 (PDT) Organization: http://groups.google.com Message-ID: <241aa203-5e90-42b0-ab18-c61fce62656c@l17g2000vbf.googlegroups.com> References: <889c1e51-cd27-4e7e-b5ae-b9e2c1c5b644@u6g2000yqh.googlegroups.com> <5c42e8bf-b12d-4c92-9eb6-5b056832352a@l20g2000yqe.googlegroups.com> <513c30f4-55f7-49de-8b17-9f932e726f36@d8g2000yqf.googlegroups.com> <95af4414-59b7-4567-9f88-ec808d54e6f0@u13g2000vbo.googlegroups.com> NNTP-Posting-Host: 80.156.44.178 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1285157322 13809 127.0.0.1 (22 Sep 2010 12:08:42 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 22 Sep 2010 12:08:42 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: l17g2000vbf.googlegroups.com; posting-host=80.156.44.178; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.2; de; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:14188 Date: 2010-09-22T05:08:42-07:00 List-Id: On 22 Sep., 13:50, Ada novice wrote: > > * say 'with "/where/ever/gnat-math-extn-YYYYMMDD/src/ada_math_build";' > > =A0 (this path can be relative, if you like)." ... > The GNAT compiler expects an identifier after with and it finds " and > complains. This is the syntax you have to use in your GNAT project file to make the library visible to the GNAT compiler. In Ada source files, you just use the appropriate package name as defined in the library.