Re: [PHP-DEV] Re: modules in c++

[email protected] (J Smith) Wed, 05 Mar 2003 16:55:30 -0500
Newsgroups php.dev
Message-ID <[email protected]>
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
> 
> 
>