Actually, try this instead of PHP_ADD_LIBRARY(stdc++) and see if that works...
PHP_ADD_LIBRARY(stdc++, 1, BIAC_SHARED_LIBADD) J Michel M. Dos Santos wrote: > > Yes. > > My config.m4: > > > PHP_ARG_ENABLE(biac, for biac support,[ --enable-biac Enable biac > support]) > > if test "$PHP_BIAC" != "no" ; then > PHP_ADD_LIBRARY(stdc++) > PHP_EXTENSION(biac,$ext_shared) > PHP_REQUIRE_CXX() > fi > > Michel M. dos Santos > > > -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php