comp.lang.ada
 help / color / mirror / Atom feed
From: "Egil Høvik" <egilhovik@hotmail.com>
Subject: Re: Strange behavior of OpenGLUT
Date: Wed, 27 Feb 2013 01:36:03 -0800 (PST)
Date: 2013-02-27T01:36:03-08:00	[thread overview]
Message-ID: <f0430110-bb38-48fe-979b-debab739d93e@googlegroups.com> (raw)
In-Reply-To: <512dcf0d$0$17990$703f8584@textnews.kpn.nl>

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.



  reply	other threads:[~2013-02-27  9:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-27  9:15 Strange behavior of OpenGLUT ldries46
2013-02-27  9:36 ` Egil Høvik [this message]
2013-02-27 10:45   ` ldries46
2013-02-27 10:50     ` Simon Wright
2013-02-27 11:00       ` ldries46
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox