Subject: Re: Apache From: "Daniel C. Benton Jr." Newsgroups: comp.infosystems.www.servers.unix Luca Stirpe wrote: > Help !!!! Sure. > Sto tentando di compilare i moduli .c di apache_1.2.3 sulla mia Sun > Solaris ver. 2.5. Purtoppo quando lancio il comando make (dopo aver > generato il Makefile lanciando lo script Configure)ho una serie di > errori sul sorgente http_protocol.c del tipo: Install gcc, then run 'configure', making sure to select gcc as the compiler. > major: argument mismatch > minor: argument mismatch > ............... > va_start: argument mismatch > ............. > syntax error before or at: int > undefined symbol: len > syntax error before or at: ) > .............. > Error code 10 > da un controllo accurato del sorgente non ho trovato errori di sintassi=2E > Come si spiegano questi errori? Not surprising, Sun's cc is sad. > Il compilatore C che sto usando =E8: Sparc Compiler C 4.0 ed il comando > di compilazione interno al makefile =E8 il seguente: > ****************************************************** > /usr/ucb/cc -c -Iregex -O2 -DSOLARIS2 http_protocol.c > ****************************************************** Use gcc for sure. GNU CC. http://www.gnu.org/order/ftp.html > Se cortesemente potete farmi sapere qualcosa al piu' presto ve ne > sar=F2 grato. You are welcome. Dan "Promoting international understanding" Benton