-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Aha!  I see the problem:  During Config, I get this error:

making links in crypto/pem...
make[2]: Entering directory `/var/local/rselph/openssl/work/openssl/crypto/pem'
cc -I.. -I../../include -g   -c ctx_size.c -o ctx_size.o
make[2]: cc: Command not found
make[2]: *** [ctx_size.o] Error 127
make[2]: Leaving directory `/var/local/rselph/openssl/work/openssl/crypto/pem'

It looks like pem.h takes some work to create (that's why it's in the
depends clause), and that work requires some compiling.  The problem is
that I'm using gcc, but at this stage of things the Makefile's CC variable
is still set to cc.

I was just about to try and fix this, when I realized that that might be
construed as providing "material support" for the effort, which, I think,
could land me in jail!  Yikes!  So much for the land of the free and the
home of the brave....

Russ Selph - [EMAIL PROTECTED]
Architect, TIBCO Software Inc.
GnuPG Key Fingerprint: EAFF 6465 B6F9 1E67 81AB  7234 AE00 9E6A 8D36 FEF8
See http://www.pgp.net/ for key retrieval.
veni vidi gdb

On Tue, 9 Mar 1999, Ben Laurie wrote:

> Date: Tue, 09 Mar 1999 09:57:55 +0000
> From: Ben Laurie <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Re: make links misses pem.h and pem2.h
> 
> Russell Selph wrote:
> > 
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> > 
> > Just a quick build nit-pick:  when you do "make links" to set up the
> > includes directory, it misses the files pem.h and pem2.h.  It's easy
> > enough to fix by hand, but someone might want to patch up the makefile for
> > future generations.  ;^)
> 
> But but ... it does! At least, it does for me... in crypto/pem/Makefile:
> 
> EXHEADER= pem.h pem2.h
> 
> links: $(EXHEADER)
>       @$(TOP)/util/point.sh Makefile.ssl Makefile
>       @$(TOP)/util/mklink.sh ../../include $(EXHEADER)
>       @$(TOP)/util/mklink.sh ../../test $(TEST)
>       @$(TOP)/util/mklink.sh ../../apps $(APPS)
> 
> Hmm. I wonder why it depends on $(EXHEADER), that seems wrong. Try
> eliminating the depenency and see if that helps (can't see why it would,
> though).
> 
> Cheers,
> 
> Ben.
> 
> --
> http://www.apache-ssl.org/ben.html
> 
> "My grandfather once told me that there are two kinds of people: those
> who work and those who take the credit. He told me to try to be in the
> first group; there was less competition there."
>      - Indira Gandhi
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
> 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v0.9.3 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE25XdSrgCeao02/vgRAmslAJ9qNL2nDw5z2mDjuIhYnQHE9fFDzgCgi5H0
MrwqDLLoXgYtUWM5HUiS5LU=
=DPL9
-----END PGP SIGNATURE-----

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to