<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm trying to install krb5-1.3.1 and an error ocurrs while I'm compiling > the source code. > > I'm using gcc version 3.2.2 on Freebsd (5.1-RELEASE-i386), I did the > folowing steps: > > ./configure --prefix=/usr/local/kerberos --without-krb4 --enable-dns > --enable-dns-for-kdc --enable-dns-for-realm --enable-shared > > and everything went OK, then I did > > make > > and here, while compiling I get the folowing error: > > # > > (...) > > In file include from /usr/include/sys/param.h:101, > from ftp_var.h:111, > from cdmtab.c:39: > /usr/include/signal.h:267: redefinition of 'my_sig_t'
just comment this line out and run make again. after successful compiling you can return it to uncommented. > ftp_var.h:62: 'my_sig_t' previously declared here > cdmtab.c:35: warning: 'sccsid' defined but not used > *** Error code 1 > > Stop in /tmp/krb5-1.3.1/src/appl/gssftp/ftp. > *** Error code 1 > > Stop in /tmp/krb5-1.3.1/src/appl/gssftp. > *** Error code 1 > > Stop in /tmp/krb5-1.3.1/src/appl. > *** Error code 1 > > Stop in /tmp/krb5-1.3.1/src. > > # > > and is always showing the folowing warning: > > # > > /usr/include/stdlib.h:134: warning: ISO C89 does not support 'long long' as gurus say just ignore it as annoying warning. > (...) > > # > > I would like to know if there is any workaround about the error, if there > is any solution. Best regards, Illia Baidakov. ________________________________________________ Kerberos mailing list [EMAIL PROTECTED] https://mailman.mit.edu/mailman/listinfo/kerberos
