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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,110290bc5dc4805d X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: gnatmake myProg.adb -largs -Wl,-stack_size -Wl,0x4000000 Date: Thu, 09 Mar 2006 14:33:58 +0100 Message-ID: <44102EC6.9070100@mailinator.com> References: <1141903048.577295.88950@v46g2000cwv.googlegroups.com> <44101EC8.5010108@mailinator.com> <1141907480.223301.141500@j33g2000cwa.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net 4cVAawBgTcRIlORU73671AzxfgOWwBAOBc5uSh1QcELDbP9Kk= User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013) X-Accept-Language: en-us, en In-Reply-To: <1141907480.223301.141500@j33g2000cwa.googlegroups.com> Xref: g2news1.google.com comp.lang.ada:3307 Date: 2006-03-09T14:33:58+01:00 List-Id: stuart clark wrote: > Thanks i had thought of the BRUTE froce approach. > > i am still having trouble finding anythnig on this gnatmake -stack_size > option. this command i found on the Mac OS/X forum is the only place i > have seen it. > > Have you seen it before??? -largs is linker arguments, i am trying to > find -Wl, -stack_size... I hadn't seen that exact form before. Then, I remember some thread about how to pass these arguments to the linker under linux and windows, and different people used slightly different recipes. In the end, I guess you have to research two things: how to pass arguments to the underlying linker, and what that linker will accept in your system... Check this thread: http://groups.google.com/group/comp.lang.ada/browse_frm/thread/906c8a02036e8ea5/1a0bb4cf713b8abd?tvc=1&q=linker+stack#1a0bb4cf713b8abd > Again thanks for the reply! You're welcome.