[SDL] Compiling libsd-1.2.12 (SVN) on Solaris 10/x86 (64-bit)
Ben Taylor
sol11x86 at comcast.net
Wed May 16 10:45:28 PDT 2007
-------------- Original message ----------------------
From: "Ryan C. Gordon" <icculus at icculus.org>
>
> > Anyone have some thoughts? Are there some flags I need to pass to nasm
> > to generate 64-bit objects, or do I need to disable the hermes asm?
>
> You need to disable Hermes, but it should have done that for you when it
> found something other than a 32-bit x86 platform.
Well, given the host system type, it seems that autoconf may not
be able to distinguish between a i386 and x86_64 solaris system.
> Near the start of the ./configure script's run, it should output a line
> like this:
>
> checking host system type... x86_64-unknown-linux-gnu
>
>
> What does that "x86_64-unknown-linux-gnu" part say on 64-bit Solaris?
checking host system type... i386-pc-solaris2.10
I use isainfo to figure out whether I'm actually x86_64 or i386 for
some other code, but in the meantime, the --disable-nasm worked fine
in compiling libSDL 64-bit for solaris. I'm working on the port of
the application to make sure it all works, but I'm not finished yet.
Regards,
Ben
More information about the SDL
mailing list