This patch cause a error: winegcc: prelink failed. OS: Fedora Core 2 with last updates from Lecacy Fedora.
Output: ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./kernel32.spec comm.drv.spec.o krnl386.exe.spec.o stress.spec.o system.drv.spec.o toolhelp.spec.o win87em.spec.o windebug.spec.o atom16.o error16.o registry16.o toolhelp16.o win87em.o actctx.o atom.o change.o comm.o computername.o console.o cpu.o debugger.o dosmem.o editline.o environ.o except.o fiber.o file.o file16.o format_msg.o global16.o heap.o instr.o kernel_main.o lcformat.o local16.o locale.o lzexpand.o module.o ne_module.o ne_segment.o oldconfig.o path.o powermgnt.o process.o profile.o pthread.o relay16.o resource.o resource16.o selector.o snoop16.o stress.o string.o sync.o syslevel.o system.o tape.o task.o thread.o thunk.o time.o toolhelp.o utthunk.o version.o virtual.o volume.o vxd.o windebug.o wowthunk.o relay16asm.o kernel32.dll.dbg.o kernel.res -Wl,--image-base,0x7b800000 -o kernel32.dll.so -L../../dlls -L../../dlls/ntdll -lntdll -L../../libs/wine -lwine -L../../libs/unicode -lwine_unicode -L../../libs/port -lwine_port winegcc: prelink failed. make[2]: ** [kernel32.dll.so] Erro 2 make[2]: Leaving directory `/home/mduarte/wine/dlls/kernel' make[1]: ** [kernel] Erro 2 make[1]: Leaving directory `/home/mduarte/wine/dlls' make: ** [dlls] Erro 2
Alexandre Julliard escreveu:
ChangeSet ID: 19399 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/08/09 06:12:30
Modified files: tools/winegcc : winegcc.c Makefile.in . : configure.ac configure Make.rules.in
Log message: Added support for the --image-base linker option in winegcc using the prelink tool.
Patch: http://cvs.winehq.org/patch.py?id=19399
Old revision New revision Changes Path 1.39 1.40 +32 -3 wine/tools/winegcc/winegcc.c 1.14 1.15 +2 -1 wine/tools/winegcc/Makefile.in 1.391 1.392 +6 -0 wine/configure.ac 1.690 1.691 +48 -1 wine/configure 1.187 1.188 +1 -0 wine/Make.rules.in
Hum.... I do make and the error occurs compile ntdll. I do make again and it builds. Is this behavior correct?
OS Fedora Core 2 gcc --version gcc (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
Marcelo Duarte escreveu:
This patch cause a error: winegcc: prelink failed. OS: Fedora Core 2 with last updates from Lecacy Fedora.
... Alexandre Julliard escreveu:
Log message: Added support for the --image-base linker option in winegcc using the prelink tool.