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,9812fa7db5b12878 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder.news-service.com!feeds.phibee-telecom.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: OpenGL and SDL Date: Sun, 29 May 2011 11:40:08 +0200 Organization: A noiseless patient Spider Message-ID: <87r57h6e13.fsf@ludovic-brenta.org> References: <9b62f2a5-16e4-4508-a752-6006f2999416@z13g2000prk.googlegroups.com> <87zkm665p6.fsf@ludovic-brenta.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx04.eternal-september.org; posting-host="00Q5Wqp5HCo8WsDE9R+J4A"; logging-data="1531"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+O4AOkhV3F7nKOda+DHc24" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:EDzUudVFMvp3KFHI2HWLu2oWYyQ= sha1:493vi+hpszu0+2kIsulCGRFqTq0= Xref: g2news2.google.com comp.lang.ada:20521 Date: 2011-05-29T11:40:08+02:00 List-Id: Joseph Montanez writes: >> On what platform and what compiler (version of gnat) ? > > Ubuntu 11.04 > GNAT 4.4.5 Using the Debian packages then. I have a hunch but you'll need to give full details to be sure. So what is the *exact* output of: #!/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=gnatgcc # <- that's my hunch -- Ludovic Brenta.