> On Mon, 15 Apr 2013 15:54:18 +0200, Gilles > <[email protected]> wrote: >>It doesn't compile, apparently because it can't find the includes + >>libraries: > > Next, I tried this, but still NOK: > > 'Doesn't compile > export > LDFLAGS="-L/root/LinuxHost/gcc/lib/gcc/arm-none-linux-gnueabi/4.2.1" > export > CFLAGS="-I/root/LinuxHost/gcc/arm-none-linux-gnueabi/include/c++/4.2.1" > export CC=/root/LinuxHost/gcc/bin/arm-none-linux-gnueabi-gcc > make > > 'Doesn't compile either > export > CFLAGS="-I/root/LinuxHost/gcc/arm-none-linux-gnueabi/include/c++/4.2.1" > make > > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
You have to override CPP too (it is the command returning the includes path) -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
