I'm trying to build wine from source but getting the same error with different version (1.0.1,1.1.15,1.1.16) CentOS 4 ./configure --prefix=/software/wine/1.1.16/ make depend make make[2]: Leaving directory `/tmp/wine/wine-1.1.16/libs/wpp' make[1]: Leaving directory `/tmp/wine/wine-1.1.16/libs' make[1]: Entering directory `/tmp/wine/wine-1.1.16/tools' gcc -c -I. -I. -I../include -I../include -I/usr/include/freetype2 -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpoint er-arith -g -O2 -o fnt2bdf.o fnt2bdf.c gcc -g -O2 -o fnt2bdf fnt2bdf.o ../libs/port/libwine_port.a gcc -c -I. -I. -I../include -I../include -I/usr/include/freetype2 -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpoint er-arith -g -O2 -o fnt2fon.o fnt2fon.c gcc -g -O2 -o fnt2fon fnt2fon.o ../libs/port/libwine_port.a gcc -c -I. -I. -I../include -I../include -I/usr/include/freetype2 -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpoint er-arith -g -O2 -o make_ctests.o make_ctests.c gcc -g -O2 -o make_ctests make_ctests.o gcc -c -I. -I. -I../include -I../include -I/usr/include/freetype2 -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpoint er-arith -g -O2 -o sfnt2fnt.o sfnt2fnt.c gcc -g -O2 -o sfnt2fnt sfnt2fnt.o -L../libs/wine -lwine ../libs/port/libwine_port.a -lfreetype -lz -Wl,--rpath,\$ORIGIN/../libs/wine ../libs/wine/libwine.so: undefined reference to `wine_build' collect2: ld returned 1 exit status make[1]: *** [sfnt2fnt] Error 1 make[1]: Leaving directory `/tmp/wine/wine-1.1.16/tools' make: *** [tools] Error 2 Any ideas...? Cheers, Kristian