<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p><br>
</p>
<p>Hi,</p>
<p>I'm stuck on figuring out compiling a simple s7 repel test in c.&nbsp; I'm on fedora 23.&nbsp; I've tried a few different things but not sure what /usr/bin/ld error is trying to tell me.<br>
</p>
<p><br>
</p>
<p><br>
</p>
<p>gcc error: </p>
<div>/usr/bin/ld: cannot find : No such file or directory<br>
</div>
<p></p>
<p><br>
//gcc -o repel_test repel_test.c s7.o -Wl, -export-dynamic -lm -I. -ldl<br>
<br>
#include &quot;/opt/snd-16/s7.h&quot;<br>
<br>
int main (int argc, char **argv)<br>
{<br>
&nbsp;&nbsp; &nbsp;s7_scheme *sc;<br>
&nbsp;&nbsp; &nbsp;sc = s7_init();<br>
&nbsp;&nbsp; &nbsp;s7_load(sc, &quot;/opt/snd-16/repl.scm&quot;);<br>
&nbsp;&nbsp; &nbsp;s7_eval_c_string(sc, &quot;((*repl* 'run))&quot;);<br>
&nbsp;&nbsp; &nbsp;return(0);<br>
}<br>
</p>
<p><br>
</p>
<p>Regards,</p>
<p>Jim<br>
</p>
</div>
</body>
</html>