[Sascha Schumann <[EMAIL PROTECTED]>]
> > Sascha, what symbols can sneak in to break linking?  A few examples I
> > can test with would be nice.
> 
>     As other people on this list have mentioned, building
>     --with-apxs illustrates the breakage.
> 
>     The chosen SAPI module (i.e. sapi/apache/libsapi.la) is part
>     of libphp4.la.  Usually, the SAPI module contains calls to
>     server-specific APIs which are resolved upon loading the SAPI
>     module into the web-server.  Those external symbols cannot be
>     found (of course) during creating the CGI which is built
>     using libphp4.la.

Okay, what about making libphp4.la contain everything but libsapi.la,
and make a new final target including libsapi.la called
libphp4_xxx.la, where xxx is the sapi module used.

With some more minor restructuring, we can then let people build _all_
sapi modules in one go if they like.

 - Stig

-- 
  Stig Sæther Bakken <[EMAIL PROTECTED]>
  Fast Search & Transfer ASA, Trondheim, Norway

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