Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

downloading libstdc++.so.2.10.0?

Status
Not open for further replies.

MarkBox

Technical User
Joined
Apr 17, 2001
Messages
46
Location
US
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 :)



 
anyone, anyone, Bueller? :)
 
Hey man I felt your pain, and I foud it for download
ftp.ibiblio.org/pub/solaris/freeware/sparc/8/

and there you will find libraries, OSS and much more!

-h
 
wow, thanks :-)

good resource.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top