Re: static linking on mingw/msys

2006-10-14 Thread Michael Torrie
On Sat, 2006-10-14 at 10:12 +0200, Martin Schmeisser wrote: > > > On 10/14/06, Michael Torrie <[EMAIL PROTECTED]> wrote: > On Fri, 2006-10-13 at 21:10 +0200, Martin Schmeisser wrote: > > Hi List, > > > > i tried to compile a rather simple Gtkmm app with static >

Re: static linking on mingw/msys

2006-10-14 Thread Martin Schmeißer
Am Samstag, den 14.10.2006, 14:06 +0300 schrieb Tor Lillqvist: > Martin Schmeisser writes: > > Hehe, darn, thats why. So is there a way to find out what dlls it linked > > againts? > > Of course there is, "link -dump -imports" or "objdump -p". But recall > that GTK+ also loads DLLs dynamically

Re: static linking on mingw/msys

2006-10-14 Thread Tor Lillqvist
Martin Schmeisser writes: > Hehe, darn, thats why. So is there a way to find out what dlls it linked > againts? Of course there is, "link -dump -imports" or "objdump -p". But recall that GTK+ also loads DLLs dynamically (gdk-pixbuf loaders mainly, but also theme engines for instance). It also r

Re: static linking on mingw/msys

2006-10-14 Thread Martin Schmeisser
On 10/14/06, Michael Torrie <[EMAIL PROTECTED]> wrote: > > On Fri, 2006-10-13 at 21:10 +0200, Martin Schmeisser wrote: > > Hi List, > > > > i tried to compile a rather simple Gtkmm app with static linking for > Windows > > platforms (compiling on a win box too). I used Mingw/Msys and the > > gtkmm-

Re: static linking on mingw/msys

2006-10-13 Thread Michael Torrie
On Fri, 2006-10-13 at 21:10 +0200, Martin Schmeisser wrote: > Hi List, > > i tried to compile a rather simple Gtkmm app with static linking for Windows > platforms (compiling on a win box too). I used Mingw/Msys and the > gtkmm-devel and gtk-devel installers from the net. > I can compile my app wi

static linking on mingw/msys

2006-10-13 Thread Martin Schmeisser
Hi List, i tried to compile a rather simple Gtkmm app with static linking for Windows platforms (compiling on a win box too). I used Mingw/Msys and the gtkmm-devel and gtk-devel installers from the net. I can compile my app with dynamic linking without any errors : $ g++ polarizer.cpp -o polarize