Attempting to run groff and it chokes stating it cant load or open libstdc++.so.2.10.0. I know all about LD_LIBRARY_PATH. The issue here is that this shared object (.so) file does not exist on the system.
I've been searching for a download site for this file and all I can find is source code. Worse yet, the only way (apparently) to compile libstdc++.so.2.10.0 is to download the gcc source and combine the libstdc++ source with the gcc source and do a significant amount of work. I've tried this with little success.
So, does anyone know where I can download a ready to use libstdc++.so.2.10.0 for Solaris 8 (both Sparc and Intel)? Searching the web with google.com gives me many many pages of results most of which deal with the LD_LIBRARY_PATH issue and after searching 20 pages of search results I did not find a single reference to a download site for the ready to use .so file.
If not, can you give me pointers beyond what is included in the gcc and libstdc++ source downloads as to how to build this .so file?
thanks
I've been searching for a download site for this file and all I can find is source code. Worse yet, the only way (apparently) to compile libstdc++.so.2.10.0 is to download the gcc source and combine the libstdc++ source with the gcc source and do a significant amount of work. I've tried this with little success.
So, does anyone know where I can download a ready to use libstdc++.so.2.10.0 for Solaris 8 (both Sparc and Intel)? Searching the web with google.com gives me many many pages of results most of which deal with the LD_LIBRARY_PATH issue and after searching 20 pages of search results I did not find a single reference to a download site for the ready to use .so file.
If not, can you give me pointers beyond what is included in the gcc and libstdc++ source downloads as to how to build this .so file?
thanks