Re: bug in config for cygwin

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Scott <scott(dot)ellis(at)aetas(dot)com(dot)au>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: bug in config for cygwin
Date: 2002-08-17 15:46:39
Message-ID: Pine.LNX.4.44.0208171305040.2335-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Scott writes:

> I'm not sure if what I've noticed fully qualifies as a bug...but, I run cygwin and also do a lot of development with vc++ (6)...Using version 7.2.1 I built the libpq++ libs/dll for win32 for use in my vc++ progs, and also ran the 'configure' script under cygwin...the problem occurs in the pg_config_os.h file, where an "#include <cygwin/version.h>" occurs before an "#ifdef __CYGWIN__" - so naturally my vc++ builds fail. By moving the include to after the ifdef the problem goes away...I thought I'd send this here so somwone with knowledge of patching the configure scripts etc. might have a look.

If you configure under cygwin then you can't build under not-cygwin. If
you want to build the libraries for native Windows you need to follow the
instructions for the native build.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Scott 2002-08-17 16:25:22 Re: bug in config for cygwin
Previous Message Tom Lane 2002-08-17 15:10:35 Re: Bug #740: Temp tables not deleted if postmaster crashes