Re: [INTERFACES] Re: Just some unfinished stuff.

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Gerald Gryschuk <ggryschuk(at)scf(dot)sk(dot)ca>, Gerald Gryschuk <gerald(dot)gryschuk(at)home(dot)com>, Byron Nikolaidis <byronn(at)insightdist(dot)com>, pgsql-interfaces <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: [INTERFACES] Re: Just some unfinished stuff.
Date: 1998-10-05 17:07:31
Message-ID: 3618FCD3.945ABCF@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

> Ah! That's the source of our confusion! I install into
> /opt/postgres/current
> rather than into /usr/local, but do so by setting the PGROOT
> environment variable.

Well, almost right. I actually have a Makefile.custom in src/ which
looks like:

# Makefile.custom
# Thomas Lockhart 1998-03-01

POSTGRESDIR= /opt/postgres/current
CFLAGS+= -m486 # -g -O0
YFLAGS+= -v
USE_TCL= true
TCL_LIB= -ltcl
X_LIBS= -L/usr/X11/lib
TK_LIB= -ltk

# documentation

HSTYLE= /home/tgl/SGML/db118.d/docbook/html
PSTYLE= /home/tgl/SGML/db118.d/docbook/print

which is where the POSTGRESDIR is actually coming from.

- Tom

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Andrea Antibo 1998-10-05 18:16:26 Re: [INTERFACES] jdbc driver
Previous Message Sangeeta Rao 1998-10-05 17:03:41 Default 'timestamp' value on HP-UX running Postgresql6.3.2