by Chris Yocum <cyocum@[EMAIL PROTECTED]
>
Apr 1, 2008 at 04:08 PM
Robert A Duff wrote:
> Chris Yo*** <cyo***@[EMAIL PROTECTED]
> writes:
>
>> Might anyone have any ideas? Have I missed something in the call to
>> gnatlink? I can post code if that will help.
>
> You should never have to call gnatlink or gnatbind or gcc by hand,
> unless you're doing something weird. Gnatmake will do it all.
>
> You should put "for Main use..." in your project file,
> and/or mention the name of the main file on the gnatmake
> command line. These things are covered in the docs.
>
> - Bob
Thanks. I had another look at the docs after going for a walk and saw
that.
Chris