[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Problem with porting Lua to other OS/System
- From: Nelson Wong <gogoneruson@...>
- Date: Tue, 29 Mar 2005 12:02:25 +0900
Hi all,
I am currently trying to port Lua to Mac-base system (Console!!),
however, I got following linker errror, where OS specific operations
are not found.
luaz.lib(liolib.c.obj) : error LNK2019: unresolved external symbol
system referenced in function io_execute
luaz.lib(liolib.c.obj) : error LNK2019: unresolved external symbol
getenv referenced in function io_getenv
...
Does anyone has the same experience, or know how to resolve this problem?
Thanks in advance.
Nelson