[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Installation problem, Solaris
From: |
Eric Evans |
Subject: |
Installation problem, Solaris |
Date: |
Thu, 09 Aug 2001 13:28:47 -0400 |
Hello,
I'm having a problem trying to get Octave to install on a machine running
Solaris 8, with gcc 3.0 and GNU make 3.79.1. I get compile errors in the
module oct-cmplx.h. Here is some of the console output from the
installation process:
making Range.d from Range.cc
making Quad.d from Quad.cc
making NLEqn.d from NLEqn.cc
making LSODE.d from LSODE.cc
making LPsolve.d from LPsolve.cc
making LinConst.d from LinConst.cc
making FEGrid.d from FEGrid.cc
making DASSL.d from DASSL.cc
making DAE.d from DAE.cc
making CollocWt.d from CollocWt.cc
making Bounds.d from Bounds.cc
make[2]: Leaving directory `/usr/local/octave-2.0.16/liboctave'
make[2]: Entering directory `/usr/local/octave-2.0.16/liboctave'
c++ -c -I. -I.. -I../liboctave -I../src -I../libcruft/misc -I../glob
-I../glob -DHAVE_CONFIG_H -fno-rtti -fno-exceptions -fno-implicit-templates
-g -O2 -Wall Bounds.cc
In file included from mx-defs.h:72,
from dColVector.h:32,
from Bounds.h:32,
from Bounds.cc:33:
oct-cmplx.h:28: syntax error before `;' token
In file included from dColVector.h:32,
from Bounds.h:32,
from Bounds.cc:33:
mx-defs.h:81: parse error before `&' token
mx-defs.h:82: `c_c_Mapper' was not declared in this scope
mx-defs.h:82: parse error before `&' token
mx-defs.h:82: ISO C++ forbids declaration of `Complex' with no type
mx-defs.h:82: typedef declaration includes an initializer
mx-defs.h:82: confused by earlier errors, bailing out
make[2]: *** [Bounds.o] Error 1
make[2]: Leaving directory `/usr/local/octave-2.0.16/liboctave'
make[1]: *** [liboctave] Error 2
make[1]: Leaving directory `/usr/local/octave-2.0.16'
make: *** [all] Error 2
161.0u 49.0s 3:48 91% 0+0k 0+0io 0pf+0w
I am new to Octave and don't know what kinds of problems to expect in the
installation process, or how to deal with them. Does anyone have any
suggestions? Thanks very much.
Eric Evans
Cornell Phonetics Lab
Ithaca NY
-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------
- Installation problem, Solaris,
Eric Evans <=