Re: Replace Windows PostgreSQL Binary?

Поиск
Список
Период
Сортировка
От Jason Tishler
Тема Re: Replace Windows PostgreSQL Binary?
Дата
Msg-id 20010308114554.B551@dothill.com
обсуждение исходный текст
Ответ на Re: Replace Windows PostgreSQL Binary?  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-ports
Marc,

On Sun, Mar 04, 2001 at 04:23:26PM -0400, The Hermit Hacker wrote:
> send me a url for the new one ... I won't remove the old until after we
> have one for the newest release though ...

You can find a pre-built PostgreSQL 7.1beta5 for Cygwin at the following URL:

    http://members.home.net/jtishler/software/postgresql/postgresql-7.1beta5-1.tar.gz

Please let me know when it is up on the PostgreSQL mirrors since it is
using 20% of my public web space.

I used the attached recipe to build and package this distribution.

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.Tishler@dothill.com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com
# configure
time configure --with-CXX 2>&1 | tee configure.out

# make
time make 2>&1 | tee make.out

# make install
time make prefix=/tmp/pgsql/usr/local/pgsql install 2>&1 | tee make-install.out

# strip executables
cd /tmp/pgsql
strip usr/local/pgsql/bin/*.exe
strip usr/local/pgsql/lib/*.dll

# copy DLLs (except plpgsql.dll) from lib to bin
cp usr/local/pgsql/lib/*.dll usr/local/pgsql/bin
rm usr/local/pgsql/bin/plpgsql.dll

# create man cat dirs
mkdir usr/local/pgsql/man/cat1 usr/local/pgsql/man/catl

# fix doc symlinks
cd usr/local/pgsql/doc
/tmp/pgsql/fixdoc.sh

# create package
cd /tmp/pgsql
tar -cvzf postgresql-7.1-X.tar.gz usr

Вложения

В списке pgsql-ports по дате отправления:

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Re: /usr/local/{include,lib} on Cygwin
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: 7.1beta5 install problem