Compiling wine on fedora 9 does not work for me. The compilation ends with: menu.o: In function `test_menu_add_string': /home/wine/Downloads/wine-1.1.12/dlls/user32/tests/menu.c:601: undefined reference to `blah.15349' /usr/bin/ld: menu.o: relocation R_386_GOTOFF against undefined symbol `blah.15349' can not be used when making a shared object /usr/bin/ld: final link failed: Bad value collect2: ld gab 1 als Ende-Status zur?ck winegcc: gcc failed make[2]: *** [user32_test.exe.so] Fehler 2 make[2]: Leaving directory `/home/wine/Downloads/wine-1.1.12/dlls/user32/tests' make[1]: *** [user32/tests] Fehler 2 make[1]: Leaving directory `/home/wine/Downloads/wine-1.1.12/dlls' make: *** [dlls] Fehler 2 Compilation failed, aborting install. Previous compiles worked. Any hints what to change or what I made wrong?
Le Thu, 08 Jan 2009 23:56:46 -0600, tigono a ?crit :> Previous compiles worked. Any hints what to change or what I made > wrong?Hi, You should read the bug #16497. http://bugs.winehq.org/show_bug.cgi?id=16497
Fabrice Delliaux wrote:> Le Thu, 08 Jan 2009 23:56:46 -0600, > tigono a ??crit : > > > Previous compiles worked. Any hints what to change or what I made > > wrong? > > > > Hi, > > You should read the bug #16497. > > http://bugs.winehq.org/show_bug.cgi?id=16497:D Many thanks for the hint, it works well with the tip in the referenced page.