<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 29 Oct 2022, 10:49 Jaroslav Fojtik via cfarm-users, <<a href="mailto:cfarm-users@lists.tetaneutral.net">cfarm-users@lists.tetaneutral.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear cfarm users,<br>
<br>
I have attempted to compile my code on gcc211.<br>
<br>
./configure <br>
runs well.<br>
<br>
But there is some problem, that autoconf macro:<br>
<br>
@SET_MAKE@<br>
<br>
Does not work properly. It expands to "make", but make is not installed on system.<br>
There is "gmake". May be that this is a wrong configuration of target system(s).<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">No, that's how Solaris is supposed to work. Other packages on Solaris expect the native make (found in the paths Bruno pointed out) so making GNU Make found in PATH by default would break things.</div><div dir="auto"><br></div><div dir="auto">If your code requires GNU Make, it's up to you to ensure it will be found/used by adjusting the environment for your configure script, not by making system-wide changes.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
May be that this is a bug of autoconf.<br>
<br>
I have attempted to run<br>
  autoconf<br>
<br>
to refresh configure script, but the problem is still here.<br>
<br>
May be that something is not configured properly on gcc210 or gcc211?<br>
Do you have any idea?<br>
<br>
----------------------------------<br>
<br>
gcc202 seems to have properly configured make.<br>
<br>
thank you very much<br>
   Jara<br>
<br>
<br>
PS: I need to test on hiendian system.<br>
<br>
_______________________________________________<br>
cfarm-users mailing list<br>
<a href="mailto:cfarm-users@lists.tetaneutral.net" target="_blank" rel="noreferrer">cfarm-users@lists.tetaneutral.net</a><br>
<a href="https://lists.tetaneutral.net/listinfo/cfarm-users" rel="noreferrer noreferrer" target="_blank">https://lists.tetaneutral.net/listinfo/cfarm-users</a><br>
</blockquote></div></div></div>