help-octave
[Top][All Lists]
Advanced

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

Problems compiling octave on linux-1.3.78/gcc-2.7.0


From: Dr. W. Meier
Subject: Problems compiling octave on linux-1.3.78/gcc-2.7.0
Date: Mon, 11 Nov 1996 07:53:46 +0100

Hello,

compiling octave-1.1.1 on the above system I got the following errors:

...
making all in liboctave
cd liboctave ; make all
make[2]: Entering directory `/home/local/octave-1.1.1/liboctave'
c++ -c  -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H  
-fno-implicit-templates -mieee-fp -g -O DAE.cc
DAE.cc: In function `int ddassl_f(double *, double *, double *, double *, int 
*, double *, int *)':
DAE.cc:212: `i' undeclared (first use this function)
DAE.cc:212: (Each undeclared identifier is reported only once
DAE.cc:212: for each function it appears in.)
DAE.cc: In method `class Matrix DAE::integrate(const class ColumnVector &, 
class Matrix &)':
DAE.cc:376: `i' undeclared (first use this function)
DAE.cc: In method `class Matrix DAE::integrate(const class ColumnVector &, 
class Matrix &, const class ColumnVector &)':
DAE.cc:465: `i' undeclared (first use this function)
make[2]: *** [DAE.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

Compilation exited abnormally with code 2 at Fri Nov  8 21:49:44


Integrating the declaration of i is obviously necessary. But this
seems to be a general problem.
Is there a newer version of octave I don't know about ?

Wilhelm
-- 
Dr.-Ing. Wilhelm Meier                      e-mail: address@hidden
Deutsche Bahn AG                               Tel: 069/9733-7356
Zentralbereich Informationssysteme, ZIS 322    Fax: 069/9733-7537
Stephensonstrasse 1, 60326 Frankfurt / Main 


reply via email to

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