<div dir="ltr">I have compiled erlang from source with sctp on linux x86_64 and Mac OS X successfully but somehow repeated attempts to do the same for Armv7 fails.<div><br></div><div>I get a nagging configure issue where the sctp_bindx is undefined when I pass the '--enable-sctp' configure option. In order to overcome this issue I started using the LIBS='-lsctp' before configure and make, this worked but when I try to open sctp socket then it fails as follows:</div><div><br></div><div>







<p class="p1"># /media/sd/local/bin/erl +K true</p>
<p class="p1">Erlang/OTP 17 [erts-6.1] [source] [smp:4:4] [async-threads:10] [kernel-poll:true]</p>
<p class="p2"><br></p><p class="p2">Eshell V6.1  (abort with ^G)<br></p>
<p class="p1">1> gen_sctp:open().</p>
<p class="p1">{error,esocktnosupport}</p>
<p class="p1">2> </p><p class="p1"><br></p><p class="p1"><br></p><p class="p1">Note that I built erlang on the target hardware (armv7 linaro 13.09)  without any issues but just that sctp is not enabled. Any pointers to debug this issue will be of great help. </p><p class="p1">uname -a<br></p><p class="p1">







</p><p class="p1">Linux radxa 3.0.36+ #2 SMP PREEMPT Sat Mar 15 11:18:05 CST 2014 armv7l armv7l armv7l GNU/Linux</p><p class="p1">Full configure (pretty big) is at https://gist.github.com/anonymous/8f2f92df146c02f59593</p></div></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "Erlang Programming" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:erlang-programming+unsubscribe@googlegroups.com">erlang-programming+unsubscribe@googlegroups.com</a>.<br />
To post to this group, send email to <a href="mailto:erlang-programming@googlegroups.com">erlang-programming@googlegroups.com</a>.<br />
Visit this group at <a href="http://groups.google.com/group/erlang-programming">http://groups.google.com/group/erlang-programming</a>.<br />
For more options, visit <a href="https://groups.google.com/d/optout">https://groups.google.com/d/optout</a>.<br />