[SDL] Compiling libsd-1.2.12 (SVN) on Solaris 10/x86 (64-bit)

Ryan C. Gordon icculus at icculus.org
Wed May 16 09:21:57 PDT 2007


> 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.

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?

--ryan.



More information about the SDL mailing list