Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


Hi Kendy,

the last winegcc changes break mingw build.
I can isolate the problem:

winegcc -m32 -o conftest.exe -g -O2 conftest.c
/usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../x86_64-suse-linux/bin/ld: cannot find -ladvapi32 /usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../x86_64-suse-linux/bin/ld: cannot find -luser32 /usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../x86_64-suse-linux/bin/ld: cannot find -lkernel32 /usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../x86_64-suse-linux/bin/ld: cannot find -lntdll
collect2: ld returned 1 exit status
winegcc: gcc failed

and with -nodefaultlibs option:

winegcc -nodefaultlibs -m32 -o conftest.exe -g -O2 conftest.c
conftest.exe-o6GAKs.spec.o: In function `__wine_spec_nt_header':
(.data+0x28): undefined reference to `__wine_spec_exe_entry'
conftest.exe-o6GAKs.spec.o: In function `__wine_spec_pe_header':
(.init+0x11006): undefined reference to `__wine_spec_init_ctor'
collect2: ld returned 1 exit status
winegcc: gcc failed

Should we have a workaround for it: fall back to the zip creation?
--without-winegcc has currently no effect, though.

Ciao
David

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.