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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no 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-7-bit Path: g2news1.google.com!news2.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!news.mixmin.net!aioe.org!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: ANN: Ada 2005 Math Extensions, 20100901 release Date: Sat, 02 Oct 2010 15:27:57 -0700 Organization: Aioe.org NNTP Server Message-ID: 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> <4eb2e449-a101-4cef-8297-b7585e98ea8d@c32g2000vbq.googlegroups.com> Reply-To: nma@12000.org NNTP-Posting-Host: tUYQ4Ty9mMw9Pdc8TJRFQA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 Xref: g2news1.google.com comp.lang.ada:14362 Date: 2010-10-02T15:27:57-07:00 List-Id: I just downloaded this and tried it. And this is a FYI: It build OK on windows, using: g:\gnat-math-extn-20100901\test>gnatmake --version GNATMAKE GPL 2009 (20090519) When I tried it under cygwin, $ uname -a CYGWIN_NT-6.1-WOW64 me-PC 1.7.7(0.230/5/3) 2010-08-31 09:58 i686 Cygwin using: $ gnatmake --version GNATMAKE 4.3.4 20090804 (release) 1 Copyright (C) 1995-2007, Free Software Foundation, Inc. $ gcc --version gcc (GCC) 4.3.4 20090804 (release) 1 I get warning that libraries not supported: $ gnatmake -p -P test_extensions ada_math_build.gpr:17:25: warning: libraries are not supported on this platform gcc -c -g -gnatqQ -gnat05 -I- -gnatA /cygdrive/g/nabbasi/data/ada_re lated/gnat-math-extn-20100901/test/test_extensions.adb gcc -c -g -gnatpg -gnatqQ -gnatafo -gnatwaL -gnat05 -I- -gnatA /cygd rive/g/nabbasi/data/ada_related/gnat-math-extn-20100901/src/ada-nume rics-generic_arrays.adb gnatbind -E -I- -x /cygdrive/g/nabbasi/data/ada_related/gnat-math-ex tn-20100901/test/.build/test_extensions.ali gnatlink /cygdrive/g/nabbasi/data/ada_related/gnat-math-extn-2010090 1/test/.build/test_extensions.ali -g -o /cygdrive/g/nabbasi/data/ada _related/gnat-math-extn-20100901/test/test_extensions.exe /usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find -lgnalasup collect2: ld returned 1 exit status gnatlink: error when calling /usr/bin/gcc.exe gnatmake: *** link failed. Is it possible to build this on cygwin as well in some future time? I use cygwin mainly on windows and use gnat there, not on windows. thanks again for this package, I will test it more. --Nasser