-----Original Message----- From: Vladislav Vaintroub [mailto:wlad@montyprogram.com] Sent: Mittwoch, 9. November 2011 19:13 To: 'sje@cup.hp.com' Cc: 'Sergei Golubchik'; 'maria-developers@lists.launchpad.net' Subject: RE: [Maria-developers] Shared plugin library build question
A word of warning upfront before trying HP compiler. Unless xlc has changed its defaults in the last year or two, you'd need to set CFLAGS and CXXFLAGS env.vars prior to CMake so it compiles for Itanium.
Scratch xlc, that was AIX, not HPUX... But the rest of the warning applies :)
it was either +DD64 or maybe +DSitanium2 or something similar. Otherwise the build would produce PA-RISC binaries (those binaries are runnable on the HPUX Itanium, due to some emulation layer, but it is likely not what people expect)
Steve Ellcey sje@cup.hp.com