[erlang-questions] how can I make nif shared libraries

Alceste Scalas alceste@REDACTED
Mon Dec 27 17:56:22 CET 2010


 On Wed, 22 Dec 2010 20:49:15 +0100, Joe Armstrong <erlang@REDACTED> 
 wrote:
> How do link shared libraries with nifs?

 Just a small addition to the previous answers: if you want to
 create working shared libraries on different platforms,
 without having to fight against different compilers and linkers
 (and different command line options), you may try the good old
 GNU Libtool:

     http://www.gnu.org/software/libtool/

 Regards,
-- 
 Alceste Scalas <alceste@REDACTED>


More information about the erlang-questions mailing list