Since all lines returned by find will contain at least one slash, the
obvious solution is to add a slash in the argument to grep, thus doing
"grep /$$obj allobjs" instead of "grep $$obj allobjs".  That's the
change I'm going to commit.

Thanks for the report.   Please test tomorrows snapshot.

[EMAIL PROTECTED] - Fri Jun  6 14:32:15 2003]:

> Hi,
> 
> I have found that the "grep $$obj allobjs" in Makefile.ssl returns
> more entries
> than excepted. I am using 0.9.6j.
> 
> For example when processing mem.o the grep will return 2 entries:
> ./crypto/bio/bss_mem.o and ./crypto/mem.o. That way unexcepted objects
> may end
> in the dynamic library.
> 
> The fix I see it to extract the content of the *.a file in a temporary
> subdirectory and fill the dynamic library with those objects.
> 
> Cheers
> 
> Jean-frederic
> 


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

Reply via email to