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.
 

Reply via email to