Re: LuaSQL for Lua 5.1
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LuaSQL for Lua 5.1
- From: "Fabio Mascarenhas" <mascarenhas@...>
- Date: 2007年6月11日 13:26:45 -0300
This is strange indeed, LuaSQL is a C file so should not need to 'export "C"' anything... can you send a script of your build commands, so I can try to replicate your build? Also try to run under gdb (or even better, valgrind) to see if it sheds some light on why it barfs.
--
Fabio Mascarenhas
On 6/11/07, Luís Santos <lsantos@itquality.com.br> wrote:
I have compiled every library and binary with my G++ 3.4.2 (MinGW
Edition)..
The only thing I believe to be strange here is that it seems that
luasql wasn´t prepared to compile under G++ (I needed to add some const
char casts and an 'export "C" for luaopen_*')
Fabio Mascarenhas escreveu: