Ashley Zinyk wrote:
David Bertoni <[EMAIL PROTECTED]> wrote on 12/01/2007 11:11:58 AM:
Steven Burt wrote:
Is there a port for Xalan-C on Solaris running on a x86 architecture?
I build Xalan-C for Solaris x86 all the time, so you shouldn't have any
problems. Use the "Linux" platform for building with GCC, and the
Solaris
platform for building with Sun's compiler.
I've just tried to build on a Solaris AMD64 machine using these args:
./runConfigure -p solaris -c cc -xCC -b64 -m icu
My compiler is Sun Studio 11, and I run into a problem because runConfigure
uses -xarch=v9 instead of -xarch=amd64. Do you recommend editing
runConfigure? I'm using Xalan on multiple platforms so I want a good
general solution.
Hmmm, I don't remember having to modify anything, but it's been a while. I
don't think we really need the -xarch=v9 option any longer, so what happens
if you remove it? If you can test on a Sparc machine to verify that
platform still works, I think you're OK.
Dave