--- /usr/lib/vmware/lib/wrapper-gtk24.sh.BAX 2005-12-11 18:35:23 +0200 +++ /usr/lib/vmware/lib/wrapper-gtk24.sh 2006-02-27 14:30:42 +0200 @@ -231,7 +231,7 @@ # Dot releases of g++ keep breaking binary compatibility. Unconditionally use # the C++ libraries we compiled with the same compiler. # -vm_append_lib 'libgcc_s.so.1' +#vm_append_lib 'libgcc_s.so.1' vm_append_lib 'libstdc++.so.5' vm_append_lib 'libsigc-2.0.so.0' vm_append_lib 'libglibmm-2.4.so.1' @@ -248,7 +248,7 @@ # Redhat-7.3 doesn't have libpng12.so.0. the executable doesn't link to # it directly, so we explicitly include it here # -vm_append_lib 'libpng12.so.0' +#vm_append_lib 'libpng12.so.0' # # When environment variable VMWARE_USE_SHIPPED_GTK is set to "force", we