Hi all,

slightly off-topic, but I have plugins that work fine on Linux, They are
linked using:

$(LIBTOOL) --mode=link $(CC) -module $(LIBS) -shared -o $@ $(LOBJECTS)

the plugins call functions from the main binary. This is no problem on
Linux.

But on cygwin/win32 the linking stage fails because of unresolved
symbols, and these symbols are the stymbols from the main application.
How can I fix the linking stage on cygwin/win32 ??

regards,
        Olivier
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to