[Insight-users] Debian/Linux linking

Neil Killeen Neil.Killeen@atnf.csiro.au
Mon, 10 Feb 2003 18:24:58 +1100 (EST)


On Sat, 8 Feb 2003, Luis Ibanez wrote:

>
> Hi Neil,
>
> Installing a compiler by manually picking binaries
> and pointing to libraries is a risky business with
> few chances of success...
>
> I would insist in that you can build gcc 3.2 in
> your home directory. It will take you one hour.
> and will solve your problem once and for all.
>
> 60 minutes and you can get out of the nightmare !
>

you misunderstand.  i have installed the compiler.
i just need to point at it and all of its libraries
for building vtk/itk etc.

Doing the following

changing

 CMAKE_CXX_COMPILER:FILEPATH=g++-3.1.1

 to

 CMAKE_CXX_COMPILER:FILEPATH=/local/gcc-3.1.1/install/bin/g++-3.1.1


where the  latter is where my installation is, appears to work
ok.  I.e. it picks up the libstdc++ that was built in that
compiler installation.   If you can point me at the appropriate
ITK list message that discussed this issue if there are further things
i must do, please do (there is no search facility on the archive
which makes such things very hard to find).


There is no tyranny with my system administrators - we work
well together.  It is simple a matter of scheduling
this appropriately.


Neil