QUESTION ABOUT SOLARIS SPARC

I HAVE UPDATED OPEN GL, AND I HAVE SOLARIS SPARC.

BUT WHEN I RUNNED BLENDER, I GOT THIS MESSAGE “ld.so.1: /archivos/vol02/ii102905/blender/blender: fatal: libstdc++.so.2.10.0: open failed: No such file or directory”

WHAT IS THAT FILE NOT FOUND???

OR WHAT AM I MISSING TO BE ABLE TO RUN BLENDER??

You need: ‘libstdc++.so.2.10.0’
At the command line try: ‘locate libstdc++.so.2.10.0’

A possible source for ‘libstdc++.so.2.10.0’: http://rpmfind.net/linux/RPM/helix/ximian-gnome/solaris-7-sun4/libstdc++-2.10.0-1.ximian.1.sparc.html

The missing file is the Standard Template library for gcc. I had the same problem on my Sun Ultra60. It was fixed when I had the gcc compiler/libraries upgraded to 2.95.3 20010315. I don’t think a standard Sun distro has gcc. This is my work computer, so I asked my sysadmin to do the upgrade and thus I don’t know the details of the upgrade.

Nicholas

Also try ‘ldd /your/path/to/blenderpublisher’

You can get gcc here:
http://www.sunfreeware.com/programlist.html

I had the same error when I upgraded gcc from 2.95 to 3.2 recently. I fixed the problem by:

(1) uninstall gcc3.2 (which includes libgcc)
(2) reinstalling gcc 2.95 and libgcc
(3) take a copy of the appropriate library
(4) uninstall gcc 2.95 and libgcc
(5) reinstall gcc3.2
(6) add copied libraries to /usr/local/lib

You can get all the necessary packages for use with pkgadd and pkgrm from http://www.sunfreeware.com

apologies for typo: for libgcc read libstdc++