mirror of
https://github.com/php/php-src.git
synced 2024-11-26 19:33:55 +08:00
de6658531f
When building iconv as shared and with external library (for example, libiconv): ./configure --with-iconv=shared,/path/to/libiconv the iconv couldn't be found due to a linker error. Autoconf places LDFLAGS before the conftest.c file in the test compile command and LIBS after it. GCC also requires this: gcc -L... conftest.c -liconv Similar issue discovered at https://github.com/remicollet/php-xpass/pull/1 |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
config.w32 | ||
CREDITS | ||
iconv_arginfo.h | ||
iconv.c | ||
iconv.stub.php | ||
php_iconv.def | ||
php_iconv.h |