bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GMP and gcc 3.1 (unrecognized compiler version)


From: Kevin Ryde
Subject: Re: GMP and gcc 3.1 (unrecognized compiler version)
Date: Sat, 15 Jun 2002 11:34:13 +1000
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.1 (i386-debian-linux-gnu)

I wrote:
>
>       tmp_version=`($1 --version | sed 1q) 2>&AC_FD_CC`

Oops, that's as it appears in acinclude.m4.  Should be 

        tmp_version=`($cc --version | sed 1q) 2>&5`

for the configure script.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]