bvarga / delphizmq

0MQ Delphi binding
GNU Lesser General Public License v3.0
137 stars 63 forks source link

comments and updates to static linking on linux #26

Closed cpicanco closed 7 years ago

cpicanco commented 7 years ago

On fpc {$LINK} directive should not be used with libraries (it is for object files only), one should use {$LINKLIB} instead. Also, docs recommends to never use full paths and trust in ld and fpc path configurations.