Sept. 30, 2009
8:42 a.m.
On 09/30/2009 10:39 AM, Michael Stefaniuc wrote: > Hello Paul, > > Paul Vriens wrote: >> Anyone else seeing this: > yes, I have pinged Alexandre yesterdays about this and todays commit > round will include the fixes. If you don't want to wait the fixes are: > - system.drv16 and toolhelp.dll16 need an IMPORT ntdll > - ntdll/tests need a GetProcAddress on NtCurrentTeb Thanks. > >> make[2]: Entering directory `/wine/wine-git/dlls/system.drv16' >> ccache gcc -m32 -m32 -c -I. -I. -I../../include -I../../include >> -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing >> -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits >> -Wpointer-arith -Wcast-qual -Wlogical-op -o system.o system.c >> ../../tools/winegcc/winegcc -m32 -B../../tools/winebuild --sysroot=../.. >> -shared ./system.drv16.spec system.o -Wb,--subsystem,win16 -o >> system.drv16.so -lkernel32 ../../libs/port/libwine_port.a >> system.o: In function `call_timer_proc16': >> system.c:(.text+0x54a): undefined reference to `NtCurrentTeb' >> collect2: ld returned 1 exit status >> winegcc: ccache failed >> make[2]: *** [system.drv16.so] Error 2 >> make[2]: Leaving directory `/wine/wine-git/dlls/system.drv16' >> make[1]: *** [system.drv16] Error 2 >> >> (Fedora 11, gcc 4.4.1) > 32 or 64-bit F11? I have a 64-bit F11 and I didn't run into the problem; > I run into the problem with my gcc-3.1.1 based Smatch compile. 64-bit. > > bye > michael -- Cheers, Paul.