> On Solaris with Sun CC, however, I've had to manually edit the
> Makefile or the libtool script in order to successfully build
> my extension. When I compile the extension into PHP, I have to
> change $(CC) to $(CXX) in certain places in the Makefile.

    *.cpp files are automatically compiled using $(CXX).  Make
    sure that you use the sanctioned suffix.

> When I build it as a dynamic library, I have to edit libtool so
> that it uses $(CXX) and not ld to create the shared library.

    libtool 1.4 does not support building DSOs in a portable way
    for any language but C.  Try libtool 1.5.

    - Sascha

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

Reply via email to