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