[Linker error] undefined reference to `__glutInitWithExit@12'
[Linker error] undefined reference to `__glutCreateWindowWithExit@8'
[Linker error] undefined reference to `__glutCreateMenuWithExit@8'
[Linker error] undefined reference to `glutSolidSphere@16'
the problem above came out if i include glut.h header.. why?
i cant use glutSolidSphere() without it..
im using DEV C++ btw..