JPEG Libs

Marek spec at webtech.pl
Thu Jan 23 21:00:58 GMT 2003


> Hi all
> 
> I am going thought the tutorial for game programming on the web site.  
> http://www.gametutorials.com/
> I have got a error with compiling the last of the tutorials which uses the 
> jpeg library, the error is below.

I think you must install or add path to libjpeg.a. In my case (slackware 9)
it's in /usr/lib/ - which is in the path. Try locating it: if you don't have
it - install libjpeg. If you do try adding "-L/path/to/libjpeg" to you
Makefile here:

> 	$(CC) -o $(TARGET) Main.o Init.o Camera.o Quake3Bsp.o Image.o `sdl-config 
> --libs` -L/usr/X11R6/lib -lGL -lGLU -lm -ljpeg 

--
Marek


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe ťyour-email-addressŀ



More information about the KDevelop mailing list