[PD] PD markov object

carmen _ at whats-your.name
Tue Aug 1 18:01:43 CEST 2006


> Yes, my apologies.  I'm using cygwin.

use MinGW. (or make sure your cygwin build environment only sees mingw headers and libs, you want to cross-compile from cygwin to win32)

> 
> It seems that the makefile is tailored only to linux

linux makefiles work on windows with two changes,

1. you need either -lpd and a pd.a, or a path to pd.dll for the linker to find pd's symbols
2. remove any stuff overriding the default sharedlibrary extension and setting it to eg 'pd_linux'

, and my goal is
> to compile a .dll for windows.  At first the compilation itself failed
> with lots of "undefined reference to ..." that quickly scrolled off
> the dos window (why can't they put a scrollbar on it?!).

yeah why isnt there a 'show onlyl last 10 lines of error'. that is totally maddening and it seems the only solution is set scrollback to infinity and run 'clear' right before make..





More information about the Pd-list mailing list