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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,38f665c587f5fad6 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!e10g2000prf.googlegroups.com!not-for-mail From: amado.alves@gmail.com Newsgroups: comp.lang.ada Subject: Re: how to increase the size of stacks Date: Thu, 29 Nov 2007 01:40:43 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <59b2b13a-2dfd-47d9-8319-45c332f25d4b@b40g2000prf.googlegroups.com> NNTP-Posting-Host: 212.13.49.167 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1196329243 27603 127.0.0.1 (29 Nov 2007 09:40:43 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 29 Nov 2007 09:40:43 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e10g2000prf.googlegroups.com; posting-host=212.13.49.167; posting-account=3cDqWgoAAAAZXc8D3pDqwa77IryJ2nnY User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 ebox-adsl.critical.pt:3128 (squid/2.5.STABLE13) Content-Disposition: inline Xref: g2news1.google.com comp.lang.ada:18669 Date: 2007-11-29T01:40:43-08:00 List-Id: On 28 Nov, 20:52, Simon Wright wrote: > amado.al...@gmail.com writes: > > 1. I want to increase the GNAT.Spitbol stack. This is a constant on "g- > > spipat.ads" How to I recompile this unit? Do I really need to go > > through all the steps in the Makefile.adalib (see below)? Compile the > > WHOLE lib? Just for a change in a single constant in a single unit? (I > > guess so.) Any easier way? > > Modify a copy of g-spipat.ads in your compiler source path. Use > gnatmake -a. Excellent! And the program works now too! Thanks a very great lot!