[PD] MinGW + Eclipse + MSWIN helloworld

Mathieu Bouchard matju at artengine.ca
Thu Jul 14 18:44:50 CEST 2011


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


More information about the Pd-list mailing list