If you have run configure previously there is a file in which many of the
previous values are stored.  
Lines like:
checking for tiff.h .... (cached) no
are really using the previous values.  

Try deleting the file config.cache and running the configure script again.


-Randy

On Thu, 17 Apr 2003, Niels L.Ellegaard wrote:

> 
> I am trying to build opendx on a machine with Redhat 8.0, but I have a 
> problem telling configure where to find the file "Xm.h". I am not a 
> master of automake, so I might be doing some stupid mistake. Please have a 
> look and guide me in the right direction
> 
>       Thanks in advance for any helpful comments
> 
>                               Niels

> $ ./configure -with-motif-includes=/usr/X11R6/LessTif/Motif1.2
> [I snipped all lines that looked unimportant]
> checking for XtVaGetValues in -lxmstatxt... (cached) no
> checking for XmStringFree in -lxmstatic... (cached) no
> checking for XmStringFree in -lxm... (cached) no
> checking for XmGetDestination in -lXm... (cached) no
> using old version of  LESSTIF
> checking for tiff.h... (cached) no
> checking for tiffio.h... (cached) no
> checking for TIFFOpen in -ltiff... (cached) no
> checking if TIFF package is complete... no
> checking for XPM support ...
> checking for xpm.h... (cached) no
> checking for X11/xpm.h... (cached) yes
> checking for XpmReadFileToPixmap in -lXpm... (cached) yes
> checking if XPM package is complete... yes
> 
> $ make
> [many lines deleted]
> gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include  -Dlinux  
> -D_FILE_OFFSET_BITS=64 -I/usr/X11R6/include  -g -O2 -I/usr/X11R6/include 
> -D_GNU_SOURCE -c callm_xinit.c
> callm_xinit.c:18:19: Xm/Xm.h: No such file or directory
> 
> PS: Is there a Redhat 8.0 rpm in the works? If yes, then I would probably
> be better of by leaving automake to greater masters than myself :)
> 
> 
> 

Reply via email to