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

    AC_CHECK_LIB(C, cin)
    AC_CHECK_LIB(g++, cin)
    AC_CHECK_LIB(stdc++, cin)
    AC_CHECK_LIB(cxx, cin)

    I think it would be fine, if you would use the third test
    until we decide to improve this area.

    - 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 list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to