While compiling on Solaris i get this error. Any ideas?
//Daniel bash-2.03# make making all in util... make[1]: Entering directory `/export/spare/slask/krb5-1.2.3/src/util' echo libpath /usr/local/lib:`pwd`/../lib:/usr/lib:/lib >aix.bincmds rm -f libupdate libupdate.tmp sed -e 's,@''ARADD''@,false,g' -e 's,@''ARCHIVE''@,false,g' ./libupdate.sh > libupdate.tmp && chmod +x libupdate.tmp && mv libupdate.tmp libupdate rm -f makeshlib makeshlib.tmp sed -e 's,@''CC''@,cc,g' -e 's,@''HOST_TYPE''@,sparc-sun-solaris2.8,g' -e 's,@''HAVE_GCC''@,yes,g' ./makeshlib.sh >makeshlib.tmp&&chmod a+x makeshlib.tmp&&mv makeshlib.tmp makeshlib making all in util/et... make[2]: Entering directory `/export/spare/slask/krb5-1.2.3/src/util/et' cc -DHAVE_LIBNSL=1 -DHAVE_LIBSOCKET=1 -DKRB5_DNS_LOOKUP_KDC=1 -DKRB5_DNS_LOOKUP=1 -DNO_YYLINENO=1 -DHAVE_SYS_ERRLIST=1 -DNEED_SYS_ERRLIST=1 -DHAVE_STRERROR=1 -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DKRB5_KRB4_COMPAT -I../../include -I./../../include -I../../include/krb5 -I./../../include/krb5 -I. -I. -c error_message.c cc -DHAVE_LIBNSL=1 -DHAVE_LIBSOCKET=1 -DKRB5_DNS_LOOKUP_KDC=1 -DKRB5_DNS_LOOKUP=1 -DNO_YYLINENO=1 -DHAVE_SYS_ERRLIST=1 -DNEED_SYS_ERRLIST=1 -DHAVE_STRERROR=1 -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DKRB5_KRB4_COMPAT -I../../include -I./../../include -I../../include/krb5 -I./../../include/krb5 -I. -I. -c et_name.c cc -DHAVE_LIBNSL=1 -DHAVE_LIBSOCKET=1 -DKRB5_DNS_LOOKUP_KDC=1 -DKRB5_DNS_LOOKUP=1 -DNO_YYLINENO=1 -DHAVE_SYS_ERRLIST=1 -DNEED_SYS_ERRLIST=1 -DHAVE_STRERROR=1 -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DKRB5_KRB4_COMPAT -I../../include -I./../../include -I../../include/krb5 -I./../../include/krb5 -I. -I. -c init_et.c cc -DHAVE_LIBNSL=1 -DHAVE_LIBSOCKET=1 -DKRB5_DNS_LOOKUP_KDC=1 -DKRB5_DNS_LOOKUP=1 -DNO_YYLINENO=1 -DHAVE_SYS_ERRLIST=1 -DNEED_SYS_ERRLIST=1 -DHAVE_STRERROR=1 -DHAVE_STDARG_H=1 -DHAVE_STDLIB_H=1 -DKRB5_KRB4_COMPAT -I../../include -I./../../include -I../../include/krb5 -I./../../include/krb5 -I. -I. -c com_err.c rm -f libcom_err.a building static com_err library make[2]: *** [libcom_err.a] Error 255 make[2]: Leaving directory `/export/spare/slask/krb5-1.2.3/src/util/et' make[1]: *** [all-recurse] Error 1 make[1]: Leaving directory `/export/spare/slask/krb5-1.2.3/src/util' make: *** [all-recurse] Error 1 ________________________________________________ Kerberos mailing list [EMAIL PROTECTED] http://mailman.mit.edu/mailman/listinfo/kerberos
