Open Blackhex opened 1 week ago
Building even the simplest code:
int main() { return 0; }
with
aarch64-w64-mingw32-gcc shared.c -o no-shared.exe aarch64-w64-mingw32-gcc -shared shared.c -o shared.exe ./no-shared.exe ./shared.exe
fails to execute the binary compiled with -shared
-shared
./shared.exe: Invalid argument
DependenciesGui does not show any particular DLL missing though the shared binary depends on fewer system libraries.
Building even the simplest code:
with
fails to execute the binary compiled with
-shared
DependenciesGui does not show any particular DLL missing though the shared binary depends on fewer system libraries.