SCIRun User Mailing List

Text archives Help


[SCIRUN-USERS] Dynamic library compiling error


Chronological Thread 
  • From: Ashutosh Chaturvedi <ashutosh.chaturvedi@case.edu>
  • To: scirun-users@sci.utah.edu
  • Subject: [SCIRUN-USERS] Dynamic library compiling error
  • Date: Tue, 14 Jun 2005 16:23:33 -0400

Hello,

I have just recently installed SCIRun to use for my research here at the
Cleveland Clinic, and I've run into an error when going through the
tutorials online.  I have tried to follow step-by-step the example
that's given on this webpage:

http://software.sci.utah.edu/doc/User/Tutorials/SCIRun_Intro/chapter_1.html

I have installed SCIRun BioPSE 1.24.1 using the RedHat 9.0 i386 RPM
package.  The system I'm running is using Fedora Core release 3 and my
linuz kernel is 2.6.11-1.27_FC3smp.  I believe I've set up all my
environment variables correctly as well, and I'm using gcc version 3.4.3.

Now, I realize that the example network I'm working with is very simple,
so I'm not sure how to solve the problem.  I have a FieldReader that
reads in a torso .tvd.fld file which connects to a ShowField that has
ShowNodes enabled, and then connected to a Viewer.  I get the following
error in the ShowField module when I try to execute:

REMARK: Dynamically compiling some code.
DYNAMIC LIB ERROR:
/home/ashu/scratch/SCIRun_otfl/SFInterfaceMaker.TetVolFielddouble.TetVolMeshNode.so
no maker function!!
/usr/local/SCIRun/bin/lib/libCore_Util.so: undefined symbol: maker
REMARK: Dynamic compilation completed.
ERROR: Could not compile algorithm for
'SFInterfaceMaker<TetVolField<double> , TetVolMesh::Node>'.
REMARK: Dynamically compiling some code.
DYNAMIC LIB ERROR:
/home/ashu/scratch/SCIRun_otfl/VFInterfaceMaker.TetVolFielddouble.TetVolMeshNode.so
no maker function!!
/usr/local/SCIRun/bin/lib/libCore_Util.so: undefined symbol: maker
REMARK: Dynamic compilation completed.
ERROR: Could not compile algorithm for
'VFInterfaceMaker<TetVolField<double> , TetVolMesh::Node>'.
REMARK: Dynamically compiling some code.
DYNAMIC LIB ERROR:
/home/ashu/scratch/SCIRun_otfl/TFInterfaceMaker.TetVolFielddouble.TetVolMeshNode.so
no maker function!!
/usr/local/SCIRun/bin/lib/libCore_Util.so: undefined symbol: maker
REMARK: Dynamic compilation completed.
ERROR: Could not compile algorithm for
'TFInterfaceMaker<TetVolField<double> , TetVolMesh::Node>'.
REMARK: Dynamically compiling some code.
DYNAMIC LIB ERROR:
/home/ashu/scratch/SCIRun_otfl/SFInterfaceMaker.TetVolFielddouble.TetVolMeshNode.so
no maker function!!
/usr/local/SCIRun/bin/lib/libCore_Util.so: undefined symbol: maker
REMARK: Dynamic compilation completed.
ERROR: Could not compile algorithm for
'SFInterfaceMaker<TetVolField<double> , TetVolMesh::Node>'.
REMARK: Dynamically compiling some code.
DYNAMIC LIB ERROR:
/home/ashu/scratch/SCIRun_otfl/VFInterfaceMaker.TetVolFielddouble.TetVolMeshNode.so
no maker function!!
/usr/local/SCIRun/bin/lib/libCore_Util.so: undefined symbol: maker
REMARK: Dynamic compilation completed.
ERROR: Could not compile algorithm for
'VFInterfaceMaker<TetVolField<double> , TetVolMesh::Node>'.
REMARK: Dynamically compiling some code.
DYNAMIC LIB ERROR:
/home/ashu/scratch/SCIRun_otfl/TFInterfaceMaker.TetVolFielddouble.TetVolMeshNode.so
no maker function!!
/usr/local/SCIRun/bin/lib/libCore_Util.so: undefined symbol: maker
REMARK: Dynamic compilation completed.
ERROR: Could not compile algorithm for
'TFInterfaceMaker<TetVolField<double> , TetVolMesh::Node>'.
REMARK: Dynamically compiling some code.
DYNAMIC LIB ERROR:
/home/ashu/scratch/SCIRun_otfl/RenderField.TetVolFielddouble.TetVolMeshNode.so
no maker function!!
/usr/local/SCIRun/bin/lib/libCore_Util.so: undefined symbol: maker
REMARK: Dynamic compilation completed.
ERROR: Could not compile algorithm for 'RenderField<TetVolField<double>
, TetVolMesh::Node>'.

Thanks in advance for any help that you can provide to me!

--Ashu Chaturvedi
ashu@case.edu
===========================================================================
== The SCIRun Users mailing list: send email to majordomo@sci.utah.edu   ==
== for more details.                                                     ==
== Please acknowledge use of SCIRun in your papers and reports:          ==
==   see http://software.sci.utah.edu/scirun-biopse_citation.bib         ==
===========================================================================




  • [SCIRUN-USERS] Dynamic library compiling error, Ashutosh Chaturvedi, 06/14/2005

Archive powered by MHonArc 2.6.16.

Top of page