Re: trying to build on Windows: Makefile.global not found

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Pierre Abbat" <phma(at)phma(dot)hn(dot)org>, <pgsql-ports(at)postgresql(dot)org>
Subject: Re: trying to build on Windows: Makefile.global not found
Date: 2004-07-23 21:17:33
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE34BF09@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Pierre Abbat 2004-07-23 23:14:50 Re: trying to build on Windows: Makefile.global not found
Previous Message Pierre Abbat 2004-07-23 20:43:07 trying to build on Windows: Makefile.global not found