What type of compiler issues are you having? In System z both for 32 and 64-bit size_t is typedef'd as _SIZE_TYPE_ which is unsigned long. On 32 bit this is a 32-bit field, on 64-bit a 64-bit field.
On 11/5/08 11:11 AM, "Paul Meier" <[EMAIL PROTECTED]> wrote: > They did use the switch; and it forces all of the 3rd party libraries > to be recompiled that way as well, so either they stay with 64 bit for > now and try to bull through the issues or redo everything as -m31 > (including 3rd Party stuff). ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
