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-06 17:07:10 |
Message-ID: | 20010406130710.D819@dothill.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-ports |
Peter,
On Fri, Apr 06, 2001 at 05:50:25PM +0200, Peter Eisentraut wrote:
> This is good, but before long users will pester you for stuff like
> --enable-locale, --enable-multibyte, --with-perl, etc. ;-)
The above is expected and fine with me. If Cygwin PostgreSQL can
support the requested functionality, then I will build and package as
appropriate.
> I don't know about the Cygwin file system conventions, but do people have
> to alter their PATH and MANPATH (and LD_LIBRARY_PATH?) setting for each
> new package they install?
No.
> No shared installation locations?
No, so far all (latest and contrib) packages share the same installation
location -- /usr.
I was just blindly going along with what configure (with defaults)
and Kevin Lo's Windows 2000 web page suggested.
With more information and some reflection, I would like to configure
Cygwin PostgreSQL as follows:
configure --with-CXX --prefix=/usr --sysconfdir=/etc/postgresql \
--mandir=/usr/man --docdir=/usr/doc/postgresql-$version \
--includedir=/usr/include/postgresql --datadir=/usr/share/postgresql
where $version is the PostgreSQL version (e.g., 7.1RC3) and the
--docdir value is following a Cygwin /usr/doc convention.
Note that the above configure options are essentially a subset of those
used to generate the RPM on the PostgreSQL ftp site. The only exception
is the --docdir value. Is this layout more acceptable?
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
From | Date | Subject | |
---|---|---|---|
Next Message | Paul Egges | 2001-04-06 20:42:42 | error |
Previous Message | Peter Eisentraut | 2001-04-06 16:37:42 | Re: Cygwin PostgreSQL Distribution |