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.])
Can you post a link to your config.m4?
PHP_ADD_FRAMEWORK(Framework) should do the trick. Try having a look at
the config.m4 for the OpenDirectory extension. It links to the
DirectoryService framework. http://pecl.php.net/get/opendirectory-0.2.6.tgz
Curious, what specific part of Carbon are you w