Re: [patch] build issues on Win32 - Mailing list pgsql-hackers

From Greg Stark
Subject Re: [patch] build issues on Win32
Date
Msg-id 407d949e1003110444v1689abe8q1c7b4898c97f17c7@mail.gmail.com
Whole thread Raw
In response to Re: [patch] build issues on Win32  (David Fetter <david@fetter.org>)
Responses Re: [patch] build issues on Win32
Re: [patch] build issues on Win32
List pgsql-hackers
2010/3/10 David Fetter <david@fetter.org>:
>> > --disable-shared, as previously mentioned.
>>
>> Oh.  Well, we don't really support that, and there is a proposal on
>> the table to remove it altogether from the configure script.  I
>> don't think we're going to contort our source code in order to make
>> a marginal improvement in the ability to coexist with random other
>> code that is also polluting the link-time namespace.
>
> +1 for de-supporting this option.

I would be sad about this. It seems likely there are platforms where
it's important. But I'm not really about to spend the effort to fix it
up myself and I agree it wouldn't be worth hacking the source to get
it to work. I'm a bit puzzled why the symbol conflicts occur only with
static linking though -- it seems like static linking would give more
opportunity to isolate symbols than dynamic linking, not less. Perhaps
our static linking rules are broken?



--
greg


pgsql-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Server crash with older tzload library
Next
From: Dag-Erling Smørgrav
Date:
Subject: Re: [patch] build issues on Win32