On BSD systems (like FreeBSD) make is BSD Make and gmake is GNU Make.
On GNU systems (like Debian) make is GNU Make and pmake is BSD Make.
Make on debian is make, available on package 'make'. gmake is only
available on 'freebsd-buildutils' (on debian you need it if you want
to have kFreeBSD)
Package description:
"This package contains the FreeBSD counterparts of some standard build
utilities (make, yacc, lex ..) "
So, make in most l
Actually, make on debian and most linux systems *is*
gmake.
Kind Regards
Moritz
On Sat, Dec 12, 2009 at 02:26:02PM +, Jacob Todd wrote:
> On Sat, Dec 12, 2009 at 05:19:01PM +0100, Julien Steinhauser wrote:
> > Hello,
> >
> > trying out freebsd, I wanted to install surf on it
> > so i added webkit-gtk and gtk-2.0, i changed the value in config.mk
> > from /usr/include/ and
On Sat, Dec 12, 2009 at 05:19:01PM +0100, Julien Steinhauser wrote:
> Hello,
>
> trying out freebsd, I wanted to install surf on it
> so i added webkit-gtk and gtk-2.0, i changed the value in config.mk
> from /usr/include/ and /usr/lib to /usr/local/include and /usr/local/lib
> to reflect the loca
Hello,
trying out freebsd, I wanted to install surf on it
so i added webkit-gtk and gtk-2.0, i changed the value in config.mk
from /usr/include/ and /usr/lib to /usr/local/include and /usr/local/lib
to reflect the location change from debian to freebsd,
then launch the make clean install command a