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,b180fbb5257e142f,start X-Google-Attributes: gid103376,public From: d96andgi@dtek.chalmers.se (Anders Gidenstam) Subject: Native rts not working on linux (glibc) Date: 1998/10/28 Message-ID: <717sfl$ple$1@nyheter.chalmers.se>#1/1 X-Deja-AN: 406034043 Organization: Chalmers University of Technology Newsgroups: comp.lang.ada Date: 1998-10-28T00:00:00+00:00 List-Id: Hello! When I compile programs that uses the native rts instead of the fsu rts, they fail when I try to run them. [d96andgi@aragorn Test]$ ./greet2 Failed Runtime Assertion : GNULLI failure---Set_Priority I think it's some problem with the LinuxThread library but I'm not sure. I use the gnat-3.10p-1 rpm package and I have glibc version 2.0.7-19. (The system is more or less RedHat 5.1 and ... well.. it's a PC) Has someone managed to use the native rts with a similar setup? Btw is there any way to link the program with the rts dynamically? (My binaries are even bigger than those on Solaris/Sparc...) /Anders -- -------------------------------------------- "A well-written program is its own heaven; a poorly-written program is its own hell." - The Tao of Programming