atom feed10 messages in at.iem.pd-listRe: [PD] [PD-announce] workshop: Pd a...
FromSent OnAttachments
Hans-Christoph SteinerApr 7, 2011 8:10 am 
Richie CynglerApr 7, 2011 3:44 pm 
R. Kevin NelsonApr 7, 2011 3:52 pm 
João PaisApr 8, 2011 3:50 am 
patrickApr 8, 2011 3:58 am 
Peter BrinkmannApr 8, 2011 10:28 am 
Peter BrinkmannApr 8, 2011 10:54 am 
Mathieu BouchardApr 8, 2011 11:06 am 
patrickApr 8, 2011 11:18 am 
Mathieu BouchardApr 8, 2011 11:50 am 
Subject:Re: [PD] [PD-announce] workshop: Pd as your embeddable audio engine
From:Mathieu Bouchard (mat@artengine.ca)
Date:Apr 8, 2011 11:50:27 am
List:at.iem.pd-list

On Sat, 9 Apr 2011, patrick wrote:

it was just to test out libpd embed in a C++ application. by using Gem i was almost sure it was the most complicated external to run. to make it work, i had to compiled my program with: /-Wl,–export-dynamic -Wl,–whole-archive ./libpd.a -Wl,–no-whole-archive/

BTW your email programme auto-converts two dashes into a long-dash. Thus your command-line options can't be copy-pasted to the terminal as-is.