On Thu, 14 Jan 2010 21:54 +0100, [email protected] wrote: > Selon Hans-Christoph Steiner <[email protected]>: > > > > > > > > my msys build system is broken: > > > > > > make: cc: Command not found > > > make: *** [hcs/sys_gui] Error 127 > > > > make CC=gcc > > > > or even better > > export CC=gcc > > ok, but the linker doesn't find pd, normal I couldn't build pd: > > ~/pd-extended/pd/src > $ autoconf > /bin/m4: unrecognized option `--gnu' > Try `/bin/m4 --help' for more information. > autom4te-2.64: /bin/m4 failed with exit status: 1
The autoconf stuff doesn't work on MinGW fully, it would be great if it did. If you take that on, I'll help wherever I can. It does work on Cygwin. For MinGW you are better of doing: cd pd/src make -f makefile.mingw .hc _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
