*BSD News Article 42114


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!newshost.marcam.com!news.mathworks.com!uunet!heifetz.msen.com!usenet
From: "Mark J. Taylor" <mtaylor@cybernet.com>
Newsgroups: comp.os.386bsd.apps
Subject: Re: Problems compiling PGP 2.6.2 under FreeBSD 2.0
Date: 6 Feb 1995 04:00:10 GMT
Organization: Msen, Inc. -- Ann Arbor, MI (account info: +1 313 998-4562)
Lines: 58
Message-ID: <3h46sa$k8$1@heifetz.msen.com>
References: <3gmvah$qn1@Mercury.mcs.com>
NNTP-Posting-Host: 192.245.33.105

wdespe@MCS.COM (Wilfred Despe) wrote:
>
> I am having trouble getting PGP 2.6.2 to compile under FreeBSD2.0
> 
> Not being a proficient programmer, I am having trouble with the
> makefile for RSAREF, and am unable to make the necessary modifications.
> 
> I am aware of the changes I have to make to the PGP makefile and the
> zipup.c file.  But I am unable to get the RSAREF toolkit to compile.
> 
> When I to the make I get:
> 
> trax: {66} make
> "makefile", line 63: Need an operator
> Fatal errors encountered -- cannot continue
> trax: {67} 
> 
> EXCERPT of the makefile:
> 
> # The location of the demo source directory.
> RDEMODIR = ../../rdemo/
> 
> all : $(SRCLIB)
> 
> rdemo : rdemo.$(O) $(SRCLIB)
>         $(CC) -o $@ rdemo.$(O) $(SRCLIB)
> 
> $(SRCLIB) : desc.$(O) digit.$(O) md2c.$(O) md5c.$(O) nn.$(O) prime.$(O)\
>   rsa.$(O) r_encode.$(O) r_enhanc.$(O) r_keygen.$(O) r_random.$(O)\
>   r_stdlib.$(O)
>         $(LIB) r $@ $?
>         $(RANLIB) $@
> 
> rdemo.$(O) : $(RDEMODIR)rdemo.c global.h $(SRCDIR)rsaref.h
>         $(CC) $(CFLAGS) $(RDEMODIR)rdemo.c
> 
> include $(SRCDIR)targets.mak
> 
> While line 63 is the last line (the include $(SRCDIR)targets.mak line)
> 
> 
> Any help would be appreciated.
> 
> Thanks...Will
> 
> -- 
> Wilfred J. Despe	 Oh man...this web page sucks...please don't look...
> wdespe@nyx.cs.du.edu	 http://www.mcs.net/~wdespe/
> wdespe@mcs.com		 PGP Public Key available:  finger wdespe@mcs.com


Use 'gmake' instead of 'make'.  I am using 2.6.2 now under
FreeBSD 1.1.5.1.


-Mark Taylor
mtaylor@cybernet.com