lua-users home
lua-l archive

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


Luiz Henrique de Figueiredo wrote:
[luac] -p -l call segfaults on my machine (windows xp)

Did you get the luac binary for Windows from Lua Binaries? I seem to
sure
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.
indeed lua and luac are not statically linked
I think the Lua Binaries people are aware of this problem and I thought
it had been fixed...
luac whatever.lua works ok, -s also works ok, as does -p, but the -p -l combination gives problems ; i use luac quite often and normal usage has no problems; i tried the previous binary version and that ons also segfaults Hans
-----------------------------------------------------------------
                                         Hans Hagen | PRAGMA ADE
             Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                            | www.pragma-pod.nl
-----------------------------------------------------------------