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

2001-01-22 Thread Sam Liddicott
that. Sam > -Original Message- > From: Sam Liddicott > Sent: Monday, January 22, 2001 04:20 > To: Sascha Schumann; Sam Liddicott > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP-DEV] c++ files as module > > > Yes, the 3rd example worked - but then so did taking it all > o

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

2001-01-22 Thread Sam Liddicott
Sam Liddicott > Cc: [EMAIL PROTECTED] > 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 > &

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: A

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++) > &g

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: Friday, January 19, 2001 05:10 > To: Sam Liddicott > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] c++ files as module > > > > > /bin/sh: I.: command not found >

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 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact