"Henry B. Hotz" <hotz(at)jpl(dot)nasa(dot)gov> writes:
> Can't use tk. I loaded the alpha release of the native Aqua Tk port.
> It gets me a Wish Shell.app, not a /usr/bin/wish. This seems
> reasonable, but how do we get Postgres to use it? Can Postgres use
> it?
Hmm, AFAIK we only care about libtk, not wish; but possibly configure
is looking for wish as a proxy for determining whether tk is installed.
Feel free to propose a different test.
> The Tcl header files are in two different non-standard places. I had
> to sudo ln -s to get links all in one directory since it appears you
> can only have one --with-includes configure option.
configure --with-includes="path1:path2:pathN"
I believe this is documented.
regards, tom lane