View Single Post
Old 07-31-2007, 03:33 PM  
Mr Pheer
Top Rated CEO
 
Mr Pheer's Avatar
 
Industry Role:
Join Date: Dec 2002
Location: Las Vegas
Posts: 21,875
Quote:
Originally Posted by IWantU_Patrick View Post
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.
__________________
Mr Pheer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote