[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
error starting dynamically linked function
From: |
Reinhard Weiss |
Subject: |
error starting dynamically linked function |
Date: |
Wed, 17 Oct 2001 18:58:39 +0200 |
Hi,
I've got a problem using dynamically linked functions with octave (under
LINUX). I'm trying to use the POSIX-functions for regular expressions
(regcomp and regexec). mkoctfile compiles without errors, but when I'm
trying to run the function within octave, I'm getting the following
error message:
octave: error in loading shared libraries:
/home/reinhard/myowncode/octave/stock/extractFeatureMatrix.oct:
undefined symbol:
readFile__FGt12basic_string3ZcZt18string_char_traits1ZcZt24__default_alloc_template2b1i0Rt6vector2Zt3map4Zt12basic_string3ZcZt18string_char_traits1ZcZt24__default_alloc_template2b1i0Zt6vector2ZP10genFeatVecZt9allocator1ZP10genFeatVecZt4less1Zt12basic_string3ZcZt18string_char_traits1ZcZt24__default_alloc_template2b1i0Zt9allocator1Zt6vector2ZP10genFeatVecZt9allocator1ZP10genFeatVecZt9allocator1Zt3map4Zt12basic_string3ZcZt18string_char_traits1ZcZt24__default_alloc_template2b1i0Zt6vector2ZP10genFeatVecZt9allocator1ZP10genFeatVecZt4less1Zt12basic_string3ZcZt18string_char_traits1ZcZt24__default_alloc_template2b1i0Zt9allocator1Zt6vector2ZP10genFeatVecZt9allocator1ZP10genFeatVecG17re_pattern_buffer
I guess it has something to do with the symbol "re_pattern_buffer" but I
don't know what.
Thanks
RW
-------------------------------------------------------------
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
-------------------------------------------------------------
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- error starting dynamically linked function,
Reinhard Weiss <=