I just discovered this wonderful SDK that is Irrlicht and i decided to give it a try. I followed installation instructions without any problem until I decide to compile a example code.
Here what i got :
Code: Select all
Makefile:47: Building...
g++ -I../../include -I/usr/X11R6/include -O3 -ffast-math main.cpp -o ../../bin/Linux/01.HelloWorld -L../../lib/Linux -lIrrlicht -L/usr/X11R6/lib -lGL -lXxf86vm -lXext -lX11
/usr/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status
make: *** [all_linux] Error 1
I made some research and I figured out that the problem could come from my beta nvidia driver (GTX560 Ti).
So I decided to see if irrlicht would be working on my Windows7 session, and well... all worked perfectly.
I'm getting so frustrated not being able to code on unix yet...
Well... actually looking for help ! Thank you

yosh'
PS : both OS are in a x64 version.