---- scott stanley <lepton00 at hotmail.com> wrote: 
> Hello all,
> 
> I?ll be very quick so as not to waste anyone?s time. Any answers to my ??s 
> should 
> take into account that I?m pretty new to command line stuff, and utterly 
> ignorant to 
> the inner workings of unix (I've been using Linus for about 2 years as an end 
> user).

Well, you have the basics, so this shouldn't be rocket science.

> I?m running Open Solaris build 73 on AMD64 Opteron (Ultra20).
>
> I downloaded the prepackaged builds of qemu (?QEMU CVS Code drop ? 
> 2007/06/12?) 
> and kqemu (?KQEMU CVS Code drop ? 2007/05/20?).

Those are not prepackaged builds, they are the source code drops.

>
> First, where is the best place to extract to (and what argument[s] should I 
> use)

something like /export/src/ or your home directory, or even /var/tmp if you're 
not planning
on keeping the code around.

> Second, should I paste this code into the terminal verbatim:
> ./configure ?prefix=/opt/qemu ?target-list=x86_64-softmmu,i386-softmmu 
> ?disable-gcc-check
> gmake install

Yes

> In my initial attempt, I untarred the archive into /opt, changed to that 
> directory, 
> and entered the first line of code verbatim. However I got this error:

Untarring it to /opt is a bad move.  if you are intending on installing it 
there,
then you need to put the source somewhere else.

> ERROR: "gcc" either does not exist or does not work

Did you bother to read the "Building QEMU on Solaris" page on the 
opensolaris.org
QEMU project page.  It tells you how your path is supposed to be configured.

see: http://www.opensolaris.org/os/project/qemu/host/

> Any hand-holding would be TREMENDOUSLY appreciated.

Read all the pages at http://www.opensolaris.org/os/project/qemu

> As an additional qemu question; how do you all think CAD software 
> (SolidWorks, 
> Unigraphics, Catia) would run on a Windows XP64 guest under my Solaris 64 
> host? 

It's hard to tell.

> Certainly I'm not expecting equivalent performance, but fair?

With the KQEMU module, you should get fairly good performance, unless those
application are very graphics intensive, given that QEMU only supports VESA and
the CIrrus Logic GDM5446.

Ben

Reply via email to