Command Not Found - Mailing list pgsql-hackers-win32

From Mark Miller
Subject Command Not Found
Date
Msg-id 20050422180803.7C9B053B1B@svr1.postgresql.org
Whole thread Raw
List pgsql-hackers-win32

I am trying to build postgresql 8.0.2 from the source. I have unpacked the source files to /usr/Mark/postgresql-8.0.2 and ran config as:

configure CC=/c/MinGW/bin/gcc.exe –without-zlib

 

When I run make I am getting the following:

make[2]: ar: Command not found

make[2]: *** [libpgport.a] Error 127

 

I am assuming that is “ar.exe” which is in /c/MinGW/bin/. How do I make sure it finds the commands it needs.

 

Regards,

Mark

 

pgsql-hackers-win32 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: FW: Can't find postgres.h or fmgr.h
Next
From: "Mark Miller"
Date:
Subject: Re: Command Not Found