Subject: Re: Re: [uwin-users] which source package contains 'pcc.c' ? --------
> As to what I'm trying to do - in the end I need something stand-alone > which is UNIXish/Linuxish in its source, and it should run on _any_ > Windows computer, under _any_ user ID, so I need (if i understand > correctly) posix.dll and AST library. The application is simple enough, it > doesn't change UIDs, etc, so, I hope, I do not need the server. > Essentially, I need fork/exec* and UNIX dlopen semantics - UWIN appears to > provide them all. > You do not need the uwin services for most applications. It is possible to put you app in the same directory as ast54.dll and posix.dll and run. David Korn [email protected] _______________________________________________ uwin-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/uwin-users
