Hi all,<br><br>I have been encountering now regularly following warning during compile time of various externals:<br><br>ld: warning: cannot find entry symbol xport_dynamic; defaulting to 0000000000002210 (not sure if this is always the same number)<br>
<br>When I manually convert -export_dynamic in makefile to --export_dynamic, the error goes away on all objects so far except for the wiimote external which reports:<br><br>ld: unrecognized option &#39;--export_dynamic&#39;<br>
<br>The interesting thing is that objects compiled one way or the other still appear to work.<br><br>The objects are being compiled against the pd-extended 0.40.3 source on Intrepid (Ubuntu 8.10).<br><br>Any ideas?<br><br>
Ico<br>