Hi all,
how complete is the Tru64 binary compatibility in linux/alpha?
I am trying to get a backup application which is certified for Tru64
working under linux.
As best I can tell, it is tripping over while looking at the mount table:
from strace:
stat("/8gig", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
SYS_18(0, 0, 0x2, 0x14006300c, 0x12000e470) = -1 ENOSYS (Function not
implemented)
from stout:
[81:71] Cannot open mount table: ([78] Function not implemented)
any thoughts would be much appreciated.
thanks,
- Damian