I've just reinstalled my Ubuntu (the reason is not important),
and now I have to reinstall all my things, of course also IRRLICHT.
So, I've just recompiled it and then I tried to compile an example, just to see if it works.
But that's what it says, after I run 'make' in the right folder:
Code: Select all
mynithix@mycomputer:~/Downloads/irrlicht-1.8/examples/01.HelloWorld$ make
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 -lXcursor
/usr/bin/ld: cannot find -lXcursor
Thx for helping
MynithiX