Hi,<div><br></div><div>ST is not thread safe. You get only libei_st.a if configure can't find a suitable thread library.</div><div>Both are built when a thread library is found.</div><div><br></div><div>On a side note. Are you sure you want to use erl_interface in a NIF or a linked-in driver?</div>
<div><br></div><div>Erl_Interface is useful when creating c-nodes and talking distribution to erlang nodes otherwise, not so much.</div><div><br></div><div>I know there are examples where ei is used in linked-in drivers and I think they are misleading.</div>
<div><br></div><div>// Björn-Egil</div><div><br><div class="gmail_quote">2012/9/2 Zabrane Mickael <span dir="ltr"><<a href="mailto:zabrane3@gmail.com" target="_blank">zabrane3@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi guys,<br>
<br>
$ ls -la /usr/lib/erlang/lib/erl_interface-3.7.7/lib/<br>
total 3352<br>
drwxr-xr-x  6 root  wheel     204 11 jui 17:59 .<br>
drwxr-xr-x  6 root  wheel     204 11 jui 17:15 ..<br>
-rw-r--r--  1 root  wheel  611488 11 jui 17:59 libei.a<br>
-rw-r--r--  1 root  wheel  599240 11 jui 17:59 libei_st.a<br>
-rw-r--r--  1 root  wheel  247816 11 jui 17:59 liberl_interface.a<br>
-rw-r--r--  1 root  wheel  247000 11 jui 17:59 liberl_interface_st.a<br>
<br>
<br>
Why there's 2 libei*.a?<br>
Which one should I link to when building my linked-in driver (or NIF)?<br>
<br>
N.B: same for Windows, there's: ei.lib and ei_md.lib (and even ei_mdd.lib) !!!<br>
<br>
Regards,<br>
Zabrane<br>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div>