On Sun, Nov 7, 2010 at 1:54 PM, Tim Dunphy <bluethu...@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:
>
> [r...@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/
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to