The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 05-25-2007
reborg's Avatar
reborg reborg is offline
Administrator
 

Join Date: Mar 2005
Location: Ireland
Posts: 3,824
Quote:
Originally Posted by formyz
please gnu make replace solaris's make
Why?

The make installed by default ( /usr/ccs/make ) is not really used for building software. The one that comes with SunStudio (dmake) is the one that should be used.

The only real reason for using gmake is to compile code which uses gnu makefile which do not always follow proper makefile rules. Often makefiles that require gnu make also require the entire gnu build chain, and these do not comply with standards, where Sun versions do.
Reply With Quote