It seems that the "config" script has the following line:

GCCVER=`(gcc --version) 2>/dev/null`

This doesn't seem to work for the output given by GCC 3.1:

gcc (GCC) 3.1
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

As a workaround, I changed the above line to:

GCCVER=3.1

--Kevin

Kevin Regan
NetIQ Corporation (www.netiq.com)
Technical Lead
Houston UNIX Team
Office: 2200
Phone: 713-548-1767

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

Reply via email to