Re: New release of GTK+ libraries (1.3.12)



Hallo Gerrit,

Am 2002-01-05 um 21:07 schriebst du:

>> GLib 1.3.12     (http://www.gtk.org)

> [...]

>> Comments should be sent to:

>>  GLib, GTK+: gtk-devel-list gnome org
>>              http://mail.gnome.org/mailman/listinfo/gtk-devel-list

> Oki,doki:

One more:

After configuring without the --disable-nls option i get this in
glib/Makefile:
...
G_LIBS_EXTRA = -luser32 -lwsock32 -lkernel32
...
libglib_1_3_la_LIBADD = libcharset/libcharset.la giounix.lo gspawn.lo gwin32.lo  -liconv -luser32 -lwsock32 -lkernel32
...

These are not needed on/with Cygwin (cygwin1.dll is a posix-layer and
substitutes all needs to link against windows libs).
It compiles without these libs, no problems after I removed them (in
fact I had problems with them, libtool complained because these three
libs aren't recognized as importlibs but as static ones by libtool and
so it refuses to create a cygglib-x.dll).


PATCH:
======
--- configure.in.orig   Sat Jan  5 23:02:57 2002
+++ configure.in        Sat Jan  5 23:02:48 2002
@@ -1496,9 +1496,6 @@
 dnl **********************
 
 case $host in
-  *-*-cygwin*)
-       G_LIBS_EXTRA="-luser32 -lwsock32 -lkernel32"
-    ;;
   *-*-mingw*)
        G_LIBS_EXTRA="-lwsock32"
     ;;


=======

Besides this little `bug' it builds OOTB;)


Gerrit
-- 
=^..^=                                        mailto:gp familiehaase de




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]