On 05/08/13 10:14, Ralph Corderoy wrote:
Hi Philip,

but got "no such file or directory" when using ./rpcemu in a terminal.
So, ignoring the possibly different prompt, do you get

     $ ./rpcemu
     no such file or directory
     $
Yes

You might want to run it under strace(1) to see what it was attempting
to access.

     strace -e trace=file ./rpcemu
Result:
execve("./rpcemu", ["./rpcemu], [/*40vars*/])=- ENDENT (No such file or directory)
strace: exec: No such file or directory

Towards the end of its output it will probably be trying to access the
file that causes the error to eventually be printed.

You can also do

     ldd ./rpcemu

to see what libraries it requires and where they are found.
Result:
not a dynamic executable

Cheers, Ralph.
Thanks for the suggestions, Ralph, but lack of liballegro4.2-plugin-jack, and the error reference to AM_PATH_ALLEGRO would seem to indicate that the dependencies needed to run an existing install,or install a new version, are missing or not operating

Regards
Philip




_______________________________________________
Rpcemu mailing list
[email protected]
http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu

Reply via email to