On Thu, 14 Jan 2010 21:54 +0100, colet.patrice@free.fr wrote:
Selon Hans-Christoph Steiner hans@at.or.at:
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