help-octave
[Top][All Lists]
Advanced

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

building octave on HP-UX 10.20


From: Morando, Alex
Subject: building octave on HP-UX 10.20
Date: Wed, 3 Apr 2002 17:12:32 -0700

Hello:

I'm close(r) to compling octave on HP-UX 10.20, but I'm
getting some last-minute linker errors.

Setup:
make: 3.79
gcc: 3.0.4
binutils: 2.11 (except GNU ld which is not supported under HP-UX)
octave: 2.1.35
configure command: octave-2.1.35/configure --prefix=/usr/local/octave \
--enable-shared --enable-shl --disable-readline        

I get the following error in building the octave executable.
The only non-standard change I hard to do was to 

#define CXX_ISO_COMPLIANT_LIBRARY 1

in config.h (as suggested by jwe)

I'd appreciate any help. Thanks,
Alex M.

******
c++  -I. -I../octave-2.1.35/src -I.. -I../liboctave -I../src -I../libcruft/misc 
-I../octave-2.1.35
-I../octave-2.1.35/liboctave -I../octave-2.1.35/src -
I../octave-2.1.35/libcruft/misc  -I../octave-2.1.35/glob -I../glob 
-DHAVE_CONFIG_H  -O2 -Wall  \
-L..   -fPIC  -o octave \
octave.o builtins.o ops.o ../libcruft/blas-xtra/xerbla.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 +b -Xlinker 
/usr/local/octave/lib/octave-2.1.35 \
-loctinterp -loctave  -lcruft  ../kpathsea/libkpathsea.a ../glob/glob.o 
../glob/fnmatch.o  \
   -lcurses -ldld -lm  -lg2c -lm -L/lib/pa1.1 -L/usr/lib/pa1.1 -u main
-L/usr/local/gcc/bin/../lib/gcc-lib/hppa2.0-hp-hpux10.20/3.0.4 
-L/usr/local/gcc/b
in/../lib/gcc-lib -L/usr/local/gcc_304/lib/gcc-lib/hppa2.0-hp-hpux10.20/3.0.4 
-L/usr/ccs/bin -L/usr/ccs/lib
-L/opt/langtools/lib -L/usr/local/gcc/bin/..
/lib/gcc-lib/hppa2.0-hp-hpux10.20/3.0.4/../../.. 
-L/usr/local/gcc_304/lib/gcc-lib/hppa2.0-hp-hpux10.20/3.0.4/../../..
-lm
/usr/ccs/bin/ld: Unsatisfied symbols:
   typeinfo for octave_base_tm(data)
   typeinfo for octave_gmtime(data)
   typeinfo for CHMap<octave_value>(data)
   typeinfo for Map<octave_value>(data)
   typeinfo for octave_strptime(data)
   typeinfo for octave_localtime(data)     

****** 



-------------------------------------------------------------
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
-------------------------------------------------------------



reply via email to

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