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
I think it works just to delete it altogether... I don't know what it was ever supposed to do in the first place :)
Miller
On Mon, Dec 08, 2008 at 08:23:20PM -0500, Ivica Ico Bukvic wrote:
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
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-----Original Message----- From: Miller Puckette [mailto:mpuckett@imusic1.ucsd.edu] Sent: Monday, December 08, 2008 8:42 PM To: Ivica Ico Bukvic Cc: pd-list@iem.at Subject: Re: [PD] question regarding a compile warning
I think it works just to delete it altogether... I don't know what it was ever supposed to do in the first place :)
Miller
Cool! Thanks! :-)
Best wishes,
Ico