[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HELP] Octave-1.1.1 Compilation with GCC-i2.6.3 on Pentium
From: |
John Eaton |
Subject: |
Re: [HELP] Octave-1.1.1 Compilation with GCC-i2.6.3 on Pentium |
Date: |
Mon, 01 May 95 14:58:48 EDT |
address@hidden 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