Edit report at https://bugs.php.net/bug.php?id=61130&edit=1
ID: 61130 User updated by: fscan at chilicode dot com Reported by: fscan at chilicode dot com Summary: --with-iconv pulls in /usr/include -Status: Feedback +Status: Open Type: Bug Package: Compile Failure Operating System: linux PHP Version: 5.3.10 Block user comment: N Private report: N New Comment: CC=arm-none-linux-gnueabi-gcc ./configure --disable-all --with-iconv=/tmp .... checking for iconv support... yes configure: error: Please reinstall the iconv library. config.log: configure:46880: checking for iconv support Previous Comments: ------------------------------------------------------------------------ [2012-02-18 01:23:44] ras...@php.net How about if you set it to a path where there is no iconv installed? eg. --with-iconv=/tmp ------------------------------------------------------------------------ [2012-02-18 01:16:56] fscan at chilicode dot com Description: ------------ I'm cross compiling php for arm and want to use the glibc internal iconv implentation. when i specify --with-iconv configure pulls in the system /usr/include and the compilation fails. Test script: --------------- CC=arm-none-linux-gnueabi-gcc ./configure --disable-all --with-iconv make Expected result: ---------------- build succeeds Actual result: -------------- build fails because of incompatible asm directives from include files in /usr/include. also, many warnings of including /usr/include path in cross compilation. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61130&edit=1