[Orca-dev] Orca Rev 194 Updates Submission
Blair Zajac
blair at orcaware.com
Tue Jan 14 15:53:16 PST 2003
Sean O'Neill wrote:
>
> I've tested this on a Solaris 9 12/02 system on an Ultra 5.
>
> Installation went fine except for problem with perl 5.8.0 package from
> Sunfreeware.com causing RRD Perl module grief (or problem with RRD Perl
> module - not sure which). I had to modify the RRD perl module configure
> script as follows - from this:
>
> PROBLEMCC=`$PERL -e 'use Config; exit 0 if -x $Config{cc}; map {if
> (-x "$_/$Config{cc}"){exit 0}} split /:/, $ENV{PATH};print $Config{cc}'`
> if test x$PROBLEMCC != x; then
>
> To this:
> PROBLEMCC=`$PERL -e 'use Config; exit 0 if -x $Config{cc}; map {if
> (-x "$_/$Config{cc}"){exit 0}} split /:/, $ENV{PATH};print $Config{cc}'`
> PROBLEMCC=
> if test x$PROBLEMCC != x; then
>
> The current Perl 5.8.0 package at Sunfreeware has a funky cc= value in a
> perl -V output. Specifically:
>
> Compiler:
> cc='gcc -B/usr/ccs/bin/', ccflags ='-fno-strict-aliasing
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
>
> The -B value in the cc= messes up the configure script for rrdtool. A perl
> 5.8.0 I compiled with gcc on another system doesn't have this cc= value and
> RRD installed fine. Looks this is related to how the Sunfreeware version
> of Perl was installed.
Sean,
How does it mess up configure?
I can't really do anything about issues with RRDtool. They are best
reported to the rrd-users mailing list at
http://people.ethz.ch/~oetiker/webtools/rrdtool/mailinglists.html
If you do send email there, please cc orca-dev also.
I'll take a look at the diffs shortly.
Best,
Blair
--
Blair Zajac <blair at orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/
More information about the Orca-dev
mailing list