Re: [PHP4BETA] AIX-4.3.2 build reporty
[email protected] (Sascha Schumann) Wed, 31 May 2000 16:20:31 +0200 (CEST)
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 31 May 2000, Amir Mistric wrote:
> Does PHP 4.0.0 (release) supports AIX's C compiler 4.4 (or better)?????
I've built PHP with
C for AIX Compiler, Version 5
Zend uses GCC-style inline functions which is not supported
by AIX's C compiler, so you have to configure with
$ CFLAGS="-ma -Dinline=" ./configure ...
- Sascha