build annoyences

From: Michiel Ephraim <ephraim(at)euph1(dot)xs4all(dot)nl>
To: pgsql-hackers-win32(at)postgresql(dot)org
Subject: build annoyences
Date: 2004-04-11 19:26:20
Message-ID: 200404112126.20701.ephraim@euph1.xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32 pgsql-patches


dear hackers-win32 list,

When building today's CVS version for win32, i found a few little things which
stopped a clean "gmake && gmake install". Most of them are missing .exe
extensions in the makefiles.

A diff is attached to this mail. Changes to "src/makefiles/Makefile.win32"
were only necessary for cross-compilation.

My setup is
compiler: mingw32-gcc (GCC) 3.3.1 (mingw special 20030804-1)
host: FreeBSD euph4 5.2-RELEASE
configure options used: --host=mingw32 --prefix=/opt/postgres-mingw32
--without-readline --without-zlib

The gcc is setup as a cross-compiler for mingw32, and is simply installed from
ports.

Hope this is useful for anyone,
Michiel

Attachment Content-Type Size
ME-DIFFs text/x-diff 6.8 KB

Responses

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Bruce Momjian 2004-04-12 03:19:07 Re: [GENERAL] pg_ctl written in c
Previous Message Magnus Hagander 2004-04-09 18:07:58 Locale on win32

Browse pgsql-patches by date

  From Date Subject
Next Message Sean Chittenden 2004-04-11 21:10:12 Information/schema hiding...
Previous Message Andrew Dunstan 2004-04-11 13:12:56 Re: COPY for CSV documentation