Hi all,<br>I&#39;m attempting to compile 5.2.4 on SunOS<br><br>make: Fatal error: Command failed for target `all-recursive&#39;<br><br>The following command caused the error:<br>failcom=&#39;exit 1&#39;; \<br>for f in x $MAKEFLAGS; do \<br>
  case $f in \<br>    *=* | --[!k]*);; \<br>    *k*) failcom=&#39;fail=yes&#39;;; \<br>  esac; \<br>done; \<br>dot_seen=no; \<br>target=`echo all-recursive | sed s/-recursive//`; \<br>list=&#39;src &#39;; for subdir in $list; do \<br>
  echo &quot;Making $target in $subdir&quot;; \<br>  if test &quot;$subdir&quot; = &quot;.&quot;; then \<br>    dot_seen=yes; \<br>    local_target=&quot;$target-am&quot;; \<br>  else \<br>    local_target=&quot;$target&quot;; \<br>
  fi; \<br>  (cd $subdir &amp;&amp; make  $local_target) \<br>  || eval $failcom; \<br>done; \<br>if test &quot;$dot_seen&quot; = &quot;no&quot;; then \<br>  make  &quot;$target-am&quot; || exit 1; \<br>fi; test -z &quot;$fail&quot;<br>
make: Fatal error: Command failed for target `all-recursive&#39;<br>Current working directory /SYMPHONY-5.2.4/Cgl<br>*** Error code 1<br>The following command caused the error:<br>failcom=&#39;exit 1&#39;; \<br>for f in x $MAKEFLAGS; do \<br>
  case $f in \<br>    *=* | --[!k]*);; \<br>    *k*) failcom=&#39;fail=yes&#39;;; \<br>  esac; \<br>done; \<br>dot_seen=no; \<br>target=`echo all-recursive | sed s/-recursive//`; \<br>list=&#39;CoinUtils Data/Sample Osi Cgl Clp SYMPHONY&#39;; for subdir in $list; do \<br>
  echo &quot;Making $target in $subdir&quot;; \<br>  if test &quot;$subdir&quot; = &quot;.&quot;; then \<br>    dot_seen=yes; \<br>    local_target=&quot;$target-am&quot;; \<br>  else \<br>    local_target=&quot;$target&quot;; \<br>
  fi; \<br>  (cd $subdir &amp;&amp; make  $local_target) \<br>  || eval $failcom; \<br>done; \<br>if test &quot;$dot_seen&quot; = &quot;no&quot;; then \<br>  make  &quot;$target-am&quot; || exit 1; \<br>fi; test -z &quot;$fail&quot;<br>
make: Fatal error: Command failed for target `all-recursive&#39;<br><br><br><br><br><br>I ran ./configure (no options), then make on a SunOs 5.10 and received that error. <br>Do I need to change anything?<br>