FreeGLUT linking Issues in Linux
I am running Linux Mint 14.1 64-bit I have installed the following libs: mesa-common-dev, freeglut3-dev, libglew-dev through the apt-get tool. Here are my includes, located in my Main.h file: #include <cmath> #include <cstdlib> #include <iostream> #include <stdio.h> #include <GL/glew.h> #include <GL/glut.h> #include <time.h> I checked that the libs installed correctly, they seem to be located in /usr/lib/x86_64-linux-gnu and the headers in /usr/include/GL I proceed to compile my Main.C file with the following flags: g++ -Wall -Wextra -Weffc++ -Winit-self -Wmissing-include-dirs -Wswitch-default