<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
    <title></title>
  </head>

  <body>
    Hi Shaun,<br />
    <br />
    do you have gcc installed?<br />
    Just check with find / -name gcc -type f -ls and it should display something like that:<br />
    <br />
    22054  128 -r-xr-xr-x   3 root     bin        121804 Feb 22  2008 /usr/sfw/bin/gcc<br />
    <br />
    If thats the case you just have to add /usr/sfw/bin (or whatever path is displayed there) to your PATH environment variable.<br />
    Otherwise you have to install gcc.<br />
    <br />
    HTH<br />
    Torsten<br />
    <br />
    Shaun Phillips <tainted.soul69@googlemail.com> hat am 19. Oktober 2009 um 13:07 geschrieben:<br />
    <br />
    > Hi everyone,<br />
    > <br />
    > Anyone else get this compiling Hobbit 4.2.3 on Solaris 10  (zone)<br />
    > <br />
    > *Checking for RRDtool ...<br />
    > <strong>gmake: gcc: Command not found</strong><br />
    > gmake: *** [test-compile] Error 127<br />
    > Not RRDtool 1.0.x, checking for 1.2.x<br />
    > gmake: gcc: Command not found<br />
    > gmake: *** [test-compile] Error 127<br />
    > ERROR: RRDtool include files found in /usr/local/rrdtool-1.2.19/include, but<br />
    > compile fails.<br />
    > *<br />
    > <br />
    > I've got rrdtool-1.2.19-sol10-sparc-local installed?<br />
  </body>
</html>