#68 Article 11764 Posted at 1998/03/28 02:33:00 by Take-C (MAP5546) []
Subject: Re: Re: Re: Win32対応のMAKEコマンド /11762 /11760 /11759
Take-C です。 map4496 writes: >> Maiさま >> >gnu-make辺り移植されてませんか? >> >> スーパーアスキーの付録CD-ROMに入ってましたが、これソースだけなんですわ。 >> どっかにコンパイラあるかしら?(gccって移植されてるの?) >> もしくはコンパイルされたバイナリファイルってどっかで手に入りますか? GNU-Win32 に入ってます。 You can find a link to the most recent release in files in `ftp://ftp.cygnus.com/pub/gnu-win32' だそうで。 以下 FAQ.txt より引用。 ---------------- begin ---------------------- begin ---------------- What is it ? ************ The GNU-Win32 tools are ports of the popular GNU development tools to Windows NT/95 for the x86 and powerpc processors. Applications built with these tools have access to the Microsoft Win32 API as well as the Cygwin32 API which provides additional UNIX-like functionality including unix sockets, process control with a working fork and select, etc... With these tools installed, it is now possible to write Win32 console or GUI applications that make use of the standard Microsoft Win32 API and/or the Cygwin32 API. It is possible to easily configure and build many GNU tools from source (including the gnu-win32 development tools themselves). It is possible to port many other significant Unix programs to Windows NT/95 without making significant changes to the source code. Or you can just use bash and the many other utilities as a fairly full unix-like environment to work in, available from within bash or from the command.com. Is it free software? ==================== Yes. Parts are GNU software (gcc, gas, ld, etc...), Parts are covered by the Berkeley license, etc. None of it is shareware. You don't have to pay anyone to use it. Please see the copyright section of the FAQ more more information on how the GNU General Public License may affect your use of these tools. ----------------- end ------------------------ end -----------------