here is an example of a unix paradigm that we expect to work on uwin
cc -c hello.c
cc -o hello hello.o
./hello
rm helloif uwin were to interpret pathnames literally this would fail and the result would be that *every unix makefile would have to be rewritten to work on uwin* for an example of that see cygwin _______________________________________________ uwin-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/uwin-users
