"Florent BERANGER" <[EMAIL PROTECTED]> writes: > gcc -Wall -ansi main.o timing.o vector.o fifo.o ortho.o > audio.o font.o \ > init.o textures.o terrain.o menu.o game.o hud.o messages.o \ > camera.o \ > -o race -lGL -lGLU -lSDL_image -lSDL_mixer -lm `sdl-config > --libs` > /usr/bin/ld: cannot find -lGL > collect2: ld returned 1 exit status > make: *** [all] Erreur 1
Yes, now that Microsoft claimed paternity on OpenGL[1] you need to install `/usr/lib/win32/msgl400.dll', sad but true. Find it in your Windows-XP `System' folder. Ref: [1] http://www.theregister.co.uk/content/4/26125.html -- Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/
