Re: [bug fix or improvement?] Correctly place DLLs for ECPG apps in bin folder - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: [bug fix or improvement?] Correctly place DLLs for ECPG apps in bin folder
Date
Msg-id 5416C9AE.8000306@vmware.com
Whole thread Raw
In response to Re: [bug fix or improvement?] Correctly place DLLs for ECPG apps in bin folder  ("MauMau" <maumau307@gmail.com>)
List pgsql-hackers
This patch has been sitting in the commitfest with no activity since 
this email from July. What's the real status, who's got the ball on this 
one? Please update the commitfest app accordingly. If nothing happens in 
the next few days, I'll mark this as Returned with Feedback.

On 07/09/2014 03:53 PM, MauMau wrote:
> From: "Alvaro Herrera" <alvherre@2ndquadrant.com>
>> I think the suggestion by Peter Eisentraut upthread was pretty
>> reasonable -- the Makefiles are already aware that they are building a
>> shared library, so scrape the info off them.  The less hardcoded stuff
>> in the msvc framework, the better.
>
> I overlooked his mail.  Do you mean something like this? (I don't know yet
> how to express this in Perl)
>
> for each Makefile in under top_dir_in_source_tree or src/interfaces
> {
>    if (Makefile contains SO_MAJOR_VERSION)
>    {
>      extract NAME value from Makefile
>      move lib/lib${NAME}.dll to bin/
>    }
> }
>
> But the source tree contains as many as 206 Makefiles.  I'm worried that it
> will waste the install time.  Should all these Makefiles be examined, or 16
> Makefiles in src/interfaces/?
>
> Regards
> MauMau
>
>
>
>
>


-- 
- Heikki



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: B-Tree support function number 3 (strxfrm() optimization)
Next
From: Marko Tiikkaja
Date:
Subject: Re: pgcrypto: PGP signatures