Hi!

Am 31.08.2011 12:11, schrieb Ferenc Kovacs:
I think we should fix this on our end.

  Does nobody have the knowledge to fix this? I am sorry that I am unable
  to fix this myself.

If somebody shows me how to reproduce this on Darwin, I could look into it in more detail. Or, otherwise, get an access to a system where it can be reproduced.

I've noticed we have this in autoconf macros:

C_DEFUN([PHP_REQUIRE_CXX],[
  if test -z "$php_cxx_done"; then
    AC_PROG_CXX
    AC_PROG_CXXCPP
    case $host_alias in
      *darwin*)
        PHP_ADD_LIBRARY(stdc++)
      ;;
    esac
    php_cxx_done=yes
  fi
])

and intl uses PHP_REQUIRE_CXX. Maybe we should add stdc++ for everybody - or, even better, add it to INTL libs instead of PHP libs (in case it's build shared)?
--
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

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

Reply via email to