Hi all,
I have been encountering now regularly following warning during compile time of various externals:
ld: warning: cannot find entry symbol xport_dynamic; defaulting to 0000000000002210 (not sure if this is always the same number)
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:
ld: unrecognized option '--export_dynamic'
The interesting thing is that objects compiled one way or the other still appear to work.
The objects are being compiled against the pd-extended 0.40.3 source on Intrepid (Ubuntu 8.10).
Any ideas?
Ico