Сразу оговорюсь - поиском пользовался, но не нашел подобной ошибки.
В общем собираю я Wine
./configure
make depend
make
Так вот на make вываливается такая ошибка:
Код: Выделить всё
make[2]: Leaving directory `/mnt/2other/install/wine-1.1.0/dlls/jscript/tests'
make[2]: Entering directory `/mnt/2other/install/wine-1.1.0/dlls/kernel32/tests'
../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole actctx.o alloc.o atom.o change.o codepage.o comm.o console.o debugger.o directory.o drive.o environ.o file.o format_msg.o generated.o heap.o loader.o locale.o module.o mailslot.o path.o pipe.o process.o profile.o resource.o sync.o thread.o time.o timer.o toolhelp.o version.o virtual.o volume.o testlist.o resource.res -o kernel32_test.exe.so ../../../libs/port/libwine_port.a -ladvapi32 -lkernel32
winebuild: file.o is an empty file
winegcc: ../../../tools/winebuild/winebuild failed
make[2]: *** [kernel32_test.exe.so] Ошибка 2
make[2]: Leaving directory `/mnt/2other/install/wine-1.1.0/dlls/kernel32/tests'
make[1]: *** [kernel32/tests] Ошибка 2
make[1]: Leaving directory `/mnt/2other/install/wine-1.1.0/dlls'
make: *** [dlls] Ошибка 2Что это может быть?