<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
It looks like VTK 4.4 didn't find X11 on your machine.&nbsp; When this
happens, it tries to continue and build with a deprecated windowing
environment.&nbsp; In the end, this fails.&nbsp; I am guessing this due to the
name "vtkXRenderWindowInteractor" in the failed link line and the fact
that "-lX11" doesn't appear on the link line (nor a "-I...X11..." for
the X11 headers).<br>
<br>
The most likely reason for all of this is that you have the X11
libraries installed on you machine but the "X11 development
environment" (or some such name) is NOT installed on your machine.&nbsp; It
is common that the default installations of various Linux distributions
does NOT include any of the development environments for most of the
packages installed.&nbsp; It only includes the libraries.<br>
<br>
The necessary X11 include files may be in various locations (depending
on the Linux you are using), e.g., "/usr/include/X11",
"/usr/X11R6/include", etc.&nbsp; In any case, make sure the X11 development
environment is installed on your machine, start the installation from
the beginning (i.e., the original tarball with nothing compiled), and
see if that works (watch to see if "X11" appears in some form on the
compile and link lines.<br>
<br>
Good luck!<br>
<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; Sincerely,<br>
<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; Terry J. (Ligocki, <a class="moz-txt-link-abbreviated" href="mailto:tjligocki@lbl.gov">tjligocki@lbl.gov</a>)<br>
<blockquote cite="mid:BAY144-F346E5AD93D3D8F5D559EC4CBCA0@phx.gbl"
 type="cite">I'm trying to install Chombovis on a Linux Red Hat
machine.
This package let me to install as prerequisite programs:
  <br>
  <br>
HDF5 1.61
  <br>
Tcl 8.3
  <br>
Tk 8.3
  <br>
Python 2.3.3
  <br>
Pmw 1.2
  <br>
Mesa 6.2
  <br>
Cmake 1.8
  <br>
-&gt; VTK 4.4
  <br>
ChomboVis
  <br>
  <br>
However, the installation stops during VTK 4.4 install, with the
follwing lines.
Please could someone possibly tell me what's wrong with this
installation?
Thank you
  <br>
Davide<br>
</blockquote>
<div class="moz-signature">
<hr size="2" width="100%">
<div style="text-align: left;"><b>
Achievement<br>
</b>
<br>
<i>
You can do anything you set your mind to when you have vision,<br>
determination, and an endless supply of expendable labor.<br>
</i>
<br>
(Despair, Inc.)<br>
</div>
</div>
</body>
</html>