FYI: I've posted this topic to the php.pecl.dev list. You should reply
there, it may be more constructive.
--
Try compiling a your extension as a shared object and loading that into
PHP with the dl() function. This way you can narrow down where the
problem is coming from with the linker without
Hi,
The config is:
PHP_ARG_WITH(carbonae, for carbonae support,
[ --with-carbonae Include Carbon Apple Events support])
if test "$PHP_CARBONAE" != "no"; then
if test "`(uname) 2>/dev/null`" != "Darwin"; then
AC_MSG_ERROR([--with-carbonae can only be used on Mac OS X
systems.])