Re: [HACKERS] Re: postgres RPM build on Suse linux 6.2 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Re: postgres RPM build on Suse linux 6.2
Date
Msg-id 25233.943298139@sss.pgh.pa.us
Whole thread Raw
In response to Re: postgres RPM build on Suse linux 6.2  (Lamar Owen <lamar.owen@wgcr.org>)
Responses Re: [HACKERS] Re: postgres RPM build on Suse linux 6.2  (Vince Vielhaber <vev@michvhf.com>)
List pgsql-hackers
Lamar Owen <lamar.owen@wgcr.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: AW: [HACKERS] Getting OID in psql of recent insert
Next
From: Bruce Momjian
Date:
Subject: Re: AW: [HACKERS] Getting OID in psql of recent insert