[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Compiling 2.1.14
From: |
etienne grossmann |
Subject: |
Compiling 2.1.14 |
Date: |
Sat, 4 Sep 1999 18:01:38 +0100 (WEST) |
Hello,
I'm sorry to bug the list again with my 2.1.14 compilation problems
: I would like to get 2.1.14 running before porting my matlab code to
it. I would like get it running before tuesday, when I'll be leaving
for three weeks.
I did "make clean ; rm config.cache ; ./configure ; make" which
again ends in :
======================================================================
c++ -I. -I.. -I../liboctave -I../src -I../libcruft/misc -I../glob -I../glob
-DHAVE_CONFIG_H -mieee-fp -fno-rtti -fno-exceptions -fno-implicit-templates -g
-O2 -Wall -rdynamic \
-L.. -u MAIN__ -fPIC -g -o octave \
octave.o builtins.o ops.o balance.o besselj.o betainc.o chol.o colloc.o
dassl.o det.o eig.o expm.o fft.o fft2.o filter.o find.o fsolve.o
gammainc.o getgrent.o getpwent.o getrusage.o givens.o hess.o ifft.o
ifft2.o inv.o log.o lpsolve.o lsode.o lu.o minmax.o pinv.o qr.o quad.o
qz.o rand.o schur.o sort.o svd.o syl.o time.o \
-L../liboctave -L../libcruft -L../src -Xlinker -rpath -Xlinker
/usr/local/lib/octave-2.1.14 \
../src/liboctinterp.a ../liboctave/liboctave.a ../libcruft/libcruft.a
../readline/libreadline.a ../kpathsea/libkpathsea.a ../glob/libglob.a \
-lg2c -lm -L/usr/lib/gcc-lib/i386-linux/2.95 -lm -lncurses -ldl -lm
../liboctave/liboctave.a(CColVector.o): In function
`operator+(ComplexColumnVector const &, double)':
/home/etienne/prog/octave/octave-2.1.14/liboctave/mx-inlines.cc:66: undefined
reference to `void add_vs<complex<double>, complex<double>,
double>(complex<double> *, complex<double> const *, unsigned int, double)'
... many "undefined reference" messages ...
/home/etienne/prog/octave/octave-2.1.14/liboctave/mx-s-cm.cc:32: undefined
reference to `void divide_sv<complex<double>, double, complex<double>
>(complex<double> *, double, complex<double> const *, unsigned int)'
collect2: ld returned 1 exit status
make[2]: *** [octave] Error 1
make[2]: Leaving directory `/home/etienne/prog/octave/octave-2.1.14/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/home/etienne/prog/octave/octave-2.1.14'
make: *** [all] Error 2
======================================================================
Any help is *very much* welcome.
Etienne
ps :
======================================================================
address@hidden: g++ -v
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95/specs
gcc version 2.95 19990728 (release)
address@hidden: make -v
GNU Make version 3.76.1, by Richard Stallman and Roland McGrath.
[snip]
address@hidden: uname -a
Linux anonimo 2.0.36 #12 Thu Mar 4 09:08:33 WET 1999 i686 unknown
======================================================================
---------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL. To ensure
that development continues, see www.che.wisc.edu/octave/giftform.html
Instructions for unsubscribing: www.che.wisc.edu/octave/archive.html
---------------------------------------------------------------------
- Compiling 2.1.14,
etienne grossmann <=