I am not an expert in 64 bit PC architecture but this is what the description file for libunwind states: --- # # libunwind.mac # # distribute libunwind to tool directory
# libunwind 0.96 (linuxia64 only) &if $OSSPEC = LINUX and $MACH = IA64 ---
Strange. Well, as far as i know, the codes are as follows: x86: 32-Bit x86 based arch IA32: Intanium 32-Bit IA64: Intanium 64-Bit x86_64: 64-Bit x86 extended arch
Well, and as there are x86_64 builds out there, libunwind.mac should work at least on x86_64 and i guess they are built with NPTL support - although SAPDB may be still linked against a non-NPTL. Normal Distros (not Gentoo, which is broken in this aspect) install two glibc versions: one with NPTL, and one without.
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
