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

Re: Trouble building on Sun4-Solaris 5.7/g++2.95





> Thanks for your timely reply!
> 
> ta_TA_type.h is not empty, but it
> is missing TA_taNBase and some
> others, although TA_Base is there. I
> guess this means that cpp is not run to
> expand the TA_BASEFUNS macro? The
> Makefile.defs has 'cccp' as the pre-processor.
> Should this be 'cpp' ?

Yes (or it least it does under Linux, and under earlier versions of
Solaris). Find out where g++'s version of cpp is and put the full
pathname of that into the relevant variable in the makefile. Typing
g++ -v should tell you where the "specs" directory is. The parent of
that directory should contain cpp.

James