RE: [PHP-DEV] c++ files as module From: Sam Liddicott (sam.liddicott <email protected>)
Date: 01/22/01

> -----Original Message-----
> From: Sascha Schumann [mailto:sascha <email protected>]
> Sent: Monday, January 22, 2001 03:13
> To: Sam Liddicott
> Cc: php-dev <email protected>
> Subject: RE: [PHP-DEV] c++ files as module
>
>
> > 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?

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.

Sam

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>