lua-users home
lua-l archive

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


Hi,
I'm trying to build a dynamic library module on OSX that I can then
load with require().  Lua finds the dylib, but when it tries to load I
get the error "hello.dylib:1 unexpected symbol near ',' ".  Why does
it try to give me a line number for a compiled binary?  Anyone have
this problem before?

thanks,
wes