[PD] xnetreceive

Mathieu Bouchard matju at sympatico.ca
Fri May 7 01:38:47 CEST 2004


On Thu, 6 May 2004, Páll Þayer wrote:

> Not much of a programmer myself but I tried compiling this on Mac OS
> X. After commenting out the ifdef Unix and all the win stuff, the only
> error I get is the following... what does this mean?
> pallis-Computer:/Applications/pd-0.37-1/src root# gcc xnetreceive.c 
> ld: Undefined symbols:
> _main
> _binbuf_eval
> [...]

Those are all functions defined by Pd. You need to tell ld that it's ok to
ignore those, as they are part of the plugin interface. I think you need
-bundle_loader pointing to a pd executable, or something like that.

________________________________________________________________
Mathieu Bouchard                       http://artengine.ca/matju





More information about the Pd-list mailing list