[PD-dev] compiling externals on linux

2011-04-21 Thread Andrew Hassall
I've been building externals on windows but now i need to build on linux to use debugging tools. Ive been trying to build my .c files and can't seem to get them to work. Can anyone give me some instructions/ a good walk through? I've also tried to create a make file but I don't really

Re: [PD-dev] compiling externals on linux

2011-04-21 Thread Hans-Christoph Steiner
The library template should make your life easier: http://puredata.info/docs/developer/LibraryTemplate With it, you can build on Windows/MinGW,Windows/Cygwin, GNU/Linux, Mac OS X, Android, iPhoneOS... .hc On Thu, 21 Apr 2011 15:15 +0100, Andrew Hassall a.r.hass...@gmail.com wrote: I've been

Re: [PD-dev] compiling externals on linux

2011-04-21 Thread Andrew Hassall
ok thanks, I'll have a look Thanks! Andy On Thu, Apr 21, 2011 at 5:52 PM, Hans-Christoph Steiner h...@at.or.at wrote: The library template should make your life easier: http://puredata.info/docs/developer/LibraryTemplate With it, you can build on Windows/MinGW,Windows/Cygwin, GNU/Linux, Mac