Re: Проблема с установкой nginx

Craken nginx-forum на nginx.us
Пт Фев 4 14:23:18 MSK 2011


Да, вот последние строчки:

[code]
checking for int size

objs/autotest.c:1: error: CPU you selected does not support x86-64
instruction set
objs/autotest.c:1: error: CPU you selected does not support x86-64
instruction set
----------

#include 
#include 
#include 
#include 
#include 
#include 


int main() {
    printf("%d", sizeof(int));
    return 0;
}

----------
gcc -march=pentium4 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -o
objs/autotest objs/autotest.c
----------

[/code]

Posted at Nginx Forum: http://forum.nginx.org/read.php?21,172149,172152#msg-172152




Подробная информация о списке рассылки nginx-ru