Re: pg_config.h on interix - Mailing list pgsql-hackers-win32

From Tom Lane
Subject Re: pg_config.h on interix
Date
Msg-id 29882.1075244236@sss.pgh.pa.us
Whole thread Raw
In response to pg_config.h on interix  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
List pgsql-hackers-win32
"Merlin Moncure" <merlin.moncure@rcsonline.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

pgsql-hackers-win32 by date:

Previous
From: "Merlin Moncure"
Date:
Subject: pg_config.h on interix
Next
From: Claudio Natoli
Date:
Subject: Additional items for Win32 TODO list?