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,714a40eb8c53061d X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!feeder.news-service.com!aioe.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: ADA and Open GL Date: Wed, 10 Aug 2011 16:35:29 +0100 Organization: Aioe.org NNTP Server Message-ID: References: <4e4144df$0$2573$703f8584@news.kpn.nl> <4e424822$0$2559$703f8584@news.kpn.nl> <4e428605$0$2576$703f8584@news.kpn.nl> NNTP-Posting-Host: SptRn4/nB6/EZ1vi/h8RlA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) X-Notice: Filtered by postfilter v. 0.8.2 Cancel-Lock: sha1:A+G1YBXtM8JV8Zg9jYvmog2cBAM= Xref: g2news1.google.com comp.lang.ada:20513 Date: 2011-08-10T16:35:29+01:00 List-Id: "ldries46" writes: > But I got now a number of message of this kind: > > E:/ada/project/Blastula/visualize.adb:289: undefined reference to > glutSwapBuffers' > > I got the same messages for the glSomething routines and adding: > "-LC:\windows\system32" to the linker options solved these These > routines are in openGL32.dll > The errors in the other routines were not solved although these are > positioned in Glu32.dll and Glut32.dll both also in the > C:\Windows\System32 directory I guess (really!) that you need to say also -lglu32 -lglut32 ????