From help-octave-request at che dot utexas dot edu Mon May 1 20:00:56 1995 Subject: Re: [HELP] Octave-1.1.1 Compilation with GCC-i2.6.3 on Pentium From: John Eaton To: habibie at catevr dot fiu dot edu cc: help-octave at che dot utexas dot edu Date: Mon, 01 May 95 14:58:48 EDT habibie at catevr dot fiu dot edu wrote: : configure: warning: Octave has only been tested with g++, and I can't find it : configure: warning: Octave has only been tested with gcc, and I can't find it This might be happening because when your version of gcc is invoked with `-v', it prints out something that configure doesn't recognize. : Bounds.cc:28: iostream.h: No such file or directory Your version of g++ apparently can't find the libg++ header files. Do you have it installed somewhere on your system? : gcc version i2.6.3 Oh. The configure script doesn't expect that `i' to be in there before the version number... : may ask what libraries does octave need? These should be documented in the INSTALL or README files. : BTW, I also have fsqp. Do this this really matter? No, because I never got around to adding hooks for it. It should not be too hard to do though, if someone would like to add it. jwe