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,73c865853bdc4937 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newshub.sdsu.edu!newscon04.news.prodigy.net!prodigy.net!newsdst01.news.prodigy.net!prodigy.com!postmaster.news.prodigy.com!newssvr29.news.prodigy.net.POSTED!660be329!not-for-mail From: "Kevin K" Message-ID: Newsgroups: comp.lang.ada Subject: Re: Gnat storage size References: User-Agent: ProNews/2 V1.57.cp107 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit NNTP-Posting-Host: 67.65.251.8 X-Complaints-To: abuse@prodigy.net X-Trace: newssvr29.news.prodigy.net 1157068079 ST000 67.65.251.8 (Thu, 31 Aug 2006 19:47:59 EDT) NNTP-Posting-Date: Thu, 31 Aug 2006 19:47:59 EDT Organization: SBC http://yahoo.sbc.com X-UserInfo1: Q[R_PJSCTS@ERIDX\JIN__@@GJT@QDDMEPWXODMMHXMTWA]EPEWUQBKZQLYJX\_ITFD_KFVLUN[DOM_A_NSYNWPFWNS[XV\I]PZ@BQ[@CDQDPCL^FKCBIPC@KLGEZEFNMDYMKHRL_YYYGDSSODXYN@[\BK[LVTWI@AXGQCOA_SAH@TPD^\AL\RLGRFWEARBM Date: Thu, 31 Aug 2006 23:47:59 GMT Xref: g2news2.google.com comp.lang.ada:6436 Date: 2006-08-31T23:47:59+00:00 List-Id: On Thu, 31 Aug 2006 01:42:35 UTC, tmoran@acm.org wrote: > > For what's it worth, I just installed Gnat 2006 for Windows, and > > converted your test procedure. By using the -Xlinker > > --stack=0x10000000 on it, I was able to successfully run big 64000 on > I tried > gnatmake big -largs -Xlinker --stack=0x10000000 > and it still says "object too large" when the command line argument is 4026. > I also tried not using gnatmake, but rather > gcc -c big > gnatbind -x big.ali > gnatlink big -Wl --stack=0x10000000 > with the same result. Then it is either your version of Windows (XP? 2000?), or the gnat version. --