dynamic and shared libraries
Im trying to install jpeg lib so that I can use jpegs for textures.
Theres already some header files and make creates a .a file and a few apps that use it but Im wondering how to install a library so that you can go
gcc -ljpeg source.c
to link to that library
SORTED!!
after two days of trying everything finally got it installed thanks too
http://www.stepwise.com/Articles/Workben...13.01.html
Theres already some header files and make creates a .a file and a few apps that use it but Im wondering how to install a library so that you can go
gcc -ljpeg source.c
to link to that library
SORTED!!
after two days of trying everything finally got it installed thanks too
http://www.stepwise.com/Articles/Workben...13.01.html