building module on OSX
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: building module on OSX
- From: "Wesley Smith" <wesley.hoke@...>
- Date: 2007年1月20日 22:00:20 -0800
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