On 9/25/06, Stut <[EMAIL PROTECTED]> wrote:

I had expected the PHP_REQUIRE_CXX() macro to trigger a change to the
link command, but it does not seem to have done anything beyond
influencing what is used to compile the extension itself.

Hi,

I think you have to add stdc++ with PHP_ADD_LIBRARY().

I do have a C++ ext internally here, and it still try to link with gcc
and not g++. Still, it does work.

Sincerely,
Olivier

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to