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,d07a83bd5f2b8443 X-Google-Attributes: gid103376,public From: "William H. Osborne, Jr." Subject: Re: Segmentation Fault using Ada IO under Linux Date: 1999/06/18 Message-ID: <376b9d76@NEWS.hom.net>#1/1 X-Deja-AN: 491058492 References: <37664F17.17FFAEB7@merc.mercer.edu> X-Trace: 19 Jun 1999 13:39:02 GMT, 216.46.38.162 Organization: Homenet Communications, Inc. X-MSMail-Priority: Normal X-Priority: 3 Newsgroups: comp.lang.ada X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Date: 1999-06-18T00:00:00+00:00 List-Id: Here's the fix until gnat is updated for glibc2.1. The Linux-Ada team created a stand-alone package that loads all of the required libraries without interfering with the existing glibc files or the current c compiler (egcs or whatever you are using). The README on the web site below explains in more detail. The files you need are gnat-3.11p-1-13.i386.rpm and gnat-3.11p-devel-1-13.i386.rpm. Thanks to Aidan Skinner for the solution and all others who had a suggestion. ----- Original Message ----- From: Aidan Skinner To: Sent: Thursday, June 17, 1999 6:33 AM Subject: Re: Segmentation Fault using Ada IO under Linux > In comp.lang.ada, you wrote: > > >fault. 0x4006bf7d in _IO_setvbuf (fp=0x8070710, buf=0x0, mode=2, size=0) > >at iosetvbuf.c:92. iosetvbuf.c:92: No such file or directory. > > This is almost certainly related to the libc version you're using. > > >RedHat 6.0 Linux running on Intel PCs (Everything from Pentium Pro 200 > > Yep. RH6 moved to glibc 2.1.1, which broke the previous > versions. them out> > > Try the GNAT RPMs from the Ada/GNU-Linux website: > > http://www.cl.cam.ac.uk/~mgk25/linux-ada/ > > they work fine for me. There's also a bunch of other neat stuff there > (ncurses, gtk, X11 bindings etc.) > > - Aidan > -- > http://www.skinner.demon.co.uk/aidan/ > Horses for courses, tac-nukes to be sure.