https://bugs.winehq.org/show_bug.cgi?id=43628
Bug ID: 43628 Summary: Linux application cannot be run if they are built with -pie Product: Wine Version: 2.15 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: leslie_alistair@hotmail.com Distribution: ---
Compile the following program #include <stdio.h>
int main(int argc, char args[]) { printf("Hello World\n"); return 0; };
gcc -no-pie -o hello hello.c gcc -pie -o hello2 hello.c
Now run wine cmd /c path/to/hello
The first exe will run normally (assuming your environment is setup) where as the second doesn't.
The appears to be an issue when moving from Mint 17 to Mint 18. (as an example).
https://bugs.winehq.org/show_bug.cgi?id=43628
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Mint Hardware|x86 |x86-64
https://bugs.winehq.org/show_bug.cgi?id=43628
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED
--- Comment #1 from Alexandre Julliard julliard@winehq.org --- Duplicate.
*** This bug has been marked as a duplicate of bug 43217 ***
https://bugs.winehq.org/show_bug.cgi?id=43628
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Thanks.
Closing.