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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, TO_MALFORMED autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f93aaab45e1d9398 X-Google-Attributes: gid103376,public From: Mike Young Subject: Re: gnat compiling error Date: 1996/03/23 Message-ID: <3153A482.49C3@mcs.com>#1/1 X-Deja-AN: 143839456 references: <4itoro$kih@mother.usf.edu> to: nobody@nowhere content-type: text/plain; charset=us-ascii organization: Fen Software, Inc. mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.0GoldB1 (Win95; I) Date: 1996-03-23T00:00:00+00:00 List-Id: nobody@nowhere wrote: > > I was wondering if any one can help me. I am trying to get gnat 3.01a for > win95 to compile. After using gnatmake file.adb (or gcc -c file.adb (works) > and gnatbl file.ali (crashes)) I reciece an error when the program calls > ld.exe. It returns a message saying c:\gnat301a\gnu_ld\ld.exe cannot find > file or path -lgcc . I recieved this message using the dos version, but was > able to compile when I used an older version for dos from a friend (sorry > don't know the versions for either dos). If someone has had this problem and > knows how to fix it I would be most thankful. > thanks...bill > ========== Hmmm, yes, I remember this problem. There's a macro definition missing in the makefile; I forget which one. Or was it an environment variable in a batch file? Which ever... Search the file for -lgcc, find out what macro precedes that, and define it. It should be apparent from looking at the command what it needs there. Mike.