On Tue, Jan 23, 2001 at 03:25:04PM -0500, Jim TheVoice wrote:
> # sh configure
> configure: warning: tclConfig.sh not found - Tcl interface won't be built
> s2.8
> checking target system type... sparc-sun-solaris2.8
...

...
> # make
> Making all in cgilib-0.4
...
> cd perl-piped && make
> cd perl-shared && make
> cc -c -I../src -I../gd1.3  -xO3 -xdepend     -DVERSION=\"1.000281\"  -DXS_VE
> RSION=\"1.000281\" -KPIC -I/usr/perl5/5.00503/sun4-solar
> is/CORE -DPERLPATCHLEVEL=5 RRDs.c
> /usr/ucb/cc:  language optional software package not installed

  For some reason in that directory your "make" is not correctly
inheriting the use of gcc in place of cc, which autoconf figures out
above (and which must be getting used in the other directories or they
wouldn't compile.)  Hence you get the Sun default C compiler, which is
to have none.  [snort] Solaris!

  On a hunch, you might try redoing the make with gmake, if you have
that installed.  Otherwise, try explicitly executing that step with the
compiler set:

  cd perl-shared && make CC=gcc

  -- Clifton

-- 
 Clifton Royston  --  LavaNet Systems Architect --  [EMAIL PROTECTED]
      The named which can be named is not the Eternal named.


--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to