Hi, i trying to install the Freeradius Server v3.0.11 on the Solaris 5.10 sparc i have installed latest gnu release of the grep and awk tools, i've also listed their paths on the first position of the PATH to set these as default tools Starting from a fresh installation, these are the steps: # ./configure --prefix=<install-dir> (this seems completed with minor warnings) # gmake CC jlibtool.c HEADER src/include/attributes.h /bin/sh: ATTRIBUTE: not found Usage: grep [OPTION]... PATTERN [FILE]... Try 'grep --help' for more information. /bin/sh: VALUE: not found Usage: grep [OPTION]... PATTERN [FILE]... Try 'grep --help' for more information. HEADER src/include/features.h /bin/sh: s,#[\\t ]*ifdef[\\t ]*" $2 "$,#if "$3 ",g;s,#[\\t ]*ifndef[\\t ]*" $2 "$,#if !"$3 ",g;s,defined(" $2 ")," $3 ",g;"}: not found gmake: *** [src/include/autoconf.sed] Error 1 Usage: grep [OPTION]... PATTERN [FILE]... Try 'grep --help' for more information. it seems related to the processing of the file src/include/all.mk i can't go ahead.... I have a very similar problem with the v3.0.10, while no problems with v2.2.0 & v2.2.9 in the same machine (All works fine on Linux) any advice? Thanks Marco