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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2e0358567c732b6,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-12 06:31:13 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.us.prserv.net!prserv.net!cyclone.swbell.net!bos-service1.ext.raytheon.com!bos-service2.ext.raytheon.com.POSTED!not-for-mail Message-ID: <3D2EDA1D.73195BD6@fromwork.org> From: me X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Using OpenGL in Ada on Win2k Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 12 Jul 2002 08:31:09 -0500 NNTP-Posting-Host: 199.46.172.133 X-Complaints-To: news@ext.ray.com X-Trace: bos-service2.ext.raytheon.com 1026480672 199.46.172.133 (Fri, 12 Jul 2002 09:31:12 EDT) NNTP-Posting-Date: Fri, 12 Jul 2002 09:31:12 EDT Organization: Raytheon Company Xref: archiver1.google.com comp.lang.ada:27015 Date: 2002-07-12T08:31:09-05:00 List-Id: I am trying to setup my computer so that Ada can invoke OpenGL. Setting up Ada to do OpenGL is so new to me that I am not even sure what to ask. I downloaded the GL, GLU, GLUT, and MUI files but I am either missing other files or I am missing an INCLUDE directory in my building process. What am I overlooking? The gnatlink command is saying that the glut.adb has undefined references to several glut routines like GlutCreateWindow, GlutSetWindowTitle, etc. Suggestions? TIA, Bruce