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,9e09144c15b204da,start X-Google-Attributes: gid103376,public From: Lou Frontino Subject: Gnat Compilier Problems Date: 1996/04/26 Message-ID: #1/1 X-Deja-AN: 151575662 x-nntp-posting-host: 155.104.10.141 sender: usenet@tron.bwi.wec.com (USEnet News Poster) content-type: text/plain; charset=us-ascii organization: Westinghouse Norden System mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 1.22 (Windows; I; 16bit) Date: 1996-04-26T00:00:00+00:00 List-Id: I have a Gnat compilier Running In a Windows NT Environment. I was able to compile programs, but when I tried to make the task using gnatbl, the references for _setjmp and _longjmp were not found. I tried building the "hello.adb" program in the test directory. I used "gnatmake hello" to make the bind. I am using version 3.0.1 of Gnat. I also downloaded version 3.0.3 from the Internet. I needed to download djgpp too. After I installed them. I get an error when the ld task is trying to make the hello task. It says it can't find a file and displays "-lgnat". Has anybody ever have these problems and are there any solutions. I would appreciate any comments.