help-octave
[Top][All Lists]
Advanced

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

Re: Problem with 2.1.57 loading Octave binary format data file


From: John W. Eaton
Subject: Re: Problem with 2.1.57 loading Octave binary format data file
Date: Fri, 2 Apr 2004 08:42:58 -0600

On  2-Apr-2004, David Bateman <address@hidden> wrote:

| Ok, then configure.in should be adapted to not allow 2.96. Modifying
| it to read
| 
| case "$gxx_version" in
|   1.* | 2.[[012345678]].*)
|     AC_MSG_ERROR([g++ version $gxx_version will probably fail to compile 
Octave]
| )
|   ;;
|   2.9*)
|     warn_gxx_version="g++ version $gxx_version is likely to cause problems"
|     AC_MSG_WARN($warn_gxx_version)
|   ;;
| esac
| 
| will at least let people know there are a problems...

OK, I made this change.

Thanks,

jwe



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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