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-Thread: a07f3367d7,29464d9ef5486201 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.72.199 with SMTP id n7mr3488013qaj.5.1361957763904; Wed, 27 Feb 2013 01:36:03 -0800 (PST) X-Received: by 10.49.106.131 with SMTP id gu3mr83128qeb.36.1361957763656; Wed, 27 Feb 2013 01:36:03 -0800 (PST) Path: y6ni7qaj.0!nntp.google.com!dd2no3461801qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 27 Feb 2013 01:36:03 -0800 (PST) In-Reply-To: <512dcf0d$0$17990$703f8584@textnews.kpn.nl> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.71.180.107; posting-account=P68zsgoAAABKpXKMUuwuUZ_RfBk1kZfB NNTP-Posting-Host: 193.71.180.107 References: <512dcf0d$0$17990$703f8584@textnews.kpn.nl> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Strange behavior of OpenGLUT From: =?ISO-8859-1?Q?Egil_H=F8vik?= Injection-Date: Wed, 27 Feb 2013 09:36:03 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2013-02-27T01:36:03-08:00 List-Id: On Wednesday, February 27, 2013 10:15:52 AM UTC+1, ldries46 wrote: > > undefined reference to 'glutSwapBuffers' > This looks like a linker error, not a compiler error. You probably need to link with glut. I guess you already link with opengl, something along the lines of "-lGL", so try to add "-lGLU" or "-lglut" as well.