Here's a small story that might be relavent.

I was compling ImageMagick on a machine that had 2 different TIFF
libraries in 2
different locations.  The order of the libraries specified  in
LD_LIBRARY_PATH would chose the first library it found, unfortuately it
was the wrong version.  For dx4.2.0 I also needed to change the configure
script near line 5185 from "-L/usr/openwin/lib $LIBS" to "$LIBS
-L/usr/openwin/lib"

-randy

On Mon, 15 Sep 2003, David Thompson wrote:

> Actually it is, if you look through the script DX_PATH_XM--it should 
> be looking for Motif and including the directories where these are 
> found. You need to do a little more investigation to determine why it 
> is not finding your /usr/X11R6.
> 
> David
> 
> >Hi,
> >
> >In order compile everything properly, I have to do following:
> >
> >$ ./CVSMake
> >$ setenv LDFLAGS -L/usr/X11R6/lib
> >$ ./configure --prefix=/opt \
> >     --x-includes=/usr/local/include:/usr/X11R6/include \
> >     --x-libraries=/usr/local/lib:/usr/X11R6/lib
> >
> >Without the LDFLAGS, it does not work (e.g. ImageMagick is not detected by
> >the configure script and gmake ends with lots of unreferenced functions).
> >
> >I consider this a bug in the configure script because
> >/usr/X11R6/lib should be a default unix lib-directory, is it not?
> >
> >Regards,
> >Rob.
> 
> 
> -- 
> .............................................................................
> David L. Thompson                   Visualization and Imagery Solutions, Inc.
> mailto:[EMAIL PROTECTED]    5515 Skyway Drive, Missoula, MT 59804
>                                      Phone : (406)756-7472
> 

Reply via email to