发新话题
打印

紧急求助!!如何在LINUX下编译FreeBSD?

有一份FREEBSD的源代码,想在LINUX下把它编译了安装,可是总有错,据说是要用FREEBSD的make编译才行,谁能告诉我哪有FREEBSD版的make?或者告诉我怎么在linux下编译安装freebsd也行

Makefile的一部分语句,出错总停在.if、..for等带点的关键词处
.if (!make(world)) && (!make(buildworld)) && (!make(installworld))
MAKEFLAGS:=     ${.MAKEFLAGS} -m ${.CURDIR}/share/mk
.endif
      

TOP

FreeBSD developed its own "make" facility, namely make world or build world. And the compilers may be different between FreeBSD and Linux (Linux has nasty c compiler development history, right? If you want to build FreeBSD, why not simply install it together with Linux (dual booting)? What I know is that you can install an ABI for Linux binary compatibilty on FreeBSD so you can run Linux applications (Netscape, Oracle, etc) from a FreeBDF system.       

TOP

发新话题