Re: MinGW again

From: "Darko Prenosil" <Darko(dot)Prenosil(at)finteh(dot)hr>
To: "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: MinGW again
Date: 2003-08-16 22:30:22
Message-ID: 001e01c36446$1a6327a0$e494bfd5@darko
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers


----- Original Message -----
From: "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>
To: "Darko Prenosil" <Darko(dot)Prenosil(at)finteh(dot)hr>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Sent: Saturday, August 16, 2003 10:02 PM
Subject: Re: [pgadmin-hackers] MinGW again

> Darko Prenosil wrote:
>
> >I just fetched fresh sources from CVS, and I see that acinclude.m4 is not
> >patched correctly for MinGW build.
> >I'll give an correct example:
> >
> > *libwx_mswud-*)
> > LIBS="$LIBS
${WX_HOME}/lib/libwx_mswud_stc-${WX_VERSION}.a
> >${WX_HOME}/lib/libwx_mswud_xrc-${WX_VERSION}.a"
> > LIBS="$LIBS $WX_NEW_LDFLAGS"
> > LDFLAGS="$LDFLAGS -mwindows -Wl,--subsystem,windows"
> >
> >In the current sources ${WX_HOME} and ${WX_VERSION} are typed like
> >$(WX_HOME) and $(WX_VERSION), with wrong kind of braces. On few places
> >WX_VERSION is typed as WX+VERSION.
> >
> >
> >
>
> Hi Darko,
> I corrected this, please check it.
>

It is OK for "libwx_mswud", but what I meant is that all of the "msw" cases
have the same problem.
However, attached is correct acinclude.m4 with all mistakes corrected.

Regards !

Attachment Content-Type Size
acinclude.m4 application/octet-stream 12.0 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Hiroshi Saito 2003-08-18 05:48:32 Small modification
Previous Message Andreas Pflug 2003-08-16 20:02:17 Re: MinGW again