delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
Message-ID: | <1F8B49DD9100D31195FC00A0C94989FE0E11@obelix> |
From: | Joost Kraaijeveld <J DOT Kraaijeveld AT Askesis DOT nl> |
To: | "Cygwin AT Sourceware. Cygnus. Com (E-mail)" |
<cygwin AT sourceware DOT cygnus DOT com> | |
Subject: | RE: undefined reference to _imp_reent_data ? (postgres 7.0RC5 com |
pile) | |
Date: | Mon, 8 May 2000 00:08:25 +0200 |
MIME-Version: | 1.0 |
X-Mailer: | Internet Mail Service (5.5.1960.3) |
I got Postgres compiled today. I had to change the following after untarring: 1. I had to change YFLAGS in /src/template/cygwin32 to resemble my installation. 2. In /src/backend/utils/elog.c and /src/backend/utils/exc.c I changed extern int sys_nerr; to #ifdef __CYGWIN__ # define sys_nerr _sys_nerr #else extern int sys_nerr; #endif 3. I removed all code (commented it out) from the /src/utils/dllinit.c but kept the file so I did not have to edit the makefile. I ran all the regression tests and now I am studying the results. So it works. Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 email: J DOT Kraaijeveld AT Askesis DOT nl web: www.askesis.nl -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |