Re: Darwin/MacOSX 10.1.1 configure issues with b3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Henry B(dot) Hotz" <hotz(at)jpl(dot)nasa(dot)gov>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: Darwin/MacOSX 10.1.1 configure issues with b3
Date: 2001-11-30 20:36:06
Message-ID: 10980.1007152566@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

"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

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Henry B. Hotz 2001-12-01 00:20:03 Re: Darwin/MacOSX 10.1.1 configure issues with b3
Previous Message Henry B. Hotz 2001-11-30 20:08:41 Re: Darwin/MacOSX 10.1.1 configure issues with b3