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: David Bateman
Subject: Re: Problem with 2.1.57 loading Octave binary format data file
Date: Fri, 2 Apr 2004 11:29:52 +0200
User-agent: Mutt/1.4.1i

According to Glenn Golden <address@hidden> (on 04/02/04): 
>  
>Yes indeed. Building with gcc-3.1 resolved the problem.
>
>Thanks to all for the help and suggestions. (Esp. Dmitri, who came up
>with an "unofficial" gcc-3.1 RPM for RH7.3 that he found on an old
>backup tape!)
>

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...

Cheers
David

-- 
David Bateman                                address@hidden
Motorola CRM                                 +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 1 69 35 77 01 (Fax) 
91193 Gif-Sur-Yvette FRANCE

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary



-------------------------------------------------------------
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]