Sunanda Menon wrote:
> Hi ,
>>
>> I would like to know if I can use /usr/sfw/bin/gmake instead of
>> /usr/ccs/bin/make for compilation of mysql5.1 for solaris.
>> I'm running into compilation issues for mysql5.1 using
>> /usr/ccs/bin/make .
You can use gmake to build components in the SFW consolidation. Please
use "$(GMAKE)" to refer to it in your Makefile.sfw. Ex:
(cd $(VER) ; env \
...
MAKE=$(GMAKE) \
$(GMAKE) all)
-Norm
