Hi,
This problem has been solved in ArchLinux by quoting the compiler call :
CC="$${CC:-$(CC)}" instead of CC=$${CC:-$(CC)} in|Makefile.orgThis solution works in my case (homemade multilib x86_64 Linux distro). Thanks. appzer0 | ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
