Re: Cygwin PostgreSQL Distribution

From: Jason Tishler <Jason(dot)Tishler(at)dothill(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Pgsql-Ports <pgsql-ports(at)postgresql(dot)org>
Subject: Re: Cygwin PostgreSQL Distribution
Date: 2001-04-05 21:30:10
Message-ID: 20010405173009.H402@dothill.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Peter,

On Thu, Apr 05, 2001 at 11:26:50PM +0200, Peter Eisentraut wrote:
> Jason Tishler writes:
>
> > include/lib
> > include/libpq
>
> What do you put into these two?

$ find lib libpq++
lib
lib/dllist.h
libpq++
libpq++/pgconnection.h
libpq++/pgcursordb.h
libpq++/pgdatabase.h
libpq++/pglobject.h
libpq++/pgtransdb.h

> It's not necessarily a good idea to
> divert from the standard layout under include because people might start
> relying on `pg_config --includedir` to configure their packages. But if
> there is some standard that requires you to do this...

My intention was *not* to deviate from the standard PostgreSQL layout.
I got the previously mentioned directory structure by just configuring
as follows:

configure --prefix=/usr/pgsql --with-CXX

Did I do something wrong? How should I configure?

Thanks,
Jason

--
Jason Tishler
Director, Software Engineering Phone: +1 (732) 264-8770 x235
Dot Hill Systems Corp. Fax: +1 (732) 264-8798
82 Bethany Road, Suite 7 Email: Jason(dot)Tishler(at)dothill(dot)com
Hazlet, NJ 07730 USA WWW: http://www.dothill.com

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Jason Tishler 2001-04-06 15:12:27 Re: Cygwin PostgreSQL Distribution
Previous Message Peter Eisentraut 2001-04-05 21:26:50 Re: Cygwin PostgreSQL Distribution