[1741] in Kerberos-V5-bugs
Problem compiling on SUN
daemon@ATHENA.MIT.EDU (Terry W. Reeves)
Mon Dec 18 12:49:43 1995
Date: Mon, 18 Dec 1995 11:49:05 -0600 (CST)
From: "Terry W. Reeves" <reeves@neon.cc.vanderbilt.edu>
To: krb5-bugs@MIT.EDU
I had a problem compiling Kerberos BETA 5 on a SUN SPARCclassic running
Solaris 2.4 using SUN's C compiler version 3.0.1. It seems that the
symbol __svr4__ is not defined by the compiler. This caused problems with
the programs in appl/bsd. There is a symbol __SVR4 according to the man
pages. I solved the problem by setting -D__svr4__ with the configure
command. According to "make check", it built just fine.
Terry W. Reeves