You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 4, 2023. It is now read-only.
When building a BlitzMax executable program on Linux, the generated executable is detected as a shared library and cannot be launched normally.
On my current project in BMax produces this output when launching from graphical interface
and produces this output when using file command.
./ees: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=bff6936bdde6b97ee3790dd6ae45d379961cd0ac, stripped
I believe there's a switch (-no-pie) that can be used in gcc to solve this issue.
When building a BlitzMax executable program on Linux, the generated executable is detected as a shared library and cannot be launched normally.

On my current project in BMax produces this output when launching from graphical interface
and produces this output when using file command.
I believe there's a switch (-no-pie) that can be used in gcc to solve this issue.