http://bugs.winehq.org/show_bug.cgi?id=2563
Summary: Problem compiling wine 20041019 Product: Wine Version: 20041019 Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-tools AssignedTo: wine-bugs@winehq.org ReportedBy: pierre42d@9online.fr
$ make make[1]: Entering directory `/tmp/wine-20041019/libs' make[2]: Entering directory `/tmp/wine-20041019/libs/port' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/tmp/wine-20041019/libs/port' make[2]: Entering directory `/tmp/wine-20041019/libs/unicode' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/tmp/wine-20041019/libs/unicode' make[2]: Entering directory `/tmp/wine-20041019/libs/wine' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/tmp/wine-20041019/libs/wine' make[2]: Entering directory `/tmp/wine-20041019/libs/wpp' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/tmp/wine-20041019/libs/wpp' make[1]: Leaving directory `/tmp/wine-20041019/libs' make[1]: Entering directory `/tmp/wine-20041019/tools' gcc -s -O3 -march=i686 -o sfnt2fnt sfnt2fnt.o -L/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -lfreetype -lz -L../libs/unicode -lwine_unicode -L../libs/port -lwine_port sfnt2fnt.o(.text+0x3b3): In function `main': /tmp/wine-20041019/tools/sfnt2fnt.c:168: undefined reference to `wine_cp_get_table' collect2: ld returned 1 exit status make[1]: *** [sfnt2fnt] Error 1 make[1]: Leaving directory `/tmp/wine-20041019/tools' make: *** [tools] Error 2