Re: c++/10902: comparing doubles is not consistent in gcc 3.3 (SuSE version)
Wolfgang Bangerth <[email protected]>
| Newsgroups | gmane.comp.gcc.prs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR c++/10902; it has been noted by GNATS. From: Wolfgang Bangerth <[email protected]> To: Jos van den Oever <[email protected]> Cc: [email protected], <[email protected]> Subject: Re: c++/10902: comparing doubles is not consistent in gcc 3.3 (SuSE version) Date: Wed, 21 May 2003 09:41:09 -0500 (CDT) > I'd like to install the released version of gcc 3.3, but as this is a > production system I'm working on, I prefer to install rpms from SuSE. If you use ../gcc-3.3/configure --prefix=/some/local/path make bootstrap make install it will install gcc into /some/local/path, which could be a scratch directory in your homedir, or in /tmp. It won't overwrite any preinstalled files in /usr/... That's a safe way not to compromise the integrity of a production system. You can then run the compiler by setting PATH and LD_LIBRARY_PATH just for once in a shell window. > If there are any (SuSE or other reliable) rpms with gcc 3.3 I'm willing to > test. I have no clue. I'd think that SuSE might have one, but don't know. W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.ices.utexas.edu/~bangerth/