[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Building luac (5.1 alpha)
- From: Shmuel Zeigerman <shmuz@...>
- Date: Wed, 21 Sep 2005 21:16:03 +0200
I'm trying to build lua 5.1 alpha under Windows using Dev-C++ IDE
(which in turn uses a gcc port):
No problem with building lua51.dll.
(liblua51.a was created as a by-product).
No problem with building lua.exe, dynamically linked with lua51.dll,
(liblua51.a was included into the project).
But I fail to build luac.exe. The project consists of luac.c, print.c
and liblua51.a (I want it to be dynamically linked with lua51.dll).
The linker cannot find references to:
`luaP_opnames', `luaP_opmodes', `luaF_newproto', `luaD_growstack',
`luaS_newlstr', `luaM_realloc_', `luaM_toobig', `luaM_toobig' and
`luaU_dump'.
Any help is appreciated.
--
Shmuel