help-octave
[Top][All Lists]
Advanced

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

problems compiling


From: David Maharry
Subject: problems compiling
Date: Fri, 19 Jul 1996 15:00:55 -0500 (EST)

I am trying to install octave-1.1.1 on a Pentum/Linux v2.0.0.  I 
have gcc-v2.7.2.  After running ./configure I run make and down in
the make run I get the following error messages.
+++++++++++++++++++++++++++++++++++++++++++++++

cd liboctave ; make all
make[2]: Entering directory `/home/maharryd/octave/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 CColVector.cc
dColVector.h: In function `class ColumnVector real(const class 
ComplexColumnVector &)':
dColVector.h:145: constructor `ColumnVector::ColumnVector(double *, int)' is 
private
CColVector.cc:265: within this context
dColVector.h: In function `class ColumnVector imag(const class 
ComplexColumnVector &)':
dColVector.h:145: constructor `ColumnVector::ColumnVector(double *, int)' is 
private
CColVector.cc:275: within this context
CMatrix.h: In function `class ComplexMatrix operator (unary *)(const class 
ComplexColumnVector &, const class ComplexRowVector &)':
CMatrix.h:283: constructor `ComplexMatrix::ComplexMatrix(class Complex *, int, 
int)' is private
CColVector.cc:478: within this context
make[2]: *** [CColVector.o] Error 1
make[2]: Leaving directory `/home/maharryd/octave/octave-1.1.1/liboctave'
make[1]: *** [liboctave] Error 2
make[1]: Leaving directory `/home/maharryd/octave/octave-1.1.1'
make: *** [all] Error 2

++++++++++++++++++++++++++++++++++++++++++++++++++++=
What is causing this and how do I fix it?

Thanks,

Dave

David E. Maharry
Professor of Computer Science
Wabash College
Crawfordsville, IN 47933
U.S.A.
phone:(317)361-6305




reply via email to

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