|
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.