I got a build failure for wget-1.8.1 on Sun Solaris 2.8 with gcc-2.95.3; switching to cc in a fresh build was successful.
Here is the compilation failure: gcc -I. -I. -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/share/locale\" -O2 -Wall -Wno-implicit -c gen-md5.c In file included from gen-md5.c:31: /usr/local/include/md5.h:27: parse error before `UINT4' /usr/local/include/md5.h:27: warning: no semicolon at end of struct or union /usr/local/include/md5.h:28: warning: data definition has no type or storage class /usr/local/include/md5.h:30: parse error before `}' /usr/local/include/md5.h:30: warning: data definition has no type or storage class /usr/local/include/md5.h:32: parse error before `PROTO_LIST' /usr/local/include/md5.h:33: parse error before `PROTO_LIST' /usr/local/include/md5.h:35: parse error before `PROTO_LIST' /usr/local/include/md5.h:37: parse error before `PROTO_LIST' gen-md5.c:32: parse error before `gen_md5_context_imp' gen-md5.c:32: warning: data definition has no type or storage class gen-md5.c:41: parse error before `gen_md5_context_imp' gen-md5.c:41: warning: no semicolon at end of struct or union gen-md5.c: In function `gen_md5_context_size': gen-md5.c:53: sizeof applied to an incomplete type gen-md5.c: In function `gen_md5_init': gen-md5.c:59: `ctx_imp' undeclared (first use in this function) gen-md5.c:59: (Each undeclared identifier is reported only once gen-md5.c:59: for each function it appears in.) gen-md5.c:59: dereferencing pointer to incomplete type gen-md5.c: In function `gen_md5_update': gen-md5.c:77: `ctx_imp' undeclared (first use in this function) gen-md5.c:77: dereferencing pointer to incomplete type gen-md5.c: In function `gen_md5_finish': gen-md5.c:95: `ctx_imp' undeclared (first use in this function) gen-md5.c:95: dereferencing pointer to incomplete type ------------------------------------------------------------------------------- - Nelson H. F. Beebe Tel: +1 801 581 5254 - - Center for Scientific Computing FAX: +1 801 585 1640, +1 801 581 4148 - - University of Utah Internet e-mail: [EMAIL PROTECTED] - - Department of Mathematics, 322 INSCC [EMAIL PROTECTED] [EMAIL PROTECTED] - - 155 S 1400 E RM 233 [EMAIL PROTECTED] - - Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe - -------------------------------------------------------------------------------
