RE: [PHP-DEV] c++ files as module

2001-01-22 Thread Sascha Schumann
Is: AC_ADD_LIBRARY(stdc++) also my responsibility in config.m4? [My associated 3rd party .a's seem to require it] Not necessarily. Do you need to perform any linkage tests in your config.m4 with that third party library? - Sascha -- PHP Development Mailing List

RE: [PHP-DEV] c++ files as module

2001-01-22 Thread Sam Liddicott
-Original Message- From: Sascha Schumann [mailto:[EMAIL PROTECTED]] Sent: Monday, January 22, 2001 03:13 To: Sam Liddicott Cc: [EMAIL PROTECTED] Subject: RE: [PHP-DEV] c++ files as module Is: AC_ADD_LIBRARY(stdc++) also my responsibility in config.m4? [My associated

RE: [PHP-DEV] c++ files as module

2001-01-22 Thread Sascha Schumann
No, Idon't do any linkage tests; but if I don't do it, at php link time I get errors of various istream, ostream etc unresolved links. If I do it, it links fine. Perhaps we should provide a macro for that purpose, as the standard C++ library is available under various names:

RE: [PHP-DEV] c++ files as module

2001-01-22 Thread Sam Liddicott
] Subject: RE: [PHP-DEV] c++ files as module No, Idon't do any linkage tests; but if I don't do it, at php link time I get errors of various istream, ostream etc unresolved links. If I do it, it links fine. Perhaps we should provide a macro for that purpose, as the

Re: [PHP-DEV] c++ files as module

2001-01-19 Thread Sascha Schumann
/bin/sh: I.: command not found make[4]: [muscatapi.lo] Error 127 (ignored) Your config.m4 lacks PHP_REQUIRE_CXX. - Sascha -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the