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,bb486b336d430c67 X-Google-Attributes: gid103376,public From: "alan walkington" Subject: Re: GNAT-shing my teeth Date: 1998/09/24 Message-ID: <6ucvak$8me$1@usenet44.supernews.com>#1/1 X-Deja-AN: 394303906 References: <6ua1a2$kno$1@usenet40.supernews.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 X-Complaints-To: newsabuse@supernews.com X-Trace: 906625172 YVH4RINSWA82CD118 usenet44.supernews.com Organization: http://www.supernews.com, The World's Usenet: Discussions Start Here Newsgroups: comp.lang.ada Date: 1998-09-24T00:00:00+00:00 List-Id: David: Thanks for the info. It turns out that with 5.1 and gc.2.7.2.3-11 the problem was not the size of sigset_t.... That problem seems to have been solved. In reading the REST of the posting, however, I realized I had not created the link between 2.7.2.1 and 2.7.2.3. After I did that, everything worked just fine. Thanks again for your timely response. Alan Walkington walky@netmagic.net David C. Hoos, Sr. wrote in message ... > >alan walkington wrote in message <6ua1a2$kno$1@usenet40.supernews.com>... >>I've got RedHat 5.1 on a pentium box with gcc-2.7.2.3-5 (rpm'd) and >>the gzipped gnat-3.10p-i386-linux-bin distribution . >>when I try to compile ANY of the gnat examples I get: >> >>examples]# make hello >>gnatmake hello -cargs -O2 >>gnatbind -x hello.ali >>gnatlink hello.ali >>ld: cannot open crtbegin.o: No such file or directory >>gnatmake: *** link failed. >>make: *** [hello] Error 2 --- >I hav long since lost count of how many times I have posted this information >to this group --- --- > >For what it's worth, Here's how I have gnat-3.10p running on RedHat 5.0. >I did it originally with the 2.0.31 kernel, the upgraded to the 2.0.32 >kernel. > > >The fundamental problem is that RedHat 5.0 increases the size of sigset_t >from 32 bits to 1024 bits. > >