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,e4c7c27978c3a3ee X-Google-Attributes: gid103376,public From: Gerald Kasner Subject: Re: undefined references Date: 1998/09/01 Message-ID: <35EBB7E8.C855DE5B@Physik.Uni-Magdeburg.DE>#1/1 X-Deja-AN: 386721805 Content-Transfer-Encoding: 7bit References: <35EABA7A.4239F2B0@eunet.at> Content-Type: text/plain; charset=us-ascii Organization: Otto-von-Guericke-Universitaet Magdeburg MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-09-01T00:00:00+00:00 List-Id: Bernhard Rumpler wrote: > Hi! > > Under SuSE Linux 5.2 we tried to link several programs (with GNAT 3.09), > e.g. rapid, aforms and got the following error messages: > > ./file.o: In function 'other_file': > ./file.o(.text+0xnumber): undefined reference to 'name' > > the actual problem is we don't know what 'undefined reference' means and > what we can do > > Thanks for any help > > Bernhard Rumpler, Martin Schlager With Gnat 3.09 I was not able to compile RAPID :-( (RH Linux on Intel; Solaris on Sun4u), but everything was fine using Gnat 3.10p :-). The undefined reference means that you (probably) forgot to link some library or object file. -Gerald -- ############################################## # Dr. Gerald Kasner # # Gerald.Kasner@Physik.Uni-Magdeburg.de # # Tel.: Germany +391 / 67 / 12469 # # Fax.: Germany +391 / 67 / 11217 # ##############################################