From:             kit85kit85 at gmail dot com
Operating system: centos 5.2 64bit
PHP version:      5.2.8
PHP Bug Type:     Compile Failure
Bug description:  Intel C++ Compiler 10.1.021 on php 5.2.8 compiler failure

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 bug report at http://bugs.php.net/?id=46923&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=46923&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=46923&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=46923&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=46923&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=46923&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=46923&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=46923&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=46923&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=46923&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=46923&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=46923&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=46923&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=46923&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=46923&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=46923&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=46923&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=46923&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=46923&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=46923&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=46923&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=46923&r=mysqlcfg

Reply via email to