Good afternoon. Being that there are many PGP postings on this list, I must assume that others have been able to get PGP compiled successfully...
The following error occurrs when doing "make linux": gcc -o pgp pgp.o crypto.o keymgmt.o fileio.o mdfile.o more.o armor.o mpilib.o mpiio.o genprime.o rsagen.o random.o idea.o passwd.o md5.o system.o language.o getopt.o keyadd.o config.o keymaint.o charset.o randpool.o noise.o zbits.o zdeflate.o zfile_io.o zglobals.o zinflate.o zip.o zipup.o ztrees.o zunzip.o rsaglue2.o _80386.o _zmatch.o ../rsaref/install/unix/rsaref.a crypto.o: In function `read_mpi': /root/pgp/src/crypto.c:627: undefined reference to `P_SETP' crypto.o: In function `signfile': /root/pgp/src/crypto.c:864: undefined reference to `P_SETP' crypto.o: In function `compromise': /root/pgp/src/crypto.c:1044: undefined reference to `P_SETP' /root/pgp/src/crypto.c:1052: undefined reference to `P_SETP' crypto.o: In function `signkey': It then goes on to list many more undefined references, to `P_SETP', `P_SMULA', etc. Any ideas? Yes, I did the rsaref make first. Could it be related to the continued failure of downloading the lib5-dev stuff? Curt- --- Curt Howland [EMAIL PROTECTED] http://www.Priss.com "The Probability Broach" by L. Neil Smith ISBN:0-812-53875-7 Available from Laissez Faire Books http://www.lfb.org/ 1.800.326.0996 -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

