This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Octave FAQ entry


On Mon, 30 Nov 1998, Gerald Pfeifer wrote:
> Great! Does this mean we can get rid of that unfortunate entry in our
> FAQ regarding Octave? 

Thanks to those who have replied in private e-mail. Here is how I have
updated the FAQ.

Gerald


Index: faq.html
===================================================================
RCS file: /egcs/carton/cvsfiles/wwwdocs/htdocs/faq.html,v
retrieving revision 1.80
diff -c -r1.80 faq.html
*** faq.html	1998/11/26 17:35:47	1.80
--- faq.html	1998/12/01 21:08:10
***************
*** 27,32 ****
--- 27,33 ----
    <li><a href="#broken">Problems with code that works with other
compilers or earlier gcc releases</a>
    <ul>
      <li><a href="#fdzero">FD_ZERO macro</a>
+     <li><a href="#octave">Octave 2.0.13 does not compile</a>
    </ul>
    <li><a href="#asmclobber">Problems with <tt>Invalid `asm'
statement</tt>s</a>
    <li><a href="#hpcompare">Bootstrap comparison failures on HPs</a>
***************
*** 57,63 ****
    <li><a href="#axparch">Assembler errors on Alpha targets</a>
    <li><a href="#sig11">Signal 11 on Linux</a>
    <li><a href="#bigtoc">Link failures using -bbigtoc on AIX 4.1</a>
-   <li><a href="#octave">Octave does not compile</a>
    <li><a href="spam.html">Dealing with spam on the lists</a>
    <li><a href="#testoptions">How do I pass flags like
           <code>-fnew-abi</code> to the testsuite?</a>
--- 58,63 ----
***************
*** 359,364 ****
--- 359,369 ----
      } while (0)
  </PRE>
  
+   <li><a name="octave">Octave 2.0.13 does not compile</a></h2>
+   <p>Apparently Octave 2.0.13 uses some C++ features which have been
+   obsoleted and thus fails to build with egcs-1.1 and later. This <a
+
href="http://www.che.wisc.edu/octave/mailing-lists/bug-octave/1998/270">patch
+   to Octave</a> should fix this.
  </ul>
  
  <hr>
***************
*** 902,911 ****
  <a href="http://service.boulder.ibm.com/">service.boulder.ibm.com</a>
  website as PTF U455193.
  
- <hr>
- <h2><a name="octave">Octave does not compile</a></h2>
- <p>Apparently Octave uses some C++ features which have been obsoleted.
This
- <a
href="http://www.che.wisc.edu/octave/mailing-lists/bug-octave/1998/270">patch
to Octave</a> should fix the compilation problems.
  
  <hr>
  <h2><a name="testoptions">How do I pass flags like
--- 907,912 ----




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]