Hi Richard, On Fri, Nov 15, 2002 at 02:12:11PM +0100, Richard Levitte - VMS Whacker wrote: > vinschen> -SET_SO_PATHS=LIBPATH="`cd ..; pwd`"; LD_LIBRARY_PATH=$$LIBPATH; >DYLD_LIBRARY_PATH=$$LIBPATH; SHLIB_PATH=$$LIBPATH; \ > vinschen> - export LD_LIBRARY_PATH DYLD_LIBRARY_PATH SHLIB_PATH LIBPATH > vinschen> +SET_SO_PATHS=LIBPATH="`cd ..; pwd`"; LD_LIBRARY_PATH=$$LIBPATH; >DYLD_LIBRARY_PATH=$$LIBPATH; SHLIB_PATH=$$LIBPATH; PATH="$$LIBPATH:$$PATH" \ > vinschen> + export LD_LIBRARY_PATH DYLD_LIBRARY_PATH SHLIB_PATH LIBPATH >PATH > > You're missing a ; just before export...
You're right. I didn't miss it due to the way variable assignments work in the shell. > However, since you $PATH might not be properly set (because of the > missing ;), it may be that running the tests actually use 0.9.6 DLLs. No, the missing ; doesn't hurt: A=b export A is equivalent to A=b; export A > Had it been an include file error, you would probably not have been > able to build... I'm still pretty confident that it's an include file problem. Note that removing the /usr/include/openssl directory was the *only* difference between two full make runs. Corinna -- Corinna Vinschen Cygwin Developer Red Hat, Inc. mailto:vinschen@;redhat.com ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]