Wine does not compile under SuSE Linux 7.1. It tries to include files from /usr/local/include/freetype2 which are actually located in /usr/include/freetype2. After copying them from /usr/include/freetype2 to /usr/local/include/freetype2 it compiled, but the following runtime error occurs: `wine: error while loading shared libraries: wine: undefined symbol: Dosvm'. Could someone help me please?