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,4d1f42205540eebd X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Can't compile GNAT 3.05 Date: 1996/07/15 Message-ID: #1/1 X-Deja-AN: 169043466 references: <31EA04B6.F2C@cci.de> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-07-15T00:00:00+00:00 List-Id: "Vincent said "When I'm trying to compile GNAT 3.05, I get some undefined symbols during linking of "gnat1". I'm using a Sun with SunOS 5.5, gcc 2.7.2 and GNAT 3.05 bin. I started the compilation with the following commands:" Normally there is no need to rebuild GNAT from sources. If you DO want to rebuild from sources, then it is important to read the documentation very carefully. Your error in this case is that you used the wrong version of the C compiler (and probably of LIBGCC, although you did not get to that error -- missing __dummy -- yet). The doumentation discusses the importance of using the right C compiler in the build." As always, such messages should always be sent to report@gnat.com if you want to reach the people with the most experience in building GNAT from source :-)