On Sun, 30 Dec 2012, xrfang wrote:

Hi All,
While I compile my program which uses liblua52.so, Lazarus refuse to compile if 
it cannot find the so file.   But on windows, it compile happily without the DLL
file.

As far as I understand dynamic link libraries are only required at runtime, why 
lazarus require it on compilation?

Because on unix you need them also at link time.

You must install the -dev package corresponding to the library.

Michael.
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to