[gtkada] static compilation

Preben Randhol randhol at pvv.org
Tue Jun 4 16:38:57 CEST 2002


yoann toussaint <yoann.toussaint at free.fr> wrote on 04/06/2002 (12:24) :
> hello,
> I use the debian package of gtkada, and I would like to create a static 
> executable linux file.
> for that, I use :
> $gnatmake test 'gtkada-config --static'

You need to tell gnatbind to link the program against a static version
of Gnat so try: 

gnatmake test 'gtkada-config --static' -bargs -static

-- 
Preben Randhol ------------------- http://www.pvv.org/~randhol/ --
                 «For me, Ada95 puts back the joy in programming.»




More information about the gtkada mailing list