Andrea Mauri schrieb:

> Anyway the compilation seems to work well but if I try to launch the
> executable outside Lazarus I got this message
> 
> Could not display "path/exename".
> There is no application installed for executable files

What does `file executable` and `ldd executable` say?
example:

foo at bar in ~
○ file /bin/bash
/bin/bash: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for
GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux
2.6.9, stripped

foo at bar in ~
○ ldd /bin/bash
        linux-vdso.so.1 =>  (0x00007fff0c0da000)
        libtermcap.so.2 => /lib64/libtermcap.so.2 (0x0000003847400000)
        libdl.so.2 => /lib64/libdl.so.2 (0x0000003844800000)
        libc.so.6 => /lib64/libc.so.6 (0x0000003844400000)
        /lib64/ld-linux-x86-64.so.2 (0x0000003844000000)


HTH
Rudi

Attachment: signature.asc
Description: OpenPGP digital signature

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to