lua-users home
lua-l archive

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


> [luac] -p -l call segfaults on my machine (windows xp) 

Did you get the luac binary for Windows from Lua Binaries? I seem to
recall that that version did not work well: luac is supposed to be
linked statically with Lua but it seems the version in Lua Binaries
uses the DLL, and this does not work because luac uses internal Lua
functions that are not exported in the DLL.

I think the Lua Binaries people are aware of this problem and I thought
it had been fixed...

--lhf