Command Not Found

From: "Mark Miller" <mark(at)maxpreps(dot)com>
To: <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: Command Not Found
Date: 2005-04-22 18:05:09
Message-ID: 20050422180803.7C9B053B1B@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Mark Miller 2005-04-22 18:17:16 Re: Command Not Found
Previous Message Bruce Momjian 2005-04-22 00:25:05 Re: FW: Can't find postgres.h or fmgr.h