Re: 8.2 Admin Pack broken? - Mailing list pgsql-admin

From Andy Shellam (Mailing Lists)
Subject Re: 8.2 Admin Pack broken?
Date
Msg-id 45D73F4F.6070500@mailnetwork.co.uk
Whole thread Raw
In response to Re: 8.2 Admin Pack broken?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: 8.2 Admin Pack broken?  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-admin
Tom Lane wrote:
"Andy Shellam (Mailing Lists)" <andy.shellam-lists@mailnetwork.co.uk> writes: 
FYI: Reports on Google are wrong - they say that you need to use "gmake" 
to build the PostgreSQL server source.  You don't.   
I can assure you that you need GNU make to build any part of Postgres.
Perhaps what you're dealing with there is that "/usr/bin/make" is some
particularly ancient release of GNU make that has most but not quite all
of the features we depend on?  "make -v" might prove informative. 

Not particularly!! Don't know what it is but it doesn't _appear_ to be GNU.  According to "man make" it is a "FreeBSD General Command."
I can tell you that "./configure && make && make install" works and builds a working Postgres server just fine, it's just the contribs it doesn't build.

[root@byron ~]# make -v
make: no target to make.

[root@byron ~]# /usr/bin/make -v
make: no target to make.

[root@byron ~]# /usr/local/bin/make -v
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-unknown-freebsd6.1
[root@byron ~]#

Confusion reigns.

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: 8.2 Admin Pack broken?
Next
From: "Karthikeyan Sundaram"
Date:
Subject: How to analyse the indexes in postgres?