Richard-

Strange.  I guess it's time to compare what we're looking at.
I'm running on a Sun Ultra-60 w/ SunOS 5.8.
I downloaded openssl-0.9.6d.tar.gz from http://www.openssl.org/source/.
I then ran the following command:

        ./config --prefix=/usr/local/openssl-0.9.6d \
                 --openssldir=/usr/local/openssl-0.9.6d

The output from that was:

        Operating system: sun4u-whatever-solaris2
        ./config: test: unknown operator (GCC)

The config script is dated "Mar 15 08:47" (which I think is 15:47 GMT,
since I'm in California and we're on Daylight Savings Time).
Its size is 17352 bytes.

The line that errors out for me is line 613:

        if [ "$OUT" = solaris-sparcv9-gcc -a $GCCVER -lt 28 ]

I put the following in front of it to see the value of GCCVER:

        echo "GCCVER = \"$GCCVER\""; exit

and got this output:

        Operating system: sun4u-whatever-solaris2
        GCCVER = "gcc (GCC) 31"

With the value of GCCVER having embedded whitespace, you can see why
"test" would give up on it.

I hope this helps.  Let me know if you need anything else from me.

-Allen


Richard Levitte - VMS Whacker via RT wrote:
> 
> In message <[EMAIL PROTECTED]> on Thu, 13 Jun 2002 14:52:11 -0700, 
>Allen Hopkins <[EMAIL PROTECTED]> said:
> 
> allenh> I'm afraid this was not a fix.  Have you tried it with gcc-3.1?
> allenh> I encountered this problem with the 0.9.6d snapshot.
> 
> I tried it just now, GCCVER becamse 31, and my output was
> 
> ----------
> gcc (GCC) 3.1.1 20020606 (Debian prerelease)
> 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.
> 
> ----------
> 
> --
> Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
> Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
>                     \      SWEDEN       \ or +46-708-26 53 44
> Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
> Member of the OpenSSL development team: http://www.openssl.org/
> 
> Unsolicited commercial email is subject to an archival fee of $400.
> See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to