Welcome! Log In Create A New Profile

Advanced

Re: Using nginx 1.1 with the intel compiler

February 24, 2012 11:30PM
Okay, it managed to compile with your suggested patch, its safe to
push into trunk :)

nginx-dev+openssl-dev compiled under icc and working


>> diff --git a/auto/cc/name b/auto/cc/name
>> --- a/auto/cc/name
>> +++ b/auto/cc/name
>> @@ -64,16 +64,16 @@ if [ "$CC" = bcc32 ]; then
>>     echo " + using Borland C++ compiler"
>>
>>  else
>> +if `$CC -V 2>&1 | grep '^Intel(R) C' >/dev/null 2>&1`; then
>> +    NGX_CC_NAME=icc
>> +    echo " + using Intel C++ compiler"
>> +
>> +else
>>  if `$CC -v 2>&1 | grep 'gcc version' >/dev/null 2>&1`; then
>>     NGX_CC_NAME=gcc
>>     echo " + using GNU C compiler"
>>
>>  else
>> -if `$CC -V 2>&1 | grep '^Intel(R) C' >/dev/null 2>&1`; then
>> -    NGX_CC_NAME=icc
>> -    echo " + using Intel C++ compiler"
>> -
>> -else
>>  if `$CC -V 2>&1 | grep 'Sun C' >/dev/null 2>&1`; then
>>     NGX_CC_NAME=sunc
>>     echo " + using Sun C compiler"
>>

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Using nginx 1.1 with the intel compiler

fanboy February 22, 2012 08:32AM

Re: Using nginx 1.1 with the intel compiler

Maxim Dounin February 22, 2012 08:48AM

Re: Using nginx 1.1 with the intel compiler

fanboy February 22, 2012 09:04AM

Re: Using nginx 1.1 with the intel compiler

fanboy February 22, 2012 04:38PM

Re: Using nginx 1.1 with the intel compiler

fanboy February 24, 2012 06:50PM

Re: Using nginx 1.1 with the intel compiler

Maxim Dounin February 24, 2012 08:10PM

Re: Using nginx 1.1 with the intel compiler

fanboy February 24, 2012 08:24PM

Re: Using nginx 1.1 with the intel compiler

Maxim Dounin February 24, 2012 09:08PM

Re: Using nginx 1.1 with the intel compiler

fanboy February 24, 2012 10:18PM

Re: Using nginx 1.1 with the intel compiler

fanboy February 24, 2012 11:30PM

icc access (was Re: Using nginx 1.1 with the intel compiler)

Maxim Konovalov February 25, 2012 08:02AM

Re: icc access (was Re: Using nginx 1.1 with the intel compiler)

fanboy February 25, 2012 08:58AM

Re: icc access (was Re: Using nginx 1.1 with the intel compiler)

DenisTRUFFAUT February 28, 2012 05:39PM

Re: icc access (was Re: Using nginx 1.1 with the intel compiler)

Maxim Dounin February 29, 2012 09:26AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 265
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready