[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
OCTAVE 1.1.1 Linking problem !
From: |
Erick Adam |
Subject: |
OCTAVE 1.1.1 Linking problem ! |
Date: |
Wed, 2 Aug 1995 11:55:40 -0400 |
Hi,
I'm trying to compile Octave 1.1.1 on a Sun Sparc 10
under Solaris 2.4 using GCC (2.6.3), G++(2.6.2), and
gnu make (3.74). Sparcworks f77 was used to compile
the fortran routines.
All the libraries compile with no error but the final
link fails (the error is included below).
At this point I have no idea what is causing the problem.
Any help or pointers would be appreciated (please send reply
directly to my email address).
Thank in advance for your help,
Erick Adam (address@hidden)
Error message:
gmake CXXFLAGS=-O CFLAGS=-O FFLAGS=-O
c++ -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H
-fno-implicit-templates -O -L.. -g -o octave \
acosh.o arith-ops.o asinh.o atanh.o data.o dirfns.o dynamic-ld.o erf.o
erfc.o error.o file-io.o fnmatch.o getopt.o getopt1.o gripes.o help.o
idx-vector.o input.o lex.o lgamma.o load-save.o mappers.o octave.o
octave-hist.o oct-obj.o pager.o parse.o pr-output.o procstream.o
sighandlers.o strcasecmp.o strncase.o strfns.o symtab.o sysdep.o tc-rep.o
tc-rep-ass.o tc-rep-idx.o tempname.o timefns.o tempnam.o token.o
tree-base.o tree-cmd.o tree-const.o tree-expr.o tree-misc.o tree-plot.o
unwind-prot.o user-prefs.o utils.o variables.o xdiv.o xpow.o Map.o
SLStack.o builtins.o \
liboctdld.a ../liboctave/liboctave.a libtinst.a ../libcruft/libcruft.a
../info/libinfo.a ../readline/libreadline.a ../kpathsea/libkpathsea.a \
-ll -ltermcap -lm -lg++
Undefined first referenced
symbol in file
setall liboctdld.a(f-rand.o)
cfftb ../liboctave/liboctave.a(CMatrix.o)
cfftf ../liboctave/liboctave.a(CMatrix.o)
cffti ../liboctave/liboctave.a(CMatrix.o)
zungqr . ../liboctave/liboctave.a(CmplxQR.o)
.
.
.
.
dgeqrf ../liboctave/liboctave.a(dbleQR.o)
zunghr ../liboctave/liboctave.a(CmplxHESS.o)
ld: fatal: Symbol referencing errors. No output written to octave
gmake: *** [octave] Error 1
--
Erick ADAM (address@hidden)
Geological Survey of Canada
Continental Geoscience Division
1 Observatory Crescent
Ottawa Ontario K1A OY3
Phone (613) 947 1579
Fax (613) 992 8836
- OCTAVE 1.1.1 Linking problem !,
Erick Adam <=