lua-users home
lua-l archive

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


Thanks! That worked,

in sum, this does the trick (-fpic works, too, but throws a warning):

    CFLAGS = -Wall -O2 -I$(LUA_DIR) -ansi -fPIC -bundle -undefined dynamic_lookup


This following is as expected for <path>/lua all.lua?

    tests not performed:
     >>> testC not active: skipping API tests <<<
     >>> testC not active: skipping opcode tests <<<
     >>> testC not active: skipping API tests <<<
     >>> testC not active: skipping yield/hook tests <<<
     >>> testC not active: skipping coroutine API tests <<<

    final OK !!!
    cleaning all!!!!

Henning