I have just upgraded(?) from Fedora Core 5 to Fedora
Core 6, and since I like fvwm a lot and have an excellent
config file for fvwm, I tried building fvwm-2.5.18. but it
fails in the final steps.
./configure works cleanly with no options.
make bombs with this error message:
gcc -DFVWM_MODULEDIR=\"/usr/local/libexec/fvwm/2.5.16\"
-DFVWM_DATADIR=\"/usr/local/share/fvwm\"
-DFVWM_CONFDIR=\"/usr/local/etc\"
-DFVWM_COLORSET_PRIVATE=1
-DLOCALEDIR=\"/usr/local/share/locale\" -Wall
-Wno-implicit-int -g -O2 -o fvwm menus.o style.o
events.o move_resize.o add_window.o builtins.o borders.o
icons.o fvwm.o module_interface.o frame.o virtual.o
stack.o ewmh.o menustyle.o session.o colorset.o
placement.o functions.o gnome.o focus.o conditional.o
geometry.o ewmh_events.o windowlist.o menuitem.o
ewmh_icons.o decorations.o update.o expand.o misc.o
functable.o bindings.o cursor.o colormaps.o ewmh_conf.o
modconf.o read.o menucmd.o ewmh_names.o icccm2.o
schedule.o windowshade.o focus_policy.o repeat.o
execcontext.o menudim.o condrc.o -L../libs -lfvwm
-L/usr/lib64 -lXpm -lstroke -lSM -lICE -lXext -lX11 -lm
-lpng -lz
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
make[2]: *** [fvwm] Error 1
[...]
libXext is installed: locate libXext yields:
/usr/lib/libXext.so.6
/usr/lib/libXext.so.6.4.0
/usr/lib64/libXext.so.6
/usr/lib64/libXext.so.6.4.0
Any suggestions for how to make this work?
Here are some relevant lines from config.log:
hostname = localhost.localdomain
uname -m = x86_64
uname -r = 2.6.18-1.2849.fc6
uname -s = Linux
uname -v = #1 SMP Fri Nov 10 12:34:46 EST 2006
I am running this on a machine with an
AMD Athlon 64x2 3800+ CPU
fvwm-2.5.16 built fine for FC5 but does not on FC6.
Any help would be much welcomed!
-- Peter