[Sunhelp] gcc on Sun OS 5.7
    james at lasolas.com 
    james at lasolas.com
       
    Tue Nov  9 15:36:59 CST 1999
    
    
  
John Barneson wrote:
> Since standard Solaris doesn't come with a c compiler(strange?!) I proceeded
> to put gcc, stdlibc, and gnu make on it.
> 
> However, all my Sendmail 8.x builds fail because 'make' can't be found. I
> know the gnu make binary is 'gmake' which I'm sure has something to do with
> it. I use absolute paths when triggering the make (/usr/local/bin/gmake) and
> I'm off and running but it dies with a type 1 error, 'make' can't be found
 
Don't use the absolute path.  Put /usr/local/bin in your PATH.  Make is
being called from within the Makefile.  There is also a make in
/usr/ccs/bin.
James Roth
    
    
More information about the SunHELP
mailing list