---- Duncan Groenewald <duncangroenewald at xtra.co.nz> wrote:
> Oops - seems I needed to add /usr/sfw/bin to the PATH environment variable -
> fixes the gcc not found error but same error with make
>
> bash-3.00# PATH=$PATH:/usr/sfw/bin:
> bash-3.00# ./configure
> Source path /root/Downloads/kqemu/kqemu
> C compiler gcc
> Host C compiler gcc
> make gmake
> host CPU i386
> bash-3.00# make kqemu32
> make: Fatal error in reader: Makefile, line 2: Unexpected end of line seen
> bash-3.00#
The answer is in the configure log. On Solaris, you must use
gmake.
Please read the following page, and all the other readme's on the
opensolaris qemu project page.
http://www.opensolaris.org/os/project/qemu/host