Документ взят из кэша поисковой машины. Адрес оригинального документа : http://rtm-cs.sinp.msu.ru/manual/mico/doc/node6.html
Дата изменения: Mon Jun 7 21:54:57 1999
Дата индексирования: Mon Oct 1 21:20:51 2012
Кодировка:
Windows 95/NT next up previous
Next: Installing MICO Up: Prerequisits Previous: Unix

Windows 95/NT

In order to run MICO on Windows 95 or NT you have to use the Cygnus CDK beta 19, a port of the GNU tools to Win32 or Microsoft's Visual-C++ compiler. For instructions on how to compile MICO using the Visual-C++ compiler, refer to the file README-WIN32 in the main directory of the MICO sources.

Install the CDK by running its setup program. Note that you have to install it in the directory the setup program suggests (c:CygnusCDKB19); otherwise bison won't be able to find its skeleton files. Then create c:bin and put an sh.exe into it. Likewise create c:lib and put a cpp.exe into it:

  mkdir c:\bin
  copy c:\Cygnus\CDK\B19\H-i386-cygwin32\bin\bash.exe c:\bin\sh.exe
  mkdir c:\lib
  copy c:\Cygnus\CDK\B19\H-i386-cygwin32\lib\gcc-lib\2.7-B19\cpp.exe c:\lib

Now you are ready to unpack and compile MICO as described in section 2.3.

There are some problems with the current release of the CDK:


next up previous
Next: Installing MICO Up: Prerequisits Previous: Unix

Arno Puder
Mon Jun 7 10:53:40 PDT 1999