Skip navigation

STANFORD UNIVERSITY

INFORMATION TECHNOLOGY SERVICES

Directory

The compiler flags we used for building Heimdal were:

CFLAGS='-g -O2'
CXXFLAGS='-g -O2'
CCFLAGS="-g -O2 -D_REENTRANT"

We used the D_REENTRANT flag to specifically enable threading support in Heimdal.

The configure options we used for building Heimdal were:

--prefix=/usr/local
--sysconfdir=/etc/leland
CCFLAGS="-g -O2 -D_REENTRANT"
--enable-shared
--enable-pthread-support
--with-openssl=/usr/local
--without-readline
--without-openldap
--without-hesiod
--disable-berkeley-db
--without-ipv6

The above build information is for how we built things on Solaris. We now use the Debian Sarge heimdal package.

Last modified Wednesday, 18-Apr-2007 03:21:50 PM

Stanford University Home Page