>>>>> "Gal" == Gal Aviel <[EMAIL PROTECTED]> writes:

Gal> Hello Developers, I'll make it quick: the configure script looks
Gal> for libforms and not for libxforms, therefor I had to link
Gal> manually to make the program link.

Gal> [root@localhost lib]# pwd /usr/X11R6/lib [root@localhost lib]#
Gal> file *form* libforms.so.0.88: ELF 32-bit LSB shared object, Intel
Gal> 80386, version 1, not stripped libxforms.so: symbolic link to
Gal> libforms.so.0.88 [root@localhost lib]#

Hello,

I am not sure I understand your problem. Configure checks for libforms
mainly (and also for libxforms because some systems already have
another library named libforms). The correct fix in this case would
have been to link libforms.so to libforms.so.0.88.

JMarc

Reply via email to