Re: Problem in buidind Postgres with mingw

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "claudiorainoldi(at)libero(dot)it" <claudiorainoldi(at)libero(dot)it>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Problem in buidind Postgres with mingw
Date: 2006-11-14 13:56:00
Message-ID: 4559CAF0.3000302@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

claudiorainoldi(at)libero(dot)it wrote:
> Hello
> we've some trouble with buildinq postgreSQL (8.1.4.tar.gz) from code with Mingw on a windows xp home machine.
>

My experience is that XP-Pro is a better platform for building postgres
than XP-HE.

> We've installed mingw 5.0.3 and msys 1.0.10.
> >From the msys console we've typed the following command:
> $ LDFLAGS=-lstdc++ configure --without-zlib
>

Why are you trying to link in this library? That seems dangerous, to say
the least.

> and that's seems ok.
> then we do:
> $make
> the outcome is the following:
>
> Paolo Castiglioni(at)ACER_CASTY /d/msys/1.0/home/src/postgresql-8.1.4
>

Why did you not install msys and mingw in the standard locations and
then just use the standard paths (/usr, /home etc).

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-11-14 15:56:47 Re: Remove contrib version of rtree_gist --- now in core system ?
Previous Message jorge alberto 2006-11-14 13:52:27 Remove contrib version of rtree_gist --- now in core system ?