Quote:
Originally Posted by IWantU_Patrick
my fiddy cents worth of suggested help..
try using GNUUuuuuuuuuu instead of the systems default "make" command.
"gmake" may already be installed on your servers, perform a (locate/whereis) for it. if you don't have it, you can download it from MIT:
ftp to prep.ai.mit.edu/pub/gnu/
peace, and i hope this helps.
|
sly# gmake incoming.cgi
gcc -g0 -O2 -Wall -I. -static -o checkdomains checkdomains.c
checkdomains.c: In function `main':
checkdomains.c:77: error: `ndomain_groups' undeclared (first use in this function)
checkdomains.c:77: error: (Each undeclared identifier is reported only once
checkdomains.c:77: error: for each function it appears in.)
checkdomains.c:79: error: `all_domains' undeclared (first use in this function)
gmake: *** [checkdomains] Error 1
that didnt work either
the only thing that is different, is that this is now on a newer version of freebsd... nothing in the script has changed.