Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » C++ mac eclipse library not found for -lglut
C++ mac eclipse library not found for -lglut [message #1326200] Thu, 01 May 2014 16:17 Go to next message
stephen henckaerts is currently offline stephen henckaertsFriend
Messages: 1
Registered: May 2014
Junior Member
I made a simple OpenGL test file in eclipse. And every time I try to build the project I get this error:

library not found for -lglut

I have a macbook pro 2013 OSX. I also followed a complete guide how to import the libraries(OpenGL and GLUT). Here is the guide: homepage.cs.uri.edu/courses/fall2011/csc406/Handouts/Tutorials/OSX/OpenGL_Eclipse_Tutorial_OSX.pdf
Re: C++ mac eclipse library not found for -lglut [message #1327327 is a reply to message #1326200] Fri, 02 May 2014 05:27 Go to previous message
Michael Mising name is currently offline Michael Mising nameFriend
Messages: 103
Registered: July 2009
Senior Member
Did you install glut? Either the framework or compile the sources, then you would need to change the includes to somwhere alike /usr/somwehere
Also I don't think you need that:
18. Now expand the
C/C++ General tab
, and select the
Paths and Symbols
Previous Topic:toolchain problem
Next Topic:jumping between declaration and definition is failing
Goto Forum:
  


Current Time: Fri Apr 19 07:42:27 GMT 2024

Powered by FUDForum. Page generated in 0.01707 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top