help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HELP] Octave-1.1.1 Compilation with GCC-i2.6.3 on Pentium


From: habibie
Subject: [HELP] Octave-1.1.1 Compilation with GCC-i2.6.3 on Pentium
Date: Mon, 1 May 1995 11:12:15 -0400 (EDT)

Hi there,

I have been trying to compile the octave-1.1.1 on my pentium 100MHz with 
GCC-i2.6.3 to no avail.  The following is the warnings and errors generated 
from './congifure --prefix=/home/local --srcdir=/home/local/octave-1.1.1
 --enable-dld > /var/tmp/octave-bugs' and 'make', respectively:

+++++
from './congifure ...'
  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

from 'make'
...
Bounds.cc:28: warning: No include path in which to find iostream.h
make[2]: Leaving directory `/home/local/octave-1.1.1/liboctave'
make[2]: Entering directory `/home/local/octave-1.1.1/liboctave'
c++ -c  -I. -I/home/local/octave-1.1.1/liboctave -I../src -I.. 
-I../liboctave -I../src -I/home/local/octave-1.1.1 
-I/home/local/octave-1.1.1/liboctave -I/home/local/octave-1.1.1/src 
-DHAVE_CONFIG_H    -g -O Bounds.cc
Bounds.cc:28: iostream.h: No such file or directory
make[2]: *** [Bounds.o] Error 1
make[2]: Leaving directory `/home/local/octave-1.1.1/liboctave'
make[1]: *** [liboctave] Error 2
make[1]: Leaving directory `/home/local/octave-1.1.1'
make: *** [all] Error 2
+++++

I have my gcc, g++, and g77 liasted on the path /usr/local/bin.  Also, 
the cc, c++, gcc, g++, and f77 are symbollically linked from 
/usr/local/bin to /usr/bin.  If I executed 'gcc -v', this is what I got:

+++++
    srse:/home/local/octave-1.1.1> gcc -v
    Reading specs from /usr/local/lib/gcc-lib/pentium-linux/i2.6.3/specs
    gcc version i2.6.3
+++++

So, seems like the gcc as well as others are available to octave.  If I 
may ask what libraries does octave need?

BTW,  I also have fsqp.  Do this this really matter?  thank you for you 
help in advanced.

         .............................................................

                      COMPUTER VISION RESEARCH LABORATORY

                       Florida International University
                Electrical and Computer Engineering Department
                           University Park, ECS-347
                             Miami, FL 33199  USA

             PHONE: (305) 348-2807            FAX: (305) 348-3707
                        EMAIL:  address@hidden


reply via email to

[Prev in Thread] Current Thread [Next in Thread]