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 X-Google-Attributes: gid103376,public From: William Paul Berriss Subject: Re: A Solution to GNAT W95 3.09 Search Path Date: 1997/02/24 Message-ID: <331154A3.3D54@reading.ac.uk>#1/1 X-Deja-AN: 221019871 References: <33083429.1726@netspace.net.au> <01bc1ccb$efa2e460$278c71a5@dhoossr.iquest.com> <33102E86.ACD@reading.ac.uk> Content-Type: text/plain; charset=us-ascii Organization: The University of Reading Mime-Version: 1.0 Newsgroups: comp.lang.ada X-Mailer: Mozilla 2.02 (X11; I; SunOS 5.4 sun4m) Date: 1997-02-24T00:00:00+00:00 List-Id: Hi I have found a solution to MY path problem on GNAT 3.09 for Windows 95. 1. The PATH variable should be set as normal, using backslashes \ and using semi-colons ; to separate the directories listed in the path. 2. BUT for the ADA_INCLUDE_PATH and the ADA_OBJECTS_PATH I have used forward slashes / and colons : I tried it with just forward slashes and semi-colons to separate the directories but this did NOT work. The solution is to use COLONS : to separate the directories that you list in your ADA_* paths. COLONS : are the important part, you *may* not need to use forward slashes (but I did and mine works.) I hope this helps somebody, as people are often helping me on this newsgroup. Will Berriss ============ -- W P Berriss E-mail: W.P.Berriss@reading.ac.uk Department of Engineering The University of Reading Whiteknights Reading Tel: 0118 987 5123 Berkshire (+44 118 987 5123 outside UK) RG6 6AY England Fax: 0118 931 3327 World Wide Web Home Page: http://www.elec.rdg.ac.uk/people/postgrads/will.html