I can't run executable file on other pc

Hi guys;

I’m trying to run an app on a different PC where I created my app, but when I double click on it, the message window doesn’t show the Make executable and run button. Can anyone tell me what I can to do or what I doing wrong?

Additionally I want to load my app program from python, but it didn’t work.

I’m trying this in 2 scenarios

Scenario 1 Identical Gigabyte barebones
I compile the app in one barebone, copy the executable file from /bin to the second barebone and try run in it. I’m using OF 10.1 with a linux mint Sara distribution in both computers

Scenario 2 Gamer PC to Gigabyte barebone
I compile the app in a gamer PC, copy the executable file from /bin to the and run the app. I’m using OF 10.1 in a linux mint Sara distribution in both computers

Thanks in advance

Additional to description of my problem in the last post. I tried using the chmod +x filename, but when I run ./filename I got the error.

illegal instruction (core dumped)