[reportlab-users] PyRXP compiles under Sun 64-bit with warnings, but segfaults or core dump on running
Jett Logic
jettlogic at gmail.com
Thu Nov 23 08:36:03 EST 2006
Here is a link to some relevant documentation on the problem.
Basically, pyRXP was written with the ILP32 data types where "long" is
32 bits just like "int", while under LP64 "long" becomes 64 bit.
http://developers.sun.com/solaris/articles/solarisupgrade/64bit/Convert.html
More information about the reportlab-users
mailing list