lua-users home
lua-l archive

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




On Wed, Nov 9, 2011 at 9:51 AM, Benoit Germain <bnt.germain@gmail.com> wrote:

MinGW compilation remains happy if I change the makefile as follows:

lua51-$(MODULE)$(_SO): $(OBJ)
-       $(CC) $(LIBFLAG) $(LIBS) $^ $(LUA_LIBS) -o $@
+       $(CC) $(LIBFLAG) $^ $(LIBS) $(LUA_LIBS) -o $@

Tell me if Ubuntu 11.10 is happy with this change too, so that I can commit it.


Great, this is getting somewhere. I have my hands on the 11.10 machine tomorrow and I'll give it a try then.