[Bug 58621] New: -Wl,--wine-builtin has no effect in winegcc
http://bugs.winehq.org/show_bug.cgi?id=58621 Bug ID: 58621 Summary: -Wl,--wine-builtin has no effect in winegcc Product: Wine Version: 10.13 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: operendex(a)gmail.com Distribution: --- -Wl,--wine-builtin has no effect in winegcc. It produces the same file as if the argument were omitted. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58621 operendex(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |operendex(a)gmail.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58621 --- Comment #1 from Alexandre Julliard <julliard(a)winehq.org> --- How exactly are you using it, and how did you check the results? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58621 --- Comment #2 from operendex(a)gmail.com --- (In reply to Alexandre Julliard from comment #1)
How exactly are you using it, and how did you check the results?
winegcc --fPIC -Wl,--wine-builtin -shared -o mydll.dll dll.spec dll.c file mydll.dll.so outputs ELF 64-bit LSB shared object, x86-64, ... instead of PE32+ executable for WINE (DLL), ... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58621 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> --- That's not what --wine-builtin does, it only sets the builtin flag on PE dlls. To build a PE dll in the first place you need something like: winegcc --target x86_64-w64-mingw32 -shared ... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla