[Insight-users] HelloWorld seg fault

Luis Ibanez luis.ibanez at kitware.com
Thu, 29 Jan 2004 16:35:15 -0500


Hi John,


You are probably using an old version of ITK.

     VXLNumerics doesn't exist anymore.

It is likely that you have an old VXLNumerics
library hanging around from a previous  build
and some symbols are taken from it instead of
being found in the new libraries.

Could you please make a clean build of ITK ?

Probably the safest is to wipe out the binary
directory where you are building ITK right now.
(a "make clean" will not be enough because
  VXLNumerics will not be in the list of files
  to be deleted.)

You shouldn't find any "VXLNumerics" file in
the /bin directory once the built is finished.
nor should you find any mention to VXLNumerics
in the Makefiles.

Note that ITK 1.6 has been released, you may
want to take advantage of the oportunity for
making an upgrade.


Please let us know if you continue experiencing
any problems.


   Thanks


     Luis



--------------------------
John G. Hagedorn wrote:

> Hi,
> 
> I'm trying to get started with ITK. I'm running under IRIX
> and I'm trying to get the HelloWorld example to run.
> 
> I find that it compiles and links successfully, but when I run
> it, it produces no output and fails with a segmentation fault.
> 
> If I redo the link command without -lVXLNumerics , the 
> program links and runs correctly.
> 
> Any ideas about what's happening?
> 
> Thanks,
> 
> John Hagedorn
> john.hagedorn at nist.gov
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>