[guest - Sun Jun 12 12:08:21 2005]: > + ./config --prefix=/home/aj/opentest shared zlib i386 threads > Operating system: i686-whatever-linux2 > Configuring for linux-elf > target already defined - linux-elf
"i386" doesn't mean anything special to Configure, so it thinks it's a target argument, and since ./config already inserted "linux-elf" in there, it looks like a double target request to Configure. You probably want "386" instead of "i386" Case dismissed. -- Richard Levitte [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
