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,9812fa7db5b12878 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!y27g2000prb.googlegroups.com!not-for-mail From: Joseph Montanez Newsgroups: comp.lang.ada Subject: Re: OpenGL and SDL Date: Sun, 29 May 2011 08:23:15 -0700 (PDT) Organization: http://groups.google.com Message-ID: <798d6a5b-8d03-4768-b079-ef4a612cddcd@y27g2000prb.googlegroups.com> References: <9b62f2a5-16e4-4508-a752-6006f2999416@z13g2000prk.googlegroups.com> <87zkm665p6.fsf@ludovic-brenta.org> <87r57h6e13.fsf@ludovic-brenta.org> NNTP-Posting-Host: 68.7.96.215 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1306682596 6084 127.0.0.1 (29 May 2011 15:23:16 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 29 May 2011 15:23:16 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: y27g2000prb.googlegroups.com; posting-host=68.7.96.215; posting-account=LvrXvwoAAACC1wHP0nbl3bIZlHjbXQtk User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKRUAELSC X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.772.0 Safari/535.1,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:20526 Date: 2011-05-29T08:23:15-07:00 List-Id: > $ gnatmake dummy gcc-4.4 -c dummy.adb gnatbind -x dummy.ali gnatlink dummy.ali > $ find /usr -name "gnat1" /usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.4/gnat1 > #!/bin/sh > dpkg -l "gcc*" "gnat*" | grep ^i > ls -lF $(which gcc) > ls -lF $(which gnatgcc) > cd coreland-sdl-ada; make > cd coreland-sdl-ada; make CC=3Dgnatgcc =A0# <- that's my hunch ii gcc 4:4.5.2-1ubuntu3 The GNU C compiler ii gcc-4.4 4.4.5-15ubuntu1 The GNU C compiler ii gcc-4.4-base 4.4.5-15ubuntu1 The GNU Compiler Collection (base package) ii gcc-4.5 4.5.2-8ubuntu4 The GNU C compiler ii gcc-4.5-base 4.5.2-8ubuntu4 The GNU Compiler Collection (base package) ii gnat 4.4+1ubuntu9 The GNU Ada compiler ii gnat-4.4 4.4.5-15ubuntu2 The GNU Ada compiler ii gnat-4.4-base 4.4.5-15ubuntu2 The GNU Compiler Collection (gnat base package) ii gnat-gps 4.3-5ubuntu4 The GNAT Programming System - advanced IDE for C and Ada ii gnat-gps-doc 4.3-5ubuntu4 The GNAT Programming System - documentation lrwxrwxrwx 1 root root 7 2011-04-24 13:47 /usr/bin/gcc -> gcc-4.5* lrwxrwxrwx 1 root root 7 2011-04-24 13:48 /usr/bin/gnatgcc -> gcc-4.4* ./check-deps ./ada-compile sdl.adb gcc: error trying to exec 'gnat1': execvp: No such file or directory make: *** [sdl.ali] Error 1 cd: 6: can't cd to coreland-sdl-ada ./check-deps ./ada-compile sdl.adb gcc: error trying to exec 'gnat1': execvp: No such file or directory make: *** [sdl.ali] Error 1