On Thu, 14 Jul 2011, luca paganotti wrote:

but ... I get 'undefined reference' (s) for all the pd symbols that are used by helloworld.c i.e. pd_new, gensym, class_new, class_addbang, post

You need to use the -shared option to produce a .so or .DLL file.

In addition, you need to link with PD.DLL (a Windows-only requirement... no such equivalent on other platforms).

 _______________________________________________________________________
| Mathieu Bouchard ---- tél: +1.514.383.3801 ---- Villeray, Montréal, QC
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to