[Insight-users] can't build (ITK) hello world

Bill Hoffman bill.hoffman at kitware.com
Sat Apr 26 15:02:40 EDT 2008


John Dailey wrote:

> 
> 6:
> There are many symbols defined, but I did notice that nm complains
> about one of the .o files in the archive:
> nm: itkTransformFactoryBase.o: File format not recognized
> 
> Any ideas?
> 

You could remove itkTransformFactoryBase.o and re-run make.

 From the top of your build tree:

find . -name "itkTransformFactoryBase.o" | xargs rm
make

If there are other corrupt .o files that you see with nm then remove 
those as well.

-Bill


More information about the Insight-users mailing list