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
>
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
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
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-
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
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