Solaris compiler setup ?

Magnus Ihse Bursie magnus.ihse.bursie at oracle.com
Fri Oct 26 03:13:07 PDT 2012


On 2012-10-23 04:41, David Holmes wrote:
> On 23/10/2012 10:13 AM, Magnus Ihse Bursie wrote:
>> The compiler detection has changed a lot lately. Is this still a 
>> problem for you? If so, do you get a more descriptive output?
>
> I can't tell as the make discovery logic is now broken:
>
> checking for gmake... /usr/sfw/bin/gmake
> configure: Testing potential make at /usr/sfw/bin/gmake, found using 
> gmake in PATH
> configure: The path of FOUND_MAKE, which resolves as 
> "/usr/sfw/bin/gmake", is not found.
> configure: error: Cannot locate the the path of FOUND_MAKE
>
> But gmake is there:
>
>  > which gmake
> /usr/sfw/bin/gmake

This is a bit odd. My guess is that we're doing the following, and it 
fails: "which /usr/sfw/bin/gmake". (Maybe you can try that manually?)

I have just pushed a patch to build-infra that will detect if this is 
the case, and if so just use /usr/sfw/bin/gmake directly. You are 
encouraged to pull the latest build-infra and try it. :-)

/Magnus



More information about the build-infra-dev mailing list