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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9dabd984ea966de9 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!news2.euro.net!216.196.110.149.MISMATCH!border2.nntp.ams.giganews.com!nntp.giganews.com!feeder2.news.jippii.net!feeder1.news.jippii.net!nntp.inet.fi!central1.inet.fi!inet.fi!read3.inet.fi.POSTED!53ab2750!not-for-mail Sender: AWI003@FIW9430 Newsgroups: comp.lang.ada Subject: Re: GNAT on a multiboot computer References: <417DFD3C.6080209@stochastique.net> From: Anders Wirzenius Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 26 Oct 2004 07:51:30 GMT NNTP-Posting-Host: 194.251.142.2 X-Complaints-To: abuse@inet.fi X-Trace: read3.inet.fi 1098777090 194.251.142.2 (Tue, 26 Oct 2004 10:51:30 EEST) NNTP-Posting-Date: Tue, 26 Oct 2004 10:51:30 EEST Organization: Sonera corp Internet services Xref: g2news1.google.com comp.lang.ada:5711 Date: 2004-10-26T07:51:30+00:00 List-Id: Adrien Plisson writes: > > GNAT for windows sets up a bunch a registry keys which seems to act > like a path. > > You can find those keys under: HKEY_LOCAL_MACHINE\SOFTWARE\Ada Core > Technologies > > hope this helps... > > -- rien Tkanks, but I have not got any help from the registry. These are from the "XP registry" (hardisk C:): -------------------------------------------- [HKEY_LOCAL_MACHINE\SOFTWARE\Ada Core Technologies] "GCC"="C:\\GNAT" "MINGW32"="@GCC" "GNAT"="@GCC" "VERSION"="3.15p" "BINUTILS"="@GCC" [HKEY_LOCAL_MACHINE\SOFTWARE\Ada Core Technologies\GNAT] "ROOT"="C:\\GNAT" "FOLDER"="GNAT Public Version" "GUID"="{CB2174B0-F84A-11D4-ACAA-0010A4E31500}" [HKEY_LOCAL_MACHINE\SOFTWARE\Ada Core Technologies\GNAT\3.15p] [HKEY_LOCAL_MACHINE\SOFTWARE\Ada Core Technologies\GNAT\Standard Libraries] [HKEY_LOCAL_MACHINE\SOFTWARE\Ada Core Technologies\MGNAT] "Root"="c:\\mgnat" [HKEY_LOCAL_MACHINE\SOFTWARE\Ada Core Technologies\MGNAT\Standard Libraries] "DOTNET"="c:\\mgnat\\include" ------------------------------------------------ There is of course nothing in the "WIN 2003 registry" (E:) Maybe I could copy the GNAT keys from XP to 2003? Maybe the "ROOT"="C:\\GNAT" is missing in 2003? Anders