Re: win32 and static linking



Hi,

Probably not. On windows, a dynamic library (dll) usually also has an import library, which is a static library that simply contains references to the functions in the dll. So these libraries are needed to be able to link your executable. Then at run time you'll need the actual dll.

Greets,

Lieven van der Heide.

On Fri, 02 Jun 2006 10:44:16 +0200, Igor Gorbounov <igorbounov topazelectro ru> wrote:

Hi, All!
I see, that in a gtk/lib/ directory, created by package from http://www.pcpm.ucl.ac.be/~gustin/win32_ports/gtkmm.html, there are *.a libraries (libgtkmm.dll.a, libgtk-win32-2.0.dll.a and so on).
Does it mean, that static linking with libraries from the list, generated
by `pkg-config --libs gtkmm-2.4`, is possible? And if yes, then how?
    Igor Gorbounov
_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkmm-list




--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]