TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [TCLUG:2304] gtk-config
What should the prefix be? My gtk libraries are in /usr/lib?
When I ran ./configure for gicq I got:
checking for GTK - version >= 1.0.0... /usr/local/bin/gtk-config:
---------------------------------------------------------------------:
command not found
/usr/local/bin/gtk-config: To: command not found
/usr/local/bin/gtk-config: For: command not found
/usr/local/bin/gtk-config: Try: command not found
/usr/local/bin/gtk-config:
---------------------------------------------------------------------:
command not found
/usr/local/bin/gtk-config: To: command not found
/usr/local/bin/gtk-config: For: command not found
/usr/local/bin/gtk-config: Try: command not found
/usr/local/bin/gtk-config:
---------------------------------------------------------------------:
command not found
/usr/local/bin/gtk-config: To: command not found
/usr/local/bin/gtk-config: For: command not found
thanks,
Ben
On Sat, 21 Nov 1998, Andrew McCulloh wrote:
> Here it is. Put it in your path--you will have to edit the prefix
> variable. This is for version 1.0.5 but I've build 1.0.6 things with
> it as well..
>
> Andrew
>
> ---cut me---
>
> #!/bin/sh
>
> prefix=/usr
> exec_prefix=${prefix}
> exec_prefix_set=no
>
> usage="\
> Usage: gtk-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags]"
>
> if test $# -eq 0; then
> echo "${usage}" 1>&2
> exit 1
> fi
Ben Luey
lueyb@carleton.edu
ICQ: 19144397
No building is too tall for even the smallest dog to lift its leg on.
-- Jim Hightower