I don't have mandrake installed so i cannot help you with the mandrake tools for finding or installing the right package.
urpmi is probably your friend. whether it can tell you which uninstalled package contains the file gtk-config is anyones guess. try doing rpm -qa|grep libgtk this will tell you what version of libgtk you have installed. say its libgtk-1.2-3.mdk.rpm. try installing libgtk-devel-1.2-3.mdk.rpm (with urpmi). I take it there is no rpm for the package you want to install? On Sun, 24 Aug 2003 21:57:05+0100 antonovich<[EMAIL PROTECTED]> wrote: > > > if gtk-config is not there then you probably need to install the > > package that contains it, which looks like libgtk-devel > > Sorry! there seems to be 53 different names for this, and i'm still > getting my head around the fact that without the devels the headers > and cs aren't there... > cheers > anton > >
