[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Installation/compilation problem on HP-UX 9.05
From: |
Lane Yarrington |
Subject: |
Installation/compilation problem on HP-UX 9.05 |
Date: |
Tue, 9 May 1995 12:45:23 -0600 |
I am trying to build octave on: HP-UX A.09.05 A 9000/735
I have gcc-2.6.3 and libg++-2.6 installed, etc.
The make goes fine until...
make[2]: Entering directory `/u6/hp/octave-1.1.1/src'
gcc -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -O acosh.c
c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H
-fno-implicit-templates -O arith-ops.cc
gcc -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -O asinh.c
gcc -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -O atanh.c
c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H
-fno-implicit-templates -O data.cc
c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H
-fno-implicit-templates -O dirfns.cc
c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H
-fno-implicit-templates -O dynamic-ld.cc
gcc -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -O erf.c
gcc -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -O erfc.c
c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H
-fno-implicit-templates -O error.cc
c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H
-fno-implicit-templates -O file-io.cc
as: [err#7403]
undefined label - _vt$t6DLList1Z9file_info (7403)
make[2]: *** [file-io.o] Error 1
make[2]: Leaving directory `/u6/hp/octave-1.1.1/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/u6/hp/octave-1.1.1'
make: *** [all] Error 2
Since I don't know c++, I am stuck. Can anyone help me?
Lane Yarrington
Sandia National Laboratories
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Installation/compilation problem on HP-UX 9.05,
Lane Yarrington <=