Hi Hakan! The current Guile is not AOT yet. Although the object file is ELF, it's just bytecode wrapped ELF header. So you can't run it as a regular executable file.
Best regards. On Sat, Dec 14, 2024, 07:35 Hakan Candar via General Guile related discussions <guile-user@gnu.org> wrote: > Dear Guile Users, > > I am unable to run guile objects directly from the command line. I > inspected the manual > thoroughly, however I did not see any mention of my desired action. Is it > possible to execute > guile objects directly, or are they reserved for internal caching > mechanism only? > > I tried the following commands with no luck: > guile3.0 example.scm.go > guile3.0 --language=bytecode example.scm.go > > Your help and interest is much appreciated. > > Thanks, > Hakan