lua-users home
lua-l archive

Re: Hello World

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


The errror I'm always getting is:
[Linker error] undefined reference to 'lua_open'
Sounds like a name mangling error...
Perhaps you could try this code fragment (in place of your include):
extern "C" {
#include <lua.h>
}
I hope this helps.
Ashwin.
--
no signature is a signature.

AltStyle によって変換されたページ (->オリジナル) /