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?