On 26 Aug 2001 13:18:04 +0000, Nikolaj G. wrote:
>
> Ok, I just tried the "ldconfig" command as root. It was running ok.
>
> Afterwards I run ./configure and make (both as user and root). I get the
> same error - can't find -lXext.
./configure can't find your X developement libraries.
Don't proceed with make until you have SM support and optionally XPM
support from ./configure (that means your X libs are found ok).
Execute:
rm config.cache
./configure
make clean # not really needed, but anyway
If this does not help, execute:
./configure --x-libraries=/usr/X11R6/lib
If this does not help, send the output of:
ls -l `rpm -ql XFree86-devel | grep libXext`
Good luck.
Regards,
Mikhael.
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Sun Aug 26 2001 - 06:50:19 BST