Inprise
چهارشنبه 28 دی 1384, 10:57 صبح
The UWIN package allows UNIX applications to be built and run on Windows XP/2000/NT/ME/98/95 with few, if any, changes necessary. UWIN source and binaries are available under the open source Common Public License 1.0 (http://www.opensource.org/licenses/cpl/) at AT&T AST/UWIN open source downloads. (http://www.research.att.com/sw/download/)
UWIN contains:
Libraries that emulate a UNIX environment by implementing the UNIX Application Programming Interface (API)
Include files and development tools such as cc (http://www.research.att.com/~gsf/man/man1/cc.html)(1), yacc (http://www.research.att.com/~gsf/man/man1/yacc.html)(1), lex (http://www.research.att.com/~gsf/man/man1/lex.html)(1), and make (http://www.research.att.com/~gsf/man/man1/make.html)(1).
ksh (http://www.research.att.com/~gsf/man/man1/ksh.html)(1) (the Korn Shell) and over 250 utilities such as ls (http://www.research.att.com/~gsf/man/man1/ls.html)(1), sed (http://www.research.att.com/~gsf/man/man1/sed.html)(1), cp (http://www.research.att.com/~gsf/man/man1/cp.html)(1), stty (http://www.research.att.com/~gsf/man/man1/stty.html)(1), etc.
Most of the UNIX API is implemented by the POSIX.DLL dynamically loaded (shared) library. Programs linked with POSIX.DLL run under the WIN32 subsystem instead of the POSIX subsystem, so programs can freely intermix UNIX and WIN32 library calls. A cc (http://www.research.att.com/~gsf/man/man1/cc.html)(1) command is provided to compile and link programs for UWIN on Windows using traditional UNIX build tools such as make (http://www.research.att.com/~gsf/man/man1/make.html)(1). The cc (http://www.research.att.com/~gsf/man/man1/cc.html)(1) command is a front end the the underlying compiler that performs the actual compilation and linking
http://www.research.att.com/sw/tools/uwin
UWIN contains:
Libraries that emulate a UNIX environment by implementing the UNIX Application Programming Interface (API)
Include files and development tools such as cc (http://www.research.att.com/~gsf/man/man1/cc.html)(1), yacc (http://www.research.att.com/~gsf/man/man1/yacc.html)(1), lex (http://www.research.att.com/~gsf/man/man1/lex.html)(1), and make (http://www.research.att.com/~gsf/man/man1/make.html)(1).
ksh (http://www.research.att.com/~gsf/man/man1/ksh.html)(1) (the Korn Shell) and over 250 utilities such as ls (http://www.research.att.com/~gsf/man/man1/ls.html)(1), sed (http://www.research.att.com/~gsf/man/man1/sed.html)(1), cp (http://www.research.att.com/~gsf/man/man1/cp.html)(1), stty (http://www.research.att.com/~gsf/man/man1/stty.html)(1), etc.
Most of the UNIX API is implemented by the POSIX.DLL dynamically loaded (shared) library. Programs linked with POSIX.DLL run under the WIN32 subsystem instead of the POSIX subsystem, so programs can freely intermix UNIX and WIN32 library calls. A cc (http://www.research.att.com/~gsf/man/man1/cc.html)(1) command is provided to compile and link programs for UWIN on Windows using traditional UNIX build tools such as make (http://www.research.att.com/~gsf/man/man1/make.html)(1). The cc (http://www.research.att.com/~gsf/man/man1/cc.html)(1) command is a front end the the underlying compiler that performs the actual compilation and linking
http://www.research.att.com/sw/tools/uwin