Re: Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)

2005-05-06 Thread Ben Taylor
Juergen Keil <[EMAIL PROTECTED]> > > > > > I have retested on sparc (sol9), by adding some of the > > defines in fenv.h for Solaris 10 to the gnu-c99-math.h > > file you created, and the patches you posted, and now > > I'm getting an error when I compile that looks like this: > > > > for d i

Re: Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)

2005-05-06 Thread Ben Taylor
Juergen Keil <[EMAIL PROTECTED]> wrote: > > > > I have retested on sparc (sol9), by adding some of the > > defines in fenv.h for Solaris 10 to the gnu-c99-math.h > > file you created, and the patches you posted, and now > > I'm getting an error when I compile that looks like this: > > > > for

Re: Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)

2005-05-06 Thread Juergen Keil
> I have retested on sparc (sol9), by adding some of the > defines in fenv.h for Solaris 10 to the gnu-c99-math.h > file you created, and the patches you posted, and now > I'm getting an error when I compile that looks like this: > > for d in i386-softmmu ppc-softmmu sparc-softmmu x86_64-soft

Re: Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)

2005-05-06 Thread Ben Taylor
Juergen Keil <[EMAIL PROTECTED]> > > > gcc-3.4.2 -Wall -O2 -g -fno-strict-aliasing -m32 -ffixed-g1 -ffixed-g2 > > - -ffixed-g3 -ffixed-g6 -fno-delayed-branch -ffixed-i0 -fno-reorder-blocks > > - -fno-optimize-sibling-calls -I. -I/home/nardmann/qemu-0.7.0/target-i386 > > - -I/home/nardmann/qemu-

Re: Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)

2005-05-02 Thread Juergen Keil
> This is in fenv.h, and so are all the other macros > that are left undefined. Not sure how we fix this, > other than pick up some of these defines manually. Use [fpsetround(), fpgetround()] on Solaris, instead of [fegetround(), fesetround()] ? One of the BSDs already does this (see fpu/so

Re: Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)

2005-05-02 Thread Ben Taylor
"Nardmann, Heiko" <[EMAIL PROTECTED]> wrote: > > I get the following error after running > > ./configure --prefix=$HOME/qemu-0.7.0.install > > Install prefix/home/nardmann/qemu-0.7.0.install > BIOS directory/home/nardmann/qemu-0.7.0.install/share/qemu > binary directory /home/nardmann/q