From: Christos C. <c.c...@gm...> - 2007-10-13 12:34:55
|
Thanks very much! With the -F switch for gnatbind, as in > gnatbind -aO/usr/local/lib/qtada -F helloQtAda the application runs ok now! I hadn't seen the documentation/=20 how_to_build_program.txt file... It would save me a lot of =20 time ;-)... I 'll better have a look at the "project files". They =20 seem to be quite a useful tool... Regards, Christos On 13 =CE=9F=CE=BA=CF=84 2007, at 14:17 , Vadim Godunko wrote: > Christos Chryssochoidis wrote: >> gnatbind -aO/usr/local/lib/qtada helloQtAda > You must pass to -F flag to binder. QtAda's libraries use automatic =20= > library initialization, binder by default elaborate all code, =20 > including all library modules. Double elaboration makes program =20 > execution unpredictable. > > You also may use GNAT Project Files as described in documentation/=20 > how_to_build_program.txt. |