Hi,<br>
<br>
I'm trying to install The Visualization ToolKit (<a href="http://public.kitware.com/VTK/">public.kitware.com/VTK/</a>)<br>
on a Solaris 10 machine. I'm using Sun's C/C++ compilers for the purpose.<br>
<br>
The Makefile generation with ccmake had some kind of problem saying<br>
&quot;Errors occurred during the last pass&quot; several times and presenting this error<br>
&nbsp;&nbsp; It is impossible to order the linker search path in such a way that<br>
&nbsp;&nbsp; libraries specified as full paths will be picked by the linker.<br>
&nbsp;&nbsp; Directories and libraries involved are: Directory: /usr/lib contains:<br>
&nbsp;&nbsp; Library: /usr/openwin/lib/libX11.so<br>
&nbsp;&nbsp; Library: /usr/openwin/lib/libXext.so<br>
<br>
&nbsp;&nbsp; Directory: /usr/openwin/lib contains:<br>
&nbsp;&nbsp; Library: /usr/lib/libGL.so<br>
<br>
Nevertheless I tried to compile the project (using the Makefiles generated<br>
by ccmake)<br>
&nbsp;&nbsp; make<br>
&nbsp;&nbsp; make install<br>
<br>
No compilation errors, and some stuff was copied to my install-dir. But<br>
I'm unable to locate the executable &quot;vtk&quot;.<br>
<br>
I hope that someone has an idea what the problem could be...<br>
(And please let me know if you need more info about the process).<br>
<br>
./Anders.<br>
<br>