lua-users home
lua-l archive

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


Matt Campbell wrote:
It just occurred to me that if you really want a self-contained lrexlib rock, you could modify the build procedure to link rex_pcre against a static-library version of PCRE. That would eliminate this specific issue entirely and would probably be the best short-term solution.

Yes, this is a possible solution, it just doesn't have those advantages offered by DLLs.

(BTW, lrexlib PCRE binding contains a run-time check of the PCRE version and raises an error if the latter is too old).

--
Shmuel