SCIRun User Mailing List

Text archives Help


Re: [SCIRUN-USERS] Problems with SCIRun->Visualization (and Render) module during startup


Chronological Thread 
  • From: "J. Davison de St. Germain" <dav@cs.utah.edu>
  • To: alark1@cs.umbc.edu
  • Cc: scirun-users@sci.utah.edu
  • Subject: Re: [SCIRUN-USERS] Problems with SCIRun->Visualization (and Render) module during startup
  • Date: Thu, 1 Sep 2005 10:54:59 -0600 (MDT)


> I am trying to install SCIRun on Fedora Core 4 and am getting about 20 
> messages of the following type, when I start SCIRun. The undefined 
> symbol remains the same in all the errors though.
> 
> Optional module 'VolumeSlicer' is not available in this build.
> Unable to load all of package 'SCIRun' (category 'Visualization' failed) :
>  - 
> /root/installables/SCIRun/build-dir/lib/libDataflow_Modules_Render.so: 
> undefined symbol: _ZN6SCIRun8UiSingleIdEmLERKd

Hi,

  I'm not sure what is causing that error, however, it could be that
the compiler you are using is "optimizing" away that symbol.

  Note, specifically, "_ZN6SCIRun8UiSingleIdEmLERKd" is:

       SCIRun::UiSingle<double>::operator*=(double const&).

  This symbol should be in libDataflow_Modules_Render.so...

  Please try the following and send me the results:

> cd .../SCIRun/<bin>
> nm lib/libDataflow_Modules_Render.so | grep _ZN6SCIRun8UiSingleIdEmLERKd

     Thanks,
            J. Davison de St. Germain

-----------------------------------------------------------------------
- J. Davison de St. Germain         dav@cs.utah.edu    (801) 581-4078 -
- Chief Software Engineer           http://www.cs.utah.edu/~dav       -
- SCI Institute, SE C-SAFE          University of Utah                -
-----------------------------------------------------------------------

===========================================================================
== 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         ==
===========================================================================





Archive powered by MHonArc 2.6.16.

Top of page