[pcre-dev] [Bug 784] Compile on AIX fails

Inizio della pagina
Delete this message
Autore: Martin Jerabek
Data:  
To: pcre-dev
Oggetto: [pcre-dev] [Bug 784] Compile on AIX fails
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=784




--- Comment #1 from Martin Jerabek <martin.jerabek@???> 2008-12-16 18:52:18 ---
If I understand the output correctly, the compilation of the C++ files (as
opposed to the C files) is not done in 64-bit mode, so the generated object
files are 32-bit. This causes ar and nm to fail because -X64 tells them to
expect 64-bit files.

Adding CXXFLAGS='-maix64' to the configure parameters should enable the 64-bit
compilation also for the C++ files.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email