[levitte - Fri Aug  9 09:42:58 2002]:

> > 4. The "Makefile" contains another error which prevents the
> >    correct installation of shared libraries.
> > 
> >    At the end of the "install:" section, the following line
> > 
> >      $(MAKE) -f $$here/Makefile link-shared ); \
> > 
> >    should read
> > 
> >      make -f $$here/Makefile link-shared ); \
> > 
> >    instead. This is yet another change between 0.9.6e and 0.9.6f.
> >    The variable "MAKE" contains "make -f Makefile.ssl" which
> >    results in "make -f Makefile.ssl -f $$here/Makefile 
> link-shared",
> >    and this is obviously not a good idea. ;-)
> > 
> >    Currently, the installation process simply fails if shared
> >    libraries are enabled.
> 
> OK, this one is a real problem.  You see, there was another 
> complaint that some people might used the command 'gmake' or 
> something similar, and that we basically forced 'make' on them.  
The 
> change you complain about was meant to fix that problem, but 
> apparently, it needs more work.

I've fixed it by using 'set $(MAKE)' and then using $$1 as the make 
command.  That works in my environment.

This ticket is now resolved.

-- 
Richard Levitte
[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to