Monday, 5 August 2013

Re: [Rpcemu] rpcemu on Mint15

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
$

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

strace -e trace=file ./rpcemu

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.

Cheers, Ralph.

_______________________________________________
Rpcemu mailing list
Rpcemu@riscos.info
http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu

No comments:

Post a Comment