[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] Compile error - RRDTOOL 1.2.19



Hi Shaun,

do you have gcc installed?
Just check with find / -name gcc -type f -ls and it should display something
like that:

22054Â 128 -r-xr-xr-xÂÂ 3 rootÂÂÂÂ binÂÂÂÂÂÂÂ 121804 Feb 22Â 2008
/usr/sfw/bin/gcc

If thats the case you just have to add /usr/sfw/bin (or whatever path is
displayed there) to your PATH environment variable.
Otherwise you have to install gcc.

HTH
Torsten

Shaun Phillips <tainted.soul69 (at) googlemail.com> hat am 19. Oktober 2009 um 13:07
geschrieben:

> Hi everyone,
> 
> Anyone else get this compiling Hobbit 4.2.3 on Solaris 10Â (zone)
> 
> *Checking for RRDtool ...
> gmake: gcc: Command not found
> gmake: *** [test-compile] Error 127
> Not RRDtool 1.0.x, checking for 1.2.x
> gmake: gcc: Command not found
> gmake: *** [test-compile] Error 127
> ERROR: RRDtool include files found in /usr/local/rrdtool-1.2.19/include, but
> compile fails.
> *
> 
> I've got rrdtool-1.2.19-sol10-sparc-local installed?