[EMAIL PROTECTED] (Larry Jones) writes: > Harry Putnam writes: > > >> server.c:31:21: krb5.h: No such file or directory >> make[3]: *** [server.o] Error 1 > > That's a bug in the configure script that has been fixed in the current > development version. Do "make distclean" to get rid of the cached data > and then run "configure --without-gssapi".
Is there cvs access to the development version? I still hit a snag even when using --without-gssapi. Failing to find libdiff.a. [...] gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../lib -I../diff -I../zlib -g -O2 -c -o wrapper.o `test -f wrapper.c || echo './'`wrapper.c source='zlib.c' object='zlib.o' libtool=no \ depfile='.deps/zlib.Po' tmpdepfile='.deps/zlib.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../lib -I../diff -I../zlib -g -O2 -c -o zlib.o `test -f zlib.c || echo './'`zlib.c make[1]: *** No rule to make target `../diff/libdiff.a', needed by `cvs'. Stop. make[1]: Leaving directory `/usr/local/src/cvs-1.11.1p1/src' make: *** [all] Error 2 ======================================== No libdiff.a in ../diff. Only libdiff.dsp. Should there be? or is it something in the Makefile? I did run `make distclean'. The diff utility is installed and works. (Part of stock solaris 8 (intel) [I think]) _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
