|
Dr Christopher S Kirk wrote:
This is a 64bit machine and some libraries/modules do not compile and give rise to errors, namely rex and cgilua/lfs
If "rex" means Lrexlib, then adding -fPIC to compilation flags may help. In the file defaults.mak, add it to MYCFLAGS:
MYCFLAGS = -fPIC -W -Wall -g $(INC_LUA) $(INC_PCRE) -- Shmuel