php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #46923 Intel C++ Compiler 10.1.021 on php 5.2.8 compiler failure
Submitted: 2008-12-22 02:24 UTC Modified: 2008-12-23 17:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: kit85kit85 at gmail dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.2.8 OS: centos 5.2 64bit
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: kit85kit85 at gmail dot com
New email:
PHP Version: OS:

 

 [2008-12-22 02:24 UTC] 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


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-12-23 17:00 UTC] jani@php.net
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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 16:01:31 2024 UTC