Hello,
On 09/26/12 11:40, David Matthews wrote:
On 25/09/2012 20:55, Bernard Berthomieu wrote:
Same question, but symmetric, for solaris 11 (x86) 64bit: I could successfully build a 32 bit poly (default for gcc on that machine), but could not build a 64 bit version ...
I think you'll have to experiment there unless someone has an answer. I've not had much success with Solaris/X86 myself.
Thanks to the responsiveness of David, this problem is now solved. From the svn sources, poly builds on Solaris (x86), both in 32 bit and 64 bit. All regression tests pass.
For those interested, with gcc compiling in 32 bit by default: no configure options are needed for the 32 bit version for the 64 bit version, the following works:
configure --build=amd64-solaris 'CFLAGS=-m64 -O3 -I../libffi/include' 'CXXFLAGS=-m64 -O3 -I../libffi/include' 'CCASFLAGS=-m64 -O3'
Best, Bernard.