Hi, I noticed a small problem with fontconfig dependency in latest release which probably works for you indirectly through libXft dependency. In rxvtfont.C you use symbols from libfontconfig but you don't link with the library directly. In case of linking with -Wl,--as-needed flag it fails in the end of build process becasue unresolved symbols are found in binary. I attach small patch to resolve the issue (note the use of PKG_CHECK_MODULES, I was wondering why you are handling all the pkg-config details manually in configure.ac, and not using PKG_* macros?).
Another thing is included libev. Do you have any reason not to use system wide libev? Best regards, Jan Palus _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode
