Re: [INTERFACES] Re: Just some unfinished stuff. - Mailing list pgsql-interfaces

From Thomas G. Lockhart
Subject Re: [INTERFACES] Re: Just some unfinished stuff.
Date
Msg-id 3618FCD3.945ABCF@alumni.caltech.edu
Whole thread Raw
In response to Re: Just some unfinished stuff.  (Gerald Gryschuk <gerald.gryschuk@home.com>)
List 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

pgsql-interfaces by date:

Previous
From: "Sangeeta Rao"
Date:
Subject: Default 'timestamp' value on HP-UX running Postgresql6.3.2
Next
From: Andrea Antibo
Date:
Subject: Re: [INTERFACES] jdbc driver