Segmentation Fault

Znadul <[email protected]>
Newsgroups gmane.comp.lang.lua.bind.user
Message-ID <[email protected]>
Hi all in my first message,

there is my trouble, so simple:

extern "C" {
#include <lua5.1/lua.h>
#include <lua5.1/lualib.h>
#include <lua5.1/lauxlib.h>
}

#include <luabind/luabind.hpp>


int main(int argc, char** argv)
{
   lua_State *L = lua_open();

   luaL_openlibs( L );
     luabind::open( L );
}



g++ test.cpp -o test -llua5.1 -lluabind

./test

Segmentation fault


Im using debian lenny lua5.1 and luabind0 deb packages.

Any idea?

Thnx in advance.


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.