Re: [HACKERS] Cannot compile psql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Meskes <meskes(at)postgreSQL(dot)org>
Cc: PostgreSQL Hacker <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Cannot compile psql
Date: 2000-01-19 14:55:45
Message-ID: 9744.948293745@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Michael Meskes <meskes(at)postgreSQL(dot)org> writes:
> On Tue, Jan 18, 2000 at 10:51:48AM -0500, Tom Lane wrote:
>> I'll bet you are trying to compile with a Windoze-oriented config.h
>> that causes DLLIMPORT to expand to something nonempty. Try
>> reconfiguring.

> I tried make distclean followed by a new configure to no avail.

Hmm. Look at the bottom of include/c.h --- it should be impossible
for DLLIMPORT to be nonempty unless __CYGWIN32__ is defined. So where
is that definition coming from?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2000-01-19 15:27:41 Re: Status on 7.0
Previous Message Bruce Momjian 2000-01-19 14:01:05 Re: [HACKERS] Solaris breakage - lastest CVS