[PHP-DEV] Bug #1355: Extra configuration options, that makes gcc fail From: bug <email protected>
Date: 04/27/99

From: bug <email protected>
Operating system: BSD/OS 3.1
PHP version: 3.0.7
PHP Bug Type: Compile Failure
Bug description: Extra configuration options, that makes gcc fail

Configuring php3 with DSO support and mySQL adds to Makefile
the following line:

APXS_LDFLAGS = -Wl,'-rpath /usr/local/lib/mysql'

This is reasonable for compilers (linkers), that support true
dynamic loading, but with systems, like BSDI 3.1, that has
static dynamic loading and dl-style loading this is extra.

This line makes compiling fail during linking. Removing it
solves problem.

Solution: Some sanity check before adding this :>

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>