Hello, I am trying to compile Analog 4.01 on Sun Solaris 2.7 using the Sun cc compiler. I get the following messages when I run the make command: cc -DUNIX -c alias.c cc -DUNIX -c analog.c cc -DUNIX -c cache.c cc -DUNIX -c dates.c cc -DUNIX -c globals.c "globals.c", line 1090: undefined symbol: http "globals.c", line 1090: syntax error before or at: : "globals.c", line 1200: cannot recover from previous errors cc: acomp failed for globals.c *** Error code 2 make: Fatal error: Command failed for target `globals.o' I tried different settings in the Makefile file but they did not help. The settings that produced the output above are: CC = cc CEXTRAFLAGS = DEFS = OS = UNIX LIBS = -lnsl I looked for the string "http" in the globals.c file but I didn't find anything unusual. Running make as root didn't help either. Thanks in advance for any insight! Sincerely, Marc Beasley [EMAIL PROTECTED] ------------------------------------------------------------------------ This is the analog-help mailing list. To unsubscribe from this mailing list, send mail to [EMAIL PROTECTED] with "unsubscribe analog-help" in the main BODY OF THE MESSAGE. List archived at http://www.mail-archive.com/[email protected]/ ------------------------------------------------------------------------
