Well, i tried to compile FVWM 2.5.16 on my FreeBSD 6.1-RC and I got some problems with ld(1) because of these Makefiles:
fvwm-2.5.16/modules/FvwmAnimate/Makefile fvwm-2.5.16/modules/FvwmBanner/Makefile fvwm-2.5.16/modules/FvwmWharf/Makefile fvwm-2.5.16/bin/Makefile fvwm-2.5.16/Makefile Because of the png_LIBS variable, that is set to: -lpng -lz but should be: -L/usr/local/bin -lpng -lz That's all folks =) BTW, great job you're all doing ;) Cya