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,8883fd781f673854,start X-Google-Attributes: gid103376,public X-Google-Thread: 109fba,8883fd781f673854,start X-Google-Attributes: gid109fba,public From: pdlamb@iquest.com (Patrick Lamb) Subject: Use c++ from gnat 3.01a under Win95? Date: 1996/05/07 Message-ID: <4mo566$j6r@polo.iquest.com>#1/1 X-Deja-AN: 153547411 distribution: world organization: interQuest Online Services -- Huntsville, AL newsgroups: comp.lang.ada,comp.lang.c++ Date: 1996-05-07T00:00:00+00:00 List-Id: I have the gnat 3.01a packages installed under Windows 95. It appears this package contains all the gcc and gxx files - libraries, header files, etc. Yet, when I try to run gcc with c++, it cannot locate the header files or libraries. I can include the paths in the command line, but it seems unable to find some files (such as streambuf.lib, which exceeds the 8.3 limit of the DOS shell). So, three questions: (1) Is there a way to use the gcc files from the gnat package? (2) Is it possible to use gnat without going to the DOS shell? (3) How? Thanks for any feedback or help. Pat