Re: [HACKERS] Re: postgres RPM build on Suse linux 6.2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Re: postgres RPM build on Suse linux 6.2
Date: 1999-11-22 19:15:39
Message-ID: 25233.943298139@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Lamar Owen <lamar(dot)owen(at)wgcr(dot)org> writes:
> [I've been working with Jef Peeraer on building the RPM's on SuSE Linux,
> and ran across what I think is an autoconf issue. The configure script
> complained that it couldn't find the tk config script
> (/usr/lib/tkConfig.sh on most tk installs), which botched the whole
> build in an obscure place.]

--with-tclconfig and/or --with-tkconfig should fix this. I forget
whether those are in 6.5.* though.

Since we also look for "wish" in the PATH, it would be nice if we could
ask wish where the tcl/tk config files are, instead of having to search
for them ourselves. But AFAIK you can't fire up a wish without having
an X display for it to connect to ... and configure can't assume that.

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-11-22 19:37:54 Re: AW: [HACKERS] Getting OID in psql of recent insert
Previous Message Tom Lane 1999-11-22 19:10:49 Re: AW: [HACKERS] Getting OID in psql of recent insert