Havoc Pennington wrote: > > Flavio Alberto Lopes Soares <[EMAIL PROTECTED]> writes: > > LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -static -o $@ > > > > but when I compile/link using make it says this error message: > > > > /usr/bin/ld: cannot find -lgdk_imlib > > collect2: ld returned 1 exit status > > > > but when compiling dynamically (without -static option) it compiles > > normally, the gdk_imlib exists, what I doing wrong ? > > Maybe you don't have a static version of gdk_imlib? Do you have > libgdk_imlib.a?
Really, I has only libgdk_imlib.so, where can I obtain this libgdk_imlib.a ? Thanks for help Flavio Alberto > > Havoc _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
