Re: trying to build on Windows: Makefile.global not found - Mailing list pgsql-ports

From Magnus Hagander
Subject Re: trying to build on Windows: Makefile.global not found
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34BF09@algol.sollentuna.se
Whole thread Raw
In response to trying to build on Windows: Makefile.global not found  (Pierre Abbat <phma@phma.hn.org>)
Responses Re: trying to build on Windows: Makefile.global not found  (Pierre Abbat <phma@phma.hn.org>)
List pgsql-ports
>I ran "nmake win32.mak" on a freshly untarred download of
>7.4.3 and got the
>following:
>makefile(13) : fatal error U1052: file 'Makefile.global' not found
>This is on a WinME box with VC6. Makefile.global.in exists. Do
>I have to
>install Cygwin and run autoconf?

That should be
nmake /f win32.mak

(notice the /f part).

And no, cygwin is not necessary to get the client side stuff.


//Magnus

pgsql-ports by date:

Previous
From: Pierre Abbat
Date:
Subject: trying to build on Windows: Makefile.global not found
Next
From: Pierre Abbat
Date:
Subject: Re: trying to build on Windows: Makefile.global not found