You (John B. McGinnis) write:
>I am looking for help making sudo v1.3.1 on hpux 9.x using gcc 2.6.0 and
>AFS 3.3. sudo v1.3.1 compiles fine with out AFS links, when compiled with
>AFS libs it fails on link of sudo.c with AFS libs.
>getwd (code)
>sigvec (code)
>are Unsatisfied symbols. They seem to come from libsys.a and liblwp.a under
>afs.
You need to add
-lBSD
to the LDFLAGS for AFS programs on hpux. It would be nice if the AFS
libraries used the POSIX equivalents, though.
Yours,
Larry Schwimmer
[EMAIL PROTECTED]