>>>>> "Wingfield" == Wingfield Glassey <[EMAIL PROTECTED]> writes:
Wingfield> Hi, I'm currently trying to get Lyx running on Red Hat 6.1
Wingfield> but i'm having some problems with getting configure to
Wingfield> recognise libforms.a
Wingfield> I've got version 0.88 of the xforms library and it's
Wingfield> installed in /usr/programs/lib
Wingfield> -rw-r--r-- 1 root root 572220 Mar 20 17:18 libforms.a
Wingfield> the header forms.h is in /usr/programs/include
Wingfield> -rw-r--r-- 1 root root 100334 Mar 20 17:18 forms.h
Wingfield> I'm running configure with the line
Wingfield> ./configure --prefix=/usr/programs
Wingfield> --with-extra-lib=/usr/programs/lib
Wingfield> --with-extra-inc=/usr/programs/include
A small note: you can replace this by the equivalent
./configure --prefix=/usr/programs --with-extra-prefix
Wingfield> ** Cannot find libforms or libxforms. Please check that the
Wingfield> xforms library is correctly installed on your system.
Could you take a look at your config.log and see what happens after a
line like:
configure:8583: checking for fl_initialize in -lforms
JMarc