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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c4fb18c3d7b2408e,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-29 14:51:50 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!wn13feed!worldnet.att.net!204.127.198.204!attbi_feed4!attbi.com!rwcrnsc53.POSTED!not-for-mail From: Caffeine Junky Subject: OpenGL and Glut bindings Newsgroups: comp.lang.ada User-Agent: Pan/0.11.3 (Unix) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Comment-To: ALL Message-ID: NNTP-Posting-Host: 12.241.145.39 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc53 1035931910 12.241.145.39 (Tue, 29 Oct 2002 22:51:50 GMT) NNTP-Posting-Date: Tue, 29 Oct 2002 22:51:50 GMT Organization: AT&T Broadband Date: Tue, 29 Oct 2002 22:51:50 GMT Xref: archiver1.google.com comp.lang.ada:30207 Date: 2002-10-29T22:51:50+00:00 List-Id: I've been looking around for bindings to OpenGL or Glut. I know the SGI/Gnat compiler comes with the bindings, but I havent found them for the free Gnat on Linux/x86. I know where the source code is, I've downloaded the Debian source packages and suppose I could see about compiling them myself, but I running into problems getting them to link properly. Do I need to specifically purchase the GNAT compiler for Linux to get these libs? Not much of a problem, but if I intend to distribute my source code freely, that could cause a problem for others trying to compile the source without the bindings. I could also code up my own bindings, which isnt entirely out of the question, but I'm assuming that Gnat bindings are a bit more stable. Basically, I'm a little confused as to the status of the OpenGL/Glut bindings for Ada. Any help would be appreciated. Caffiene Junky