Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2015 09:02:15 -0600
From:      Doug McIntyre <merlyn@geeks.org>
To:        Will Senn <will.senn@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: gnu make and gcc
Message-ID:  <20151118150215.GB19167@geeks.org>
In-Reply-To: <564C91DA.3040909@gmail.com>
References:  <564C91DA.3040909@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 18, 2015 at 08:57:30AM -0600, Will Senn wrote:
> Is it ok to install gnu make and gcc on FreeBSD 10.2? and is it safe to 
> do so? Or, will it cause confusion with the system provided toolset? I 
> am trying to build the simh PDP simulator on freebsd and the makefile is 
> a gnu makefile.

Sure, in addition to 'cc' and 'make', you'll have 'gcc' and 'gmake' if
you install those packages. GNU Make is almost always installed by me.
GCC not so much, you may want to try the clang 'cc' first to see if it'll
compile what you need first. 

BTW: simh is already a prebuilt package as well, not sure if with the
options you need.








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