Hi. Here goes a completly nginx-newbie-question.
There are some years we are using an old version of mini_httpd in a project. It is being cross-compiled for a powerpc(32) architecture, using Denx's ELDK (Embedded Linux Development Kit).
Looking into nginx docs, regarding compilation, I've found some compilation options for ppc64 architectures.
The question is: anybody have compiled successfully nginx for a powerpc(32) architecture? Any notice about anybody compiling it using Denx's ELDK?
I've tried the obvious approach of specifying the path to the compiler with --with-cc in configure options. However, it refuses the compiler (as expected):
jeronimo@trebuchet:~/nginx-0.8.51$ ./configure --with-cc=/linuxppc/hardhat/devkit/ppc/82xx/bin/ppc_82xx-gcc
checking for OS
+ Linux 2.6.24-28-generic i686
checking for C compiler ... found but is not working
./configure: error: C compiler /linuxppc/hardhat/devkit/ppc/82xx/bin/ppc_82xx-gcc is not found
My machine is running ia32 Ubuntu 8.04, and I'm trying to compile to that other architecture.
Thanks.