Hi
I tried compiling HEAD on OS X. Didn't work (it did a few days ago,
can't exactly remember when) with the following error
/bin/sh /opt/cvs/php5.1/libtool --silent --preserve-dup-deps
--mode=compile gcc -IZend/ -I/opt/cvs/php5.1/Zend/ -DPHP_ATOM_INC
-I/opt/cvs/php5.1/include -I/opt/cvs/php5.1/main -I/opt/cvs/php5.1
-I/usr/include/libxml2 -I/opt/cvs/php5.1/TSRM -I/opt/cvs/php5.1/Zend
-no-cpp-precomp -g -O2 -c /opt/cvs/php5.1/Zend/zend.c -o Zend/zend.lo
/opt/cvs/php5.1/Zend/zend.c:1029: error: only weak aliases are supported
in this configuration
make: *** [Zend/zend.lo] Error 1
gcc is version 4.0.0:
$ gcc --version
powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 (Apple Computer, Inc. build
5026)
with gcc-3.3 I get the following error during linking at the end:
ld: Undefined symbols:
_zend_error_noreturn
make: *** [sapi/cgi/php] Error 1
Any takers? I have no idea where to start looking at :)
chregu
Dmitry Stogov
21 years ago
Hi Christian,
I hope I just fixed the problem.
Please verify me.
Thanks. Dmitry.
Christian Stocker
21 years ago
On 15.6.2005 21:07 Uhr, Dmitry Stogov wrote:
> Hi Christian,
>
> I hope I just fixed the problem.
> Please verify me.
Compiles and links now with gcc-4.0.0. Will test 3.3 later (aka
tomorrow) and report, if it doesn't work.
chregu