On Tue 30 Jan 2001, Jim TheVoice wrote: > cc -c -I../src -I../gd1.3 -xO3 -xdepend -DVERSION=\"1.000281\" -DXS_VERS > ION=\"1.000281\" -KPIC -I/usr/perl5/5.00503/sun4-solaris > /CORE -DPERLPATCHLEVEL=5 RRDs.c > /usr/ucb/cc: language optional software package not installed
On Solaris, the C compiler isn't bundled; you have to pay lots of money for it. The obvious alternative is to use gcc, which is downloadable in pkg format from http://www.sunfreeware.com/ That works fine, I compiled rrbtool yesterday on Solaris with gcc without any problems :-) Even using /usr/ccs/bin/make worked for the standard stuff (only when passing DESTDIR etc. to make it install in a subdirectory did the standard make fail to do the expected). Paul Slootman -- home: [EMAIL PROTECTED] http://www.wurtel.demon.nl/ work: [EMAIL PROTECTED] http://www.murphy.nl/ debian: [EMAIL PROTECTED] http://www.debian.org/ isdn4linux: [EMAIL PROTECTED] http://www.isdn4linux.org/ -- 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
