William Trenker wrote:

> From the googling I've done I see there is some mention of 'anonymous version tags' 
> issues when using the -version-script option with ld.  But I have no idea what to do 
> about this.  Should I try the recently announced gtk+-2.3.1 release?

I tried building gtk+-2.3.1 and I get the same 'anonymous version tag' error:

<snip>
echo "{ global:" > .libs/libgdk_pixbuf-2.0.ver
 cat .libs/libgdk_pixbuf-2.0.exp | sed -e "s/\(.*\)/\1;/" >> 
.libs/libgdk_pixbuf-2.0.ver
 echo "local: *; };" >> .libs/libgdk_pixbuf-2.0.ver
 gcc -shared  .libs/gdk-pixbuf.o .libs/gdk-pixbuf-animation.o .libs/gdk-pixbuf-data.o 
.libs/gdk-pixbuf-io.o .libs/gdk-pixbuf-loader.o .libs/gdk-pixbuf-scale.o 
.libs/gdk-pixbuf-util.o .libs/gdk-pixdata.o .libs/gdk-pixbuf-enum-types.o 
-Wl,--whole-archive pixops/.libs/libpixops.a -Wl,--no-whole-archive  -L/usr/lib 
/usr/lib/libgmodule-2.0.so -ldl /usr/lib/libgobject-2.0.so /usr/lib/libglib-2.0.so -lm 
 -mcpu=i386 -Wl,--export-dynamic -Wl,-soname -Wl,libgdk_pixbuf-2.0.so.0 
-Wl,-version-script -Wl,.libs/libgdk_pixbuf-2.0.ver -o 
.libs/libgdk_pixbuf-2.0.so.0.301.0
/usr/i386-pc-linux/bin/ld: anonymous version tag cannot be combined with other version 
tags
collect2: ld returned 1 exit status
make[4]: *** [libgdk_pixbuf-2.0.la] Error 1
<snip>

Is there some debugging info I should be investigating?

Bill

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to