ID:               46770
 User updated by:  ryo dot wong at i010 dot com
 Reported By:      ryo dot wong at i010 dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         Compile Failure
 Operating System: centos 5.2 64bit
 PHP Version:      5.2.7
 New Comment:

icc: command line warning #10006: ignoring unknown option '-frpath'
icc: command line warning #10006: ignoring unknown option '-frpath'
icc: command line warning #10156: ignoring option '-s'; no argument
required
ipo: warning #11009: file format not recognized for /usr/local/lib
ipo: warning #11009: file format not recognized for
/usr/local/mysqld/lib64/mysql
ld: ext/libxml/.libs/libxml.o: relocation R_X86_64_32 against `a local
symbol' can not be used when making a shared object; recompile with
-fPIC
ext/libxml/.libs/libxml.o: could not read symbols: Bad value
make: *** [libphp5.la] Error 1

#!/bin/sh
source /opt/intel/Compiler/11.0/074/bin/intel64/iccvars_intel64.sh
export CC="icc -static-intel"
export CFLAGS="-O3 -unroll2 -ip -restrict -xP"
export CXX="icpc -static-intel"
export CXXFLAGS="-O3 -unroll2 -ip -restrict -xP"
./configure \
        --with-apxs2 \
        --with-curl=/usr/local/lib \
        --with-gd \
        --with-ttf \
        --with-gettext \
        --with-jpeg-dir=/usr/local/lib \
        --with-png-dir=/usr/local/lib \
        --with-freetype-dir=/usr/local/lib \
        --with-iconv=/usr/local \
        --with-zlib \
        --with-zlib-dir=/usr/local/lib \
        --with-mcrypt \
        --with-mhash \
        --with-openssl \
        --with-kerberos=/usr/lib64 \
        --with-mysql=/usr/local/mysqld/lib64/mysql \
        --with-mysqli=/usr/local/mysqld/bin/mysql_config \
        --with-pdo-mysql=/usr/local/mysqld \
        --with-pear \
        --enable-bcmath \
        --enable-calendar \
        --enable-exif \
        --enable-ftp \
        --enable-gd-native-ttf \
        --enable-magic-quotes \
        --enable-safe-mode \
        --enable-soap \
        --enable-sockets \
        --enable-mbstring \
        --enable-zip \
        --enable-wddx \
        --disable-ipv6


Previous Comments:
------------------------------------------------------------------------

[2008-12-05 19:28:46] [EMAIL PROTECTED]

And the error is?

------------------------------------------------------------------------

[2008-12-05 17:58:40] ryo dot wong at i010 dot com

Description:
------------
php 5.2.7 using Intel C + + Compiler 11.0 Professional Edition for
Linux compiler error.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=46770&edit=1

Reply via email to