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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,aa227c86e3a676ca,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-01-28 05:43:08 PST Path: swrinde!howland.reston.ans.net!ix.netcom.com!netcom.com!csus.edu!nic-nac.CSU.net!floyd!nermal!not-for-mail From: cconner@nermal.santarosa.edu (Carol Conner) Newsgroups: comp.lang.ada Subject: EMX/GCC and GNAT on OS/2 Date: 27 Jan 1995 21:01:24 -0800 Organization: Santa Rosa Junior College, California Distribution: w Message-ID: <3gcj34$u51@nermal.santarosa.edu> NNTP-Posting-Host: nermal.santarosa.edu Date: 1995-01-27T21:01:24-08:00 List-Id: I have the EMX distribution of GCC in use on my OS/2 machine. I would also like to set up and experiment with the GNAT Ada compiler for OS/2. Perhaps do some comparisons by developing separate programs of identical functionality using Ada for one and C++ for the other. __ My question: __ Is it possible to have both compilers installed and functioning on one machine at the same time? They each have their own (and different) copies of as.exe, cc1.exe, cpp.exe, and gcc.exe which they look for along the same path. They also each have a group of identically *named* (but not identical in content) include files, and they each require the environmental variable C_INCLUDE_PATH in order to find their respective files. Can anyone think of a way to circumvent these file conflicts? Thanks for any suggestions.