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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d427e558e79b637a,start X-Google-Attributes: gid103376,public From: Barry and Jackie Schiff Subject: GNAT NT 3.09 Search Path Date: 1997/02/17 Message-ID: <33083429.1726@netspace.net.au>#1/1 X-Deja-AN: 219349208 CC: report@gnat.com Content-Type: text/plain; charset=us-ascii Organization: Netspace Online Systems Mime-Version: 1.0 Newsgroups: comp.lang.ada X-Mailer: Mozilla 3.0Gold (WinNT; I) Date: 1997-02-17T00:00:00+00:00 List-Id: Anybody having problems with ADA_INCLUDE_PATH and ADA_OBJECTS_PATH under NT 3.09. I have installed GNAT 3.09NT on drive C (as required per instructions) which on my system happens to be a FAT partition. My development occurs on drive G (an NTFS) partition. Now say I am compiling my_file in directory x which references files in directory y and z all on drive G. If I do: gnatmake -c -Ig:\y -Ig:\z my_file all goes well. But If I don't give these switches it does not work. I have tried setting the following environment variables as follows: ADA_INCLUDE_PATH=g:\z;g:\y;g:\z ADA_OBJECTS_PATH=g:\z;g:\y;g:\z I have tried setting these as User environment variable. I have also tried them as System Environment Variables. Neither worked. Note: x y and z are long directory names. I am running NT 4.0 Workstation - Released Version. It appars as if the compiler does not see the environment variables. I'm sure it's something dumb on my part. Any help greatly appreciated. --Barry