[dsc] complier Error Solaris 10 Fatal error: Command failed for target `ParseConfig.o'
Duane Wessels
wessels at measurement-factory.com
Wed Jan 23 17:27:05 UTC 2008
On Mon, 21 Jan 2008, BIDYUT KUMAR wrote:
> Hi,
> I am getting the following error while compling the collector on
> Solaris10 Spark.
> .....
> .....
> Making all in doc
> Making all in tests
> CC -g -Wall -DUSE_IPV6=1 -I ../TmfBase/Hapy/src/include -c ParseConfig.cc
> sh: CC: not found
> *** Error code 1
> make: Fatal error: Command failed for target `ParseConfig.o'
Looks like your Solaris system does not have a C++ compiler installed.
If you do have the Gnu C++ compiler (g++) installed then you can try
adding this line to the top of collector/dsc/Makefile:
CXX = g++
Duane W.
More information about the dsc
mailing list