-----Original Message----- From: Sergei Golubchik [mailto:serg@askmonty.org] Sent: Freitag, 23. September 2011 23:40 To: Steve Ellcey Cc: Vladislav Vaintroub; maria-developers@lists.launchpad.net Subject: Re: [Maria-developers] Shared plugin library build question
We're moving to mysql-5.5 codebase, and it can be built with cmake only, not with autotools. I wonder whether cmake has the same problem that libtool has on hp-ux.
It is a while since I have touched HPUX last time, but I recall it worked well with CMake, also wrt plugins. Minor annoyances of the compiler (default for pre-ANSI for-loop behavior in C++) and CMake (preference to create shared libraries as .sl rather than .so), are fixed in cmake/os/HPUX.cmake in 5.5 codebase. I also recall on some reason it was always necessary to set CFLAGS=+DD64 CXXFLAGS=+DD64 prior to running CMake, else PA-RISC libraries were produced, or something like that.
Regards, Sergei