Re: [PHP-DEV] Re: os x linking issue with extension

2005-04-08 Thread Justin Hannus
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

Re: [PHP-DEV] Re: os x linking issue with extension

2005-04-07 Thread Michael Johnston
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.])