[Insight-users] Installation build errors

Neil Killeen Neil.Killeen@atnf.csiro.au
Thu, 14 Nov 2002 17:22:33 +1100 (EST)


> >
> > 2) Linking error
> >
> >   having now built the library trees ok, the build then failed
> > once we started linking.  Viz.
> >

i have resolved this linking problem.  it was to do with
a new libstdc++ in our system that is incompatible
with gcc 2.95.3

we also have gcc 3.1.1 with which the new libstdc++ is
compatible.  However, itk does not compile with
gcc 3.1.1 failing in template instantiation (didn't investigate
further).

so i forced linking with the old libstdc++ and it was ok.

regards
Neil