Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Mar 2008 15:49:38 -0500
From:      Reid Linnemann <lreid@cs.okstate.edu>
To:        Eduardo Cerejo <ejcerejo@optonline.net>
Cc:        FreeBSD-questions@FreeBSD.org
Subject:   Re: Gcc and make not producing executable
Message-ID:  <47E17C62.8040105@cs.okstate.edu>
In-Reply-To: <20080319162309.5fce0b9c.ejcerejo@optonline.net>
References:  <20080318225936.9ef5af16.ejcerejo@optonline.net>	<47E0B4FA.1070605@boosten.org> <20080319162309.5fce0b9c.ejcerejo@optonline.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Written by Eduardo Cerejo on 03/19/08 15:23>>
>> gmake does the trick.
> 
> Indeed it did.  Can you tell me what the main differences is between make and gmake in terms of "making"?  I can see that gmake is gnu's version of make, is FreeBSD's gmake the same as linux's make?
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"

On Linux systems, there is no base system 'make', so GNU make is
installed as 'make'. On FreeBSD systems, there is a base system make
that is maintained by the FreeBSD project, so GNU make is installed as
'gmake'. The main differences in making with them is that GNU make and
FreeBSD make accept different arguments, and their makefile syntaxes
have discrepancies.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47E17C62.8040105>