ID:               46923
 Updated by:       [email protected]
 Reported By:      kit85kit85 at gmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Compile Failure
 Operating System: centos 5.2 64bit
 PHP Version:      5.2.8
 New Comment:

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.




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

[2008-12-22 02:24:30] kit85kit85 at gmail dot com

Description:
------------
php 5.2.8 using Intel C++ Compiler 10.1.021 on php 5.2.8 compiler
failure.

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: error #11021: OBJREAD Error: Could not create mapping for
/usr/local/lib
icc: error #10014: problem during multi-file optimization compilation
(code 1)
make: *** [libphp5.la] Error 1

#!/bin/sh
export CC="icc -static-intel"
export CFLAGS="-O3 -unroll2 -ip -mp -restrict -xP"
export CXX="icpc -static-intel"
export CXXFLAGS="-O3 -unroll2 -ip -mp -restrict -xP"
./configure \
        --libdir=/usr/lib64 \
        --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



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


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

Reply via email to