[EMAIL PROTECTED] wrote: > I have upgraded my perl version to 5.6.1 before installing the gcc version 3.0.3. I >didn't uninstall GNU binutils or GAS. Yes, the path has been changed from usr/bin to >usr/local/bin. Please advice what next step should I do.
RTF -- Read the FAQs? http://xmlproj.dyndns.org/cgi-bin/fom It has a question and answer on Solaris 8. In case of doubt, download the Perl source and build and install it for yourself. Unless you're running an incredibly slow machine, it should only take about half an hour (probably less) to compile. Maybe a while to answer the configuration questions, but the answers should all be self-evident. Tip: if you plan to install Perl in /usr/perl/v5.6.1/bin, make sure the bin directory exists before you run Configure; it saves tediously answering 'yes' to the question "/usr/perl/v5.6.1/bin does not exist; are you sure you want to install in there". > Here's the output of perl -V: > > Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: > Platform: > osname=solaris, osvers=2.8, archname=sun4-solaris > uname='sunos solaris 5.8 generic sun4u sparc sunw,ultra-5_10 ' > config_args='-Dcc=gcc -de' [...] -- Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED]) Guardian of DBD::Informix 1.00.PC2 -- see http://dbi.perl.org/ #include <disclaimer.h>
