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.


Reply via email to