<div>HI all,</div>
<div>&nbsp;</div>
<div>I&#39;m trying to compile some of my externals for Windows, and I&#39;m running into a strange error. </div>
<div>&nbsp;</div>
<div>This code:</div>
<div>void *nrciOut_new() // constructor <br>{<br>&nbsp;t_nrciOut *x = (t_nrciOut *)pd_new(nrciOut_class);<br>&nbsp;outlet_new(&amp;x-&gt;x_obj, &amp;s_list);<br>&nbsp;return (void *) x;<br>}</div>
<div>&nbsp;</div>
<div>Causes the linker to return an error:</div>
<div>&quot;undefined reference to &#39;s_list&#39;&quot;</div>
<div>&nbsp;</div>
<div>But if I change the &amp;s_list to &#39;0&#39; it seems to work... It seems strange to me that the linker can find the rest of the PD libraries, but not the s_list struct. </div>
<div>Has anyone run into anything similar? </div>
<div>&nbsp;</div>
<div>Thanks much,</div>
<div>&nbsp;</div>
<div>Greg Surges<br clear="all"><br>-- <br><a href="http://www.uwm.edu/~gssurges/">http://www.uwm.edu/~gssurges/</a> </div>