lua-users home
lua-l archive

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


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