Jim <[EMAIL PROTECTED]> wrote: > Well, I had d/l'd GNU make 3.80 from www.gnu.org and installed it - it > named itself make.
Yeah, but /usr/bin/make is BSD make, and gnu make is probably in /usr/local/bbin/make. If /usr/bin comes before /usr/local/bin in your PATH variable (as it should), then BSD make will always be used. To fix this, do: cd /usr/local/bin ln -s make gmake and then typing 'gmake' should work. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
