Re: --with-tcl won't gmake

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Petre Scheie <petre(dot)scheie(at)nextelpartners(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: --with-tcl won't gmake
Date: 2003-01-23 18:06:29
Message-ID: 27056.1043345189@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Petre Scheie <petre(dot)scheie(at)nextelpartners(dot)com> writes:
> It looks like (a) is the problem, as the only thing in /usr/include/X11/
> is a dirctory called bitmaps. This may be a naive question, but how do
> I figure out what I need in there?

You need whatever software bundle HP puts the X11 header files in. It's
been long enough since I did an HPUX system install that I forget where
to look for that info ... sorry ...

> I'll try it with the --without-tk. The purpose of including these
> switches is to provide support for pgaccess; but the error I was getting
> only refers to needing tcl, I believe.

You will not be able to build Tk from source either, nor any other
X11-using programs, without those headers. But if you can rely on a
prebuilt Tk then maybe it doesn't matter to you. I think pgaccess only
needs libpgtcl.sl, which you should be able to build --without-tk.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Rory Campbell-Lange 2003-01-23 21:36:17 Re: Learning Plpgsql ??
Previous Message Petre Scheie 2003-01-23 17:56:09 Re: --with-tcl won't gmake