[Insight-users] Intel compiler error

Diego Persano dpersano at ictp.trieste.it
Fri May 27 05:41:00 EDT 2005


Hi Mathieu and insight users,

Thank you for your help. The variable LD_LIBRARY_PATH is defined properly. 
For example, doing

]# echo $LD_LIBRARY_PATH

I get the right lib path:

/opt/intel_cc_80/lib:

Besides, I can build other small projects using the icc compiler but not 
ITK. What might be wrong?

By the way, do you think that the executables built with icc will be 
faster than those built with gcc (of course, running on Intel processors)?

Thank you,
Diego


On Wed, 25 May 2005, Mathieu Malaterre wrote:
> Diego,
>
> 	How did you install icc on your linux machine ? Are you using the 
> script: iccvars.sh to setup everything properly ? My guess is that cmake is 
> failing the namespace test because the executable cannot be built (since 
> LD_LIBRARY_PATH is not pointing to icc libs). Use iccvars or defined 
> LD_LIBRARY_PATH properly, then *completely* remove the Insight binary dir (to 
> remove the old cmakecache.txt). And then try again
>
>
> HTH
> Mathieu


More information about the Insight-users mailing list