Sunday, 22 November 2015

[gccsdk] g++

> Note that CXX is the g++ compiler, which is why changing CC had no
> effect.

Why is it using g++ and not cc? There is a change from Lua 5.3.1
to 5.3.2; namely a new header file lprefix.h containing

#if !defined(LUA_USE_C89) /* { */

#if !defined(_XOPEN_SOURCE)
#define _XOPEN_SOURCE 600
#elif _XOPEN_SOURCE == 0
#undef _XOPEN_SOURCE /* use -D_XOPEN_SOURCE=0 to undefine it */

No comments:

Post a Comment