From owner-freebsd-questions Mon Sep 18 20:03:27 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA28265 for questions-outgoing; Mon, 18 Sep 1995 20:03:27 -0700 Received: from lumchan.ranma.com (lumchan.ranma.com [192.216.10.6]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id UAA28258 for ; Mon, 18 Sep 1995 20:03:25 -0700 Received: (from rmg@localhost) by lumchan.ranma.com (8.6.11/8.6.9) id UAA00673 for questions@freebsd.org; Mon, 18 Sep 1995 20:03:37 -0700 Message-Id: <199509190303.UAA00673@lumchan.ranma.com> Subject: PLEASE HELP: PGP 2.6.2 not compiling/linking. To: questions@freebsd.org Date: Mon, 18 Sep 1995 20:03:36 -0700 (PDT) From: Robert Michael Gutierrez Reply-To: Robert Michael Gutierrez Organization: The Ranma Project Phone: Work/415-528-7222 -- Home/800-240-5403 X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1122 Sender: owner-questions@freebsd.org Precedence: bulk I'm trying to do the final linking on PGP 2.6.2 on a FreeBSD 2.0.950412-SNAP system, and this is the error I get: make all LD="gcc -s" OBJS_EXT="_80386.o _zmatch.o" CFLAGS="-O2 -DUNIX -DIDEA32 -DASM -DMAX_NAMELEN=255" gcc -s -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 langua ge.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 /usr/users/rmg/pgp/rsaref/source/rsaref.a rsa.o: Undefined symbol `_NN_ModExp' referenced from text segment rsa.o: Undefined symbol `_NN_ModExp' referenced from text segment rsa.o: Undefined symbol `_NN_ModExp' referenced from text segment *** Error code 1 What do I need to do to fix this. I already applied the FreeBSD patches that was in the PGP FAQ, and that cleared up the zipup.c problem, but the final linking here is stopping. PLEASE HELP!!! How do I get this finished and working. Thanks in advance. Robert Gutierrez rmg@ranma.com