Re: Statically link with GTK

2007-04-09 Thread Reed Hedges
Yeah, it's kind of difficult. I tried and gave up. It was easier just to use the shared libraries (DLLs) and other files and install them along with my program. Reed Tor Lillqvist wrote: > Fabrice Le Goff writes: > > Is there a way to statically link with the Gtk+2.x lib ? I use either > >

Re: Statically link with GTK

2007-04-05 Thread Tor Lillqvist
Fabrice Le Goff writes: > Is there a way to statically link with the Gtk+2.x lib ? I use either > Visual C++ 6.0, or gcc (3.4.x). Only if you build gtk and gdk yourself as a static library (and sort out what further issues that will bring). You would presumably want to build then also those gdk

Statically link with GTK

2007-04-05 Thread Fabrice Le Goff
Hello, Is there a way to statically link with the Gtk+2.x lib ? I use either Visual C++ 6.0, or gcc (3.4.x). Thanks for any hint, Fabrice ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-dev