FreeBSD as a xen host

C. P. Ghost cpghost at cordula.ws
Sun Nov 7 13:01:16 UTC 2010


On Sun, Nov 7, 2010 at 1:54 PM, Tim Dunphy <bluethundr at gmail.com> wrote:
> Hello,
>
>  I am attempting to turn my two FreeBSD hosts into xen hosts that can
> run some vms. I am using this guide:
>
> http://wiki.freebsd.org/FreeBSD/Xen
>
> I get down to this step:
>
> cd xen-3.3-testing.hg ; make world && make install
>
> and it fails to build:
>
> [root at LBSD2:/tmp/xen-3.2-testing.hg]#make world && make install
> "Makefile", line 9: Need an operator
> "Config.mk", line 12: Missing dependency operator
> "Config.mk", line 14: Need an operator
> "Config.mk", line 31: Could not find /config/.mk
> "Config.mk", line 32: Could not find /config/.mk
> "Config.mk", line 34: Missing dependency operator
> "Config.mk", line 37: Need an operator
> "Config.mk", line 53: Need an operator
> Error expanding embedded variable.

Just guessing: it looks like you need to use gmake instead of make.

> Does anyone have any advice on how to get this to work?
>
> thanks!

-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/


More information about the freebsd-questions mailing list