From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: *** X-Spam-Status: No, score=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fd137b36aefefa24 X-Google-Attributes: gid103376,public From: "wiljan" Subject: Re: The NT port of GNAT 3.09 Date: 1997/01/27 Message-ID: <01bc0c9a$32258d70$41208b82@wd>#1/1 X-Deja-AN: 212614897 references: organization: Philips Electronics N.V. newsgroups: comp.lang.ada Date: 1997-01-27T00:00:00+00:00 List-Id: Robert Dewar wrote in article ... > A current limitation of the release is that it *must* be installed on > drive C. It is not possible to successfully specify an alternative drive > for the installation. I am user of 309 for NT and it is certainly possible to install on a different drive. The only thing one must do is edit the registery of NT after installation. Do the installation in the following steps: - Install gnat on a specific driver, but in dir /usr - run any command of it (simply call gcc). This makes the cygnus run time to create the right registery entries. - The fix the registery as follows: This has to do with the way cygnus maps the unix file system to nt. When you look at the registery in HKEY_CURRENT_USER, in the tree Software\Cygnus Support\CYGWIN.DLL setup\b15.0\mounts\ One will find that there are several subs called 00 upto 04 in there. every sub is a mapping of unix to NT. In my case the last one 04 contains a mapping of the unix / to the NT directory c:\ If you change the c in a d everything can reside on drive d This also allows one to put GNAT on a server. Wiljan