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.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,222ed89632aabb93 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.220.230 with SMTP id pz6mr7256984pbc.3.1342364364810; Sun, 15 Jul 2012 07:59:24 -0700 (PDT) Path: l9ni11846pbj.0!nntp.google.com!news1.google.com!news3.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!85.12.40.130.MISMATCH!xlned.com!feeder1.xlned.com!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Sun, 15 Jul 2012 16:59:23 +0200 From: Georg Bauhaus User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Free AMD Core Math Library (BLAS/LAPACK) + Ada References: <41b74e89-f112-4791-883d-236080652dbf@googlegroups.com> <0c159836-b4b9-4861-85cd-e3e61e94f8bc@googlegroups.com> <99901f55-e61a-4808-a442-1a62e625cd2e@googlegroups.com> <37b4ba31-245e-44d1-9183-5c3367c88101@googlegroups.com> <2db42c1b-cfd4-4a6f-9e0c-ce269ddf00c5@googlegroups.com> <7cadf109-e24a-45eb-9d7c-354d8899eec4@googlegroups.com> <3f14ee5a-d055-4252-ab45-7ca512a23fac@googlegroups.com> <9cc53435-3c7f-4443-8209-5137b9377aca@googlegroups.com> <583b29e2-3f75-4b0a-8f1a-802b3d6e502c@googlegroups.com> <34139f6f-5905-4c9e-a873-0b2445a1fccd@googlegroups.com> In-Reply-To: <34139f6f-5905-4c9e-a873-0b2445a1fccd@googlegroups.com> Message-ID: <5002dacb$0$6552$9b4e6d93@newsspool4.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 15 Jul 2012 16:59:23 CEST NNTP-Posting-Host: 554a697e.newsspool4.arcor-online.net X-Trace: DXC=05=GejVha\BgjeC>?:g4Am9Heme_ On 15.07.12 15:22, Ada novice wrote: >> > -largs -Wl,-v >> > >> >(*exactly* as typed!) > OK. With SPACE after "WI," I get with gnatmake *.adb -largs -WI, -v -lblas: Did to put a space there on purpose? Also, that's an 'l', ell, after 'W'. In the GCC man page, -Wl,option is listed among Linker Options. {option} needs to be separated from the 'l', but also needs to be connected to 'Wl', not counted among other options for gcc, not the linker. So some separator is needed, which is the reason for the ',', I think.