|
From: Tor L. <tm...@ik...> - 2003-01-24 21:46:02
|
Andrey Deryugin writes: > First problem, the configure script check for gtk-config and > imlib-config, I've just make a copy of pkg-config But pkg-config also expects the name of the package, so you can't simply just use a copy of pkg-config as gtk-config. A single-line shell script (or bat file, ugh) is needed, with something like: pkg-config $1 gtk+-1.3-win32-production functioning as gtk-config. --tml |