lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 22/07/10 20:48, Javier Guerra Giraldez wrote:
[...]
> checking lnum_config.h, it demands very specific C versions; but when
> g++ sees the 'extern "C" {}' keyword, it seems to be switching to C89.
>  is any way to make it use C99 instead?

My rather fuzzy understanding is that C++0x also contains a number of
the enhancements that C99 contains, so you may have luck with one of:

  --std=c++0x
  --std=gnu++0x

-- 
┌─── dg@cowlark.com ───── http://www.cowlark.com ─────
│ "Blue is beautiful... blue is best...
│ I'm blue! I'm beautiful! I'm best!"
│ --- _Dougal and the Blue Cat_

Attachment: signature.asc
Description: OpenPGP digital signature