Hello David,On Mon, Jul 07, 2003 at 01:43:56PM -0400, David Rosendale wrote: > Hello, > > I keep getting an error trying to configure on Solaris 8, using gcc 3.3. > It keeps telling me to install libstdc++, which is supposed to be included > with gcc. I read on the faq to set ldflags and ld_run_path but that did not > seem to work, or maybe I did it incorrectly. Is there something else I can > try to get this to configure? Do you get this error during compile time or during rundig time? In case of the first you need to set your runtime linking path with crle, e.g. # crle -c /var/ld/ld.config -l /usr/lib:/usr/local/lib:/usr/ucblib:/usr/openwin/lib:/usr/dt/lib... In case of the last problem (deploying the freshly compiled htdig to another Solaris 8 machine without gcc) you will need the libgcc PKG from sunfreeware.com or a mirror like ftp://sunsite.cnlab-switch.ch/mirror/solaris-freeware/sparc/8/libgcc-3.3-sol8-sparc-local.gz which you can install as an ordinary PKG and then you need to extend the library path with crle as told above. There you will find all necessary libstdc++ versions, including the 64bit ones: drwxr-xr-x 2 bin bin 512 Jun 4 10:53 sparcv9 -rw-r--r-- 1 bin bin 8076792 May 1 13:04 libstdc++.so.5.0.3 -rw-r--r-- 1 bin bin 8367032 Aug 29 2002 libstdc++.so.5.0.0 -rw-r--r-- 1 bin bin 7042052 Aug 29 2002 libstdc++.so.4.0.0 -rw-r--r-- 1 bin bin 2163500 Aug 29 2002 libstdc++.so.3.0.2 -rw-r--r-- 1 bin bin 2156393 Aug 29 2002 libstdc++.so.3.0.1 -rw-r--r-- 1 bin bin 4990856 Aug 29 2002 libstdc++.so.3.0.0 -rw-r--r-- 1 bin bin 2006516 Aug 29 2002 libstdc++.so.2.8.1.1 -rw-r--r-- 1 bin bin 2294072 Aug 29 2002 libstdc++.so.2.10.0 -rw-r--r-- 1 bin bin 1099 May 1 13:04 libstdc++.la -rw-r--r-- 1 bin bin 2239748 Aug 29 2002 libstdc++.a.2.10.0 -rw-r--r-- 1 bin bin 8328912 May 1 13:04 libstdc++.a -rw-r--r-- 1 bin bin 749272 May 1 13:04 libgcc_s.so.1 > > Thank you, You're welcome :) Yours, Martin -- -------------------------------------------------------- arago AG, Institut fuer komplexes Datenmanagement Am Niddatal 3, 60488 Frankfurt/Main, [EMAIL PROTECTED] Tel. 069/405680, Fax 069/40568111, http://www.arago.de --------------------------------------------------------
pgp00000.pgp
Description: PGP signature

