Did you try: pkg_add -r gmake
Alex Jeon wrote: > Hi All, > The log is as below. > yeppi# ./configure > loading cache ./config.cache > checking for gcc... (cached) gcc > checking whether the C compiler (gcc ) works... yes > checking whether the C compiler (gcc ) is a cross-compiler... no > checking whether we are using GNU C... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking how to run the C preprocessor... (cached) gcc -E > updating cache ./config.cache > creating ./config.status > creating Makefile > creating config.h > config.h is unchanged > yeppi# make > "../rules.mak", line 65: Missing dependency operator > "../rules.mak", line 82: Missing dependency operator > "../rules.mak", line 84: Need an operator > "../rules.mak", line 86: Need an operator > "../rules.mak", line 92: Missing dependency operator > "../rules.mak", line 94: Need an operator > "../rules.mak", line 121: Need an operator > "../rules.mak", line 127: Need an operator > make: fatal errors encountered -- cannot continue > > And then I was looking for the solution for this problem. > There is an article that I should use gmake not make on compiling on > FreeBSD. > So, I did a retry using gmake. > The log is as below. > yeppi# ./configure > loading cache ./config.cache > checking for gcc... (cached) gcc > checking whether the C compiler (gcc ) works... yes > checking whether the C compiler (gcc ) is a cross-compiler... no > checking whether we are using GNU C... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking how to run the C preprocessor... (cached) gcc -E > updating cache ./config.cache > creating ./config.status > creating Makefile > creating config.h > config.h is unchanged > yeppi# gmake > gmake: CC@: Command not found > gmake: *** [rlm_sqlcounter.o] Error 127 > And I was looking for this error but in vain. > Could you tell me how I can solve this problem? > Thanks. -- Guy Fraser Network Administrator The Internet Centre 780-450-6787 , 1-888-450-6787 There is a fine line between genius and lunacy, fear not, walk the line with pride. Not all things will end up as you wanted, but you will certainly discover things the meek and timid will miss out on. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
