I think (not sure) there is a typo in xffm's src/Makefile.in In 4.1.99.2, it is on line 101, not sure for cvs, but it's still there (look at the link). My intuition says that a link named xffrequent4 should be made to point to xffm, and not xffrecuent4 (notice the 'q' and the 'c'). Reproducible: Always Steps to Reproduce: 1. Open your browser 2. Go to http://cvs.xfce.org/viewcvs.cgi/xfce4/xffm/src/Makefile.in?view=markup 3. Go to the end of the page Actual Results: Well, we see: rm -f xffrecuent4; $(LN_S) xffm xffrecuent4; \ Expected Results: rm -f xffrequent4; $(LN_S) xffm xffrequent4; \
fixed typo.