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 X-Google-Thread: 103376,cb3634c2f58f30a6,start X-Google-Attributes: gid103376,public From: John McCabe Subject: [Q] Florist-2.0 on IRIX 6.4 Date: 1998/07/29 Message-ID: <6pmuhd$j45@gcsin3.geccs.gecm.com>#1/1 X-Deja-AN: 375957529 Content-Transfer-Encoding: 8bit Organization: GMS&T Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-07-29T00:00:00+00:00 List-Id: Can anyone help me? I am trying to build the Florist-2.0 implementation on IRIX 6.4 (apparently using GNAT Version 3.07). I used the standard ./configure command, then GNU Make Version 3.73 to build it. It gets as far as running the c-posix-signals program. During this program, when it is testing signal 47, the text "*** sigaction: Resource temporarily unavailable" is displayed, then "KILLED". I�ve had a rummage around in the man pages, and found that the error mentioned here is EAGAIN. This suggests that it is the fork() call that is failing, probably due to the number of processess running, either due to the value of NPROC or CHILD_MAX. I can�t find NPROC itself, although there are a couple of NPROC_*** system limits set to 2, however CHILD_MAX is set to 150. Has anyone else seen this problem or managed to build Florist on IRIX 6.4? Would it be worth using the IRIX 6.3 config files in the Configs directory rather than using the default configuration files? Any help wouild be gratefully appreciated. -- Best Regards John McCabe ===================================================================== Not necessarily my company or service providers opinions. =====================================================================