[gtkada] gtkada needs for DLLs

Preben Randhol randhol at pvv.org
Fri Apr 25 13:10:50 CEST 2003


Peter Hermann <ica2ph at csv.ica.uni-stuttgart.de> wrote on 25/04/2003 (12:28) :
> for a specific gtkada-application I need  (1.)
> gdk-1.3.dll
> glib-1.3.dll
> gmodule-1.3.dll
> gnu-intl.dll
> gtk-1.3.dll
> gtkada-1.3.12.dll
> gtkextra-0.9.14.dll
> 
> and I don't need  (2.)
> gthread-1.3.dll
> gtkgl-1.2.dll
> lw-1.2.dll
> pthread.dll
> redmond95.dll
> 
> When delivering an executable for all MSwindows95.thru.XP
> I want to send as few DLLs as possible, of course.
> Do I need the 2. category under certain circumstances?
> Where can I find information about when I do need one of the 2.category?

It depends how you compile your application.

If you have cygwin on your windoze do:

ldd your_program.exe
too see which libs it is linked agains.

If you don't have Cygwin you should install it. :-)
-- 
Preben Randhol -------------- http://www.pvv.org/~randhol/Ada95 --
                 «For me, Ada95 puts back the joy in programming.»



More information about the gtkada mailing list