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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2ad2aa4030376bc1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-08-31 08:54:41 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: fjloma@andaluciajunta.es (Francisco Javier Loma Daza) Newsgroups: comp.lang.ada Subject: Re: porting/recompiling GNAT run time library Date: 31 Aug 2003 08:54:40 -0700 Organization: http://groups.google.com/ Message-ID: <404ee0af.0308310754.63d7764c@posting.google.com> References: <404ee0af.0308280932.3720d1dc@posting.google.com> NNTP-Posting-Host: 62.36.58.208 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1062345281 7072 127.0.0.1 (31 Aug 2003 15:54:41 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 31 Aug 2003 15:54:41 GMT Xref: archiver1.google.com comp.lang.ada:42008 Date: 2003-08-31T15:54:41+00:00 List-Id: jeff.huter@bigfoot.com (Jeff) wrote in message news:... > Create a "gnat.adc" that contains: > > pragma No_Run_Time; > pragma Restrictions(No_Exceptions); > > This has worked for me in the past. > > -- Jeff > And it works indeed ... but with that restrictions. I admit to have no tasking, but I would like to have exceptions, string concatenations ... what gnat files are needed to tweak for doing that? ( I assume that first I must provide some sort of dynamic memory allocation/dealocation ) Thanks