PDA

View Full Version : Executable not working when moved



bulke
5th September 2012, 12:32
Hi all,
I made an desktop app in Windows and cross-compile it in Ubuntu.
Everything works fine in Ubuntu until I move build folder to another location (directory, machine, etc.).
When I try to run executable file, it gives me and error and asks me if I want to find proper software for executable file.

8182

Sorry if I ask something what is already discussed, I couldn't find it on forum.

Thanks,
Nikola

viulskiez
5th September 2012, 12:45
It seems there is no executable / binary file. What about chmod +x?

bulke
5th September 2012, 13:03
Here's a screenshot from build folder
8183
so there is an executable present - or am I wrong? :/

What about chmod +x? I'm new in Ubuntu, sorry.

KR,
Nikola

viulskiez
5th September 2012, 18:16
What about chmod +x? I'm new in Ubuntu, sorry.
The icon shows that you already have the executable. It seems that your application could not find qt library.
HINT: Try run your application from terminal.