Nathan Reed <[EMAIL PROTECTED]> writes: > I have run across this error in the Perl 5.8.7. package, the mod_perl > package, and a series of other perl modules. I am running Solaris 10 > on a Sun T-2000 with an 8 core chip. I have loaded the GCC 3.3 > package from sunfreeware.com along with a host of other necessary > packages for compiling/installation.
I cannot reproduce the problem with /usr/sfw/bin/gcc (Solaris 10, sparc, the installation was last patched on Oct 20). "/usr/sfw/bin/gcc --version" claims that it is gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath). "configure; make; make check" works just fine. My guess is is that it's a problem with the GCC installation at your site. Anyway, I don't know why one would bother with GCC 3.3 on Solaris 10, given that GCC 3.4.3 comes standard from Sun. > LD_LIBRARY_PATH=/usr/lib:/usr/local/lib:/lib:/usr/ucblib:/usr/ccs/lib:/ > usr/local/mysql/lib:/usr/local/BerkeleyDB.4.2/lib:/opt/lib/cobol Using LD_LIBRARY_PATH is a baaaad idea on Solaris. But it's your funeral.....
