Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Проблема с установкой ngi nx
Да, вот последние строчки:
[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 mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|