`__ctype_b' .. `__ctype_toupper'
Hi, I have updated to suse 9.1. After them I have this error. Where must be this definitions ? Dietrich ../../libs/libwpp.a(y.tab.o)(.text+0x2827): In function `combine_mtext': /home/sao2l02/Wine/wine/libs/wpp/./ppy.y:626: undefined reference to `__ctype_b' ... ../../libs/libwpp.a(lex.yy.o)(.text+0x3051):/home/sao2l02/Wine/wine/libs/wpp/./ppl.l:1078: undefined reference to `__ctype_b' ../../libs/libwpp.a(lex.yy.o)(.text+0x3bfe): In function `is_c_h_include': /home/sao2l02/Wine/wine/libs/wpp/./ppl.l:1411: undefined reference to `__ctype_toupper' collect2: ld returned 1 exit status make[2]: *** [widl] Fehler 1 make[1]: *** [widl] Fehler 2 make: *** [tools] Fehler 2
On Sun, Jan 02, 2005 at 03:37:57PM +0100, Dietrich Teickner wrote:
Hi,
I have updated to suse 9.1. After them I have this error. Where must be this definitions ?
Dietrich
../../libs/libwpp.a(y.tab.o)(.text+0x2827): In function `combine_mtext': /home/sao2l02/Wine/wine/libs/wpp/./ppy.y:626: undefined reference to `__ctype_b'
... ../../libs/libwpp.a(lex.yy.o)(.text+0x3051):/home/sao2l02/Wine/wine/libs/wpp/./ppl.l:1078: undefined reference to `__ctype_b' ../../libs/libwpp.a(lex.yy.o)(.text+0x3bfe): In function `is_c_h_include': /home/sao2l02/Wine/wine/libs/wpp/./ppl.l:1411: undefined reference to `__ctype_toupper' collect2: ld returned 1 exit status
Did you recompile wine after the version upgrade? run make clean make depend make Ciao, Marcus
On Sun, 02 Jan 2005 15:37:57 +0100, Dietrich Teickner wrote:
I have updated to suse 9.1. After them I have this error. Where must be this definitions ?
Those symbols are for thread-local locales, a feature we don't need but that glibc gives us anyway. To fix it you need to either use RPMs built for the exact version of the distro you're running, or you need to compile Wine yourself from the source. Hope that helps. thanks -mike
participants (3)
-
Dietrich Teickner -
Marcus Meissner -
Mike Hearn