Re: pg_config.h on interix

Lists: pgsql-hackers-win32
From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
To: <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: pg_config.h on interix
Date: 2004-01-27 20:51:40
Message-ID: 303E00EBDD07B943924382E153890E5434AA73@cuthbert.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers-win32

I've got pg 7.4.1 compiled (but not linked) on interix. The major
obstacle was that configure was not writing pg_config.h properly. It
leaves everything commented even though configure gives reasonable
answers to all the questions.

Any suggestions?

Regards,
Merlin


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
Cc: pgsql-hackers-win32(at)postgresql(dot)org
Subject: Re: pg_config.h on interix
Date: 2004-01-27 22:57:16
Message-ID: 29882.1075244236@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers-win32

"Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com> writes:
> I've got pg 7.4.1 compiled (but not linked) on interix. The major
> obstacle was that configure was not writing pg_config.h properly. It
> leaves everything commented even though configure gives reasonable
> answers to all the questions.

> Any suggestions?

It looks like that transformation depends mostly on sed. Have you got a
good sed in that environment? Also I think it is writing and then
executing a temporary shell script, so that might be a source of issues.

regards, tom lane