From owner-freebsd-questions@FreeBSD.ORG Wed Mar 19 23:32:32 2008 Return-Path: Delivered-To: FreeBSD-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDBEF106566C for ; Wed, 19 Mar 2008 23:32:32 +0000 (UTC) (envelope-from ejcerejo@optonline.net) Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.4.196]) by mx1.freebsd.org (Postfix) with ESMTP id AB2068FC13 for ; Wed, 19 Mar 2008 23:32:32 +0000 (UTC) (envelope-from ejcerejo@optonline.net) Received: from localhost (ool-44c03822.dyn.optonline.net [68.192.56.34]) by mta1.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with SMTP id <0JY00055F427CCN0@mta1.srv.hcvlny.cv.net> for FreeBSD-questions@FreeBSD.org; Wed, 19 Mar 2008 19:32:32 -0400 (EDT) Date: Wed, 19 Mar 2008 19:32:29 -0400 From: Eduardo Cerejo In-reply-to: <47E17C62.8040105@cs.okstate.edu> To: Reid Linnemann Message-id: <20080319193229.e56d0a0f.ejcerejo@optonline.net> MIME-version: 1.0 X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: <20080318225936.9ef5af16.ejcerejo@optonline.net> <47E0B4FA.1070605@boosten.org> <20080319162309.5fce0b9c.ejcerejo@optonline.net> <47E17C62.8040105@cs.okstate.edu> Cc: FreeBSD-questions@FreeBSD.org Subject: Re: Gcc and make not producing executable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2008 23:32:33 -0000 > 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. What kind of documentation is available on FreeBSD's make, other than the man page? I was browsing through /usr/share/doc/ but I didn't see anything related to make. I saw pmake but not make.