PDA

View Full Version : configure problems in linux



jogibear9988
September 10th, 2005, 13:18
i have a problem with the configure script in linux. when i start it it didn't find the gtk 1.2 ot gtk2.0 library athough i've installed it. i'm using debian and i have installed the gtk1.2 and the gtk2.0 librarys, and i've also installed the development files of these librarys.

Hacktarux
September 10th, 2005, 13:52
Do you have installed pkg-config on your system ?

ciruZ
September 11th, 2005, 18:31
Anyway, Hacktarux, what about a configure script genereated with autoconf? They are more flexible and are non-interactive, what makes it a lot easier for packagers. If you want, I can write a configure.ac file for you. I could even write you a Makefile.am to replace the Makefile you currently have ;).