everything compiles with no problem, but the linker gives me those errors :
i tried to find a similar problem in the forum but it doesn't solved my problem ../usr/X11R6/lib/libIrrlicht.a(COpenGLTexture.o)(.text+0x616): In function `irr::video::COpenGLTexture::copyTexture()':
: undefined reference to `gluBuild2DMipmaps'
/usr/X11R6/lib/libIrrlicht.a(COpenGLTexture.o)(.text+0x625): In function `irr::video::COpenGLTexture::copyTexture()':
: undefined reference to `gluErrorString'
collect2: ld a retourné 1 code d'état d'exécution
make: *** [all] Erreur 1
can someone help please ?