> The INSTALL insists on gtk+ be compiled by the same backend version of gcc > (2.8.1 in this case), which is a bad thing as it deteriorates system That's indeed preferable to avoid build complication. However, it is possible to do a CC=/usr/bin/gcc ./configure ...; make Arno