[Insight-users] can't build (ITK) hello world
John Dailey
john.w.dailey at gmail.com
Thu May 1 15:23:02 EDT 2008
Thanks guys...
I didn't have a chance to try the suggestions until this morning...
Looks like everything is working now.
thanks,
John
On Sat, Apr 26, 2008 at 12:02 PM, Bill Hoffman <bill.hoffman at kitware.com> wrote:
> 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