Hi,
I am trying to do a:
qnx_prefix_Attach( “/from”, “/to”, 0 );
after I do it if I type:
prefix
it shows a line that says:
/from=/to
But, . . . . if I type:
ls -l /from
I get:
No such file or directory (/from)
and if I type:
ls -l /to
I get a valid list of files (/to is a directory).
Also, if I type:
prefix -A /from=/to
and then do a:
ls -l /from
it also works as expected.
Obviously, the qnx_prefix_attach() function is broke.
What must I replace to get this to work?
My system running Proc32 V 4.24G Aug 25, 1997 and Slib32 V 4.24A Feb 4,
1997. I am running Watcom V10.6 with Patch Level B dated 22-Apr-99.
Is there any other version information that you need?
