http://bugs.winehq.org/show_bug.cgi?id=3721
Summary: CVS build fails: __wine_call_from_16_long not found Product: Wine Version: CVS Platform: HP OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: david.ronis@mcgill.ca
The subject more or less says it all. I've built wine on this box many times before. Today I tried building from CVS using gcc-4.0.2. I updated, ran
./configure && make depend && make
The build dies as:
make[2]: Entering directory `/home/ronis/Project/notar/wine/dlls/avifil32' ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./avifil32.spec avifile.spec.o acmstream.o api.o avifile.o editstream.o extrachunk.o factory.o getframe.o icmstream.o regsvr.o tmpfile.o wavfile.o rsrc.res -o avifil32.dll.so -L../../dlls -L../../dlls/msacm32 -L../../dlls/msvfw32 -L../../dlls/winmm -L../../dlls/ole32 -L../../dlls/user32 -L../../dlls/advapi32 -L../../dlls/kernel32 -L../../dlls/ntdll -lmsacm32 -lmsvfw32 -lwinmm -lole32 -luser32 -ladvapi32 -lkernel32 -lntdll -L../../libs/wine -lwine -luuid -L../../libs/port -lwine_port avifile.spec.o(.data.rel.ro+0x600): In function `__wine_avifile_dll_CallFrom16_p_long_lp': /home/ronis/Project/notar/wine/dlls/avifil32/avifile.spec.c:136: undefined reference to `__wine_call_from_16_long' avifile.spec.o(.data.rel.ro+0x618):/home/ronis/Project/notar/wine/dlls/avifil32/avifile.spec.c:136: undefined reference to `__wine_call_from_16_long' avifile.spec.o(.data.rel.ro+0x630): In function `__wine_avifile_dll_CallFrom16_p_long_lpl': /home/ronis/Project/notar/wine/dlls/avifil32/avifile.spec.c:143: undefined reference to `__wine_call_from_16_long' avifile.spec.o(.data.rel.ro+0x648):/home/ronis/Project/notar/wine/dlls/avifil32/avifile.spec.c:143: undefined reference to `__wine_call_from_16_long' avifile.spec.o(.data.rel.ro+0x660):/home/ronis/Project/notar/wine/dlls/avifil32/avifile.spec.c:144: undefined reference to `__wine_call_from_16_long' avifile.spec.o(.data.rel.ro+0x678):/home/ronis/Project/notar/wine/dlls/avifil32/avifile.spec.c:144: more undefined references to `__wine_call_from_16_long' follow collect2: ld returned 1 exit status winegcc: /usr/bin/gcc failed. make[2]: *** [avifil32.dll.so] Error 2 make[2]: Leaving directory `/home/ronis/Project/notar/wine/dlls/avifil32' make[1]: *** [avifil32] Error 2 make[1]: Leaving directory `/home/ronis/Project/notar/wine/dlls' make: *** [dlls] Error 2
Compilation exited abnormally with code 2 at Mon Oct 31 16:42:51