gimp & locate

I hope someone would be able to help me.
I have 2 questions.

is there a utility like “locate” under fbsd & linux? Is there anything similar in RTP?

when i compile gimp it says the test for GTK failed yet i have GTK 1.2.8… what do i have to do to compile gimp?

Thanks heaps!,
Kosta.

is there a utility like “locate” under fbsd & linux? Is there anything
similar in RTP?

I just use ‘find / |grep <key_string>’… shrugs But I’m crude that way
:wink: Note that’ll also search any filesystems under /fs …

when i compile gimp it says the test for GTK failed yet i have GTK
1.2.8… what do i have to do to compile gimp?

What kind of error? if it’s telling you it can’t find GTK, can’t run the
GTK test program, or something similar, you’ll have to update your
LD_LIBRARY_PATH variable. That will be encountered when you run ‘config’.
It’s ‘make’ that’s giving ME the problem :wink:

–Charles