Itzik Harel <[EMAIL PROTECTED]> writes: > The make output is attached. I checked out Eric's suggestion, there is no > trace of nooption MAX_CPUS.
In ``src/arch/i386/config/make.base'' there is ``option MAX_CPUS=1'' ``NLBConfig.py'' puts this value in ``Makefile.settings'' ``Makefile'' puts this value in ``ldoptions''. MAX_CPUS is not set in ldoptions. Therfore one of two things is happening. Either MAX_CPUS is being set to a nonnumeric value, or it is being unset. A quick look at ``Makefile.settings'' should answer that question. With your ldoptions file the error is 100% reproducible here, so it doesn't appear to be a difference in tool versions. I hope this helps to track the problem down. Eric
