[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua Makefile
- From: Shmuel Zeigerman <shmuz@...>
- Date: Thu, 10 Apr 2008 00:22:06 +0300
There seems to be a little glitch, at least on my installation,
with "make mingw" case:
1. Do full build: make mingw -B
2. Delete some object file (e.g. lstrlib.o)
3. Do make: make mingw
Make fails:
lstrlib.o:lstrlib.c:(.text+0x1e):
undefined reference to `luaL_checklstring'
lstrlib.o:lstrlib.c:(.text+0x2d):
undefined reference to `lua_pushinteger'
[total 138 undefined references].
4. Do make again: make mingw
Now it succeeds.
--
Shmuel