help-octave
[Top][All Lists]
Advanced

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

Re: liboctave


From: Jack A Walker
Subject: Re: liboctave
Date: Mon, 26 Apr 1999 10:39:31 -0800


This looks like a template instantiation problem.  It looks like it could
not find the body of Array<T>::~Array() to instantiate it for type double.
You probably need to include the .cc file as well as the .h file somewhere.

Jack



To:   address@hidden
cc:    (bcc: Jack A Walker/BII)
Subject:  liboctave




Hello,

I want to use some features of liboctave in a C++ program.
I 've looked for solutions in this mailinglist, but haven't found real
answers to my questions.
When i am compiling a program i always get some error like this :

collect2: ld returned 1 exit status
/usr/ccs/bin/ld: Unsatisfied symbols:
   Array<double>::~Array(void)(code)
   make: *** [finddt] Error 1

Can someone help me ? Or does somebody has a simple sample-program that
explains how liboctave interfacing does word ?

Thanks,

Tim







reply via email to

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