Date: Fri, 16 Jun 2000 12:50:50 +0300 From: Nimrod Mesika <nimrodme@bezeqint.net> To: Bryan Otteson <ares@ida.net>, freebsd-newbies@freebsd.org Subject: Re: Problem with the libraries. Message-ID: <3949F87A.5AA5B79B@bezeqint.net> References: <00061504283000.10622@kawil.org> <001401bfd6ef$e6933c80$9da58dd0@arescomputer>
next in thread | previous in thread | raw e-mail | index | archive | help
Bryan Otteson wrote: > > ROFLMAO!!! I get that exact same error trying to configure > gnomenetwork1.0.2. I did a find for '*gtk*' and couldn't find anything that > looked like a config file that the path wasn't pointing to. We both need > help on this on :) > me, > b On my system (installed gnome using pkg_add) gtk-config is called gtk12-config. Just do the following: # cd /usr/X11R6/bin # ln -s gtk12-config gtk-config All gtk/gnome based apps look for gtk-config (it's a shell script) as part of their configuration or makefiles. -- Nimrod. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3949F87A.5AA5B79B>