Compiling 1.5.3 or 1.6.1 on Solaris 5.9

Russ Allbery rra at stanford.edu
Thu Jul 5 18:46:26 EDT 2007


Booker C Bense <bbense at stanford.edu> writes:

> I am using gcc 3.2.3 and the only odd thing I can see is the

> -shared -h libkrb5support.so.0

> option. Documentation on what -h actually does seems sparse... It
> certainly doesn't do what is listed in the man page.

-h is actually an ld option (it sets the SONAME).  My guess is that's
supposed to be -Wl,-h,libkrb5support.so.0 to pass the option to the
linker.

-- 
Russ Allbery (rra at stanford.edu)             <http://www.eyrie.org/~eagle/>



More information about the Kerberos mailing list