maskprocessor & statsprocessor updates
#5
(08-15-2012, 07:11 PM)KT819GM Wrote: Compiler drops error about mingw64, but it does it's job, after &&make I can run hcstatgen on mac.

Thanks for the advice, i think it works now....i have thinking it dosen't cause i have see on the folder :

".BIN" & " .BIN.dSYM" so i was thinking it was again linux binaries...

*************************
new-host:utils xxxxx$ make
rm -f core *.bin *.exe
gcc -Wall -W -pipe -g -O2 -ansi -o combinator.bin combinator.c
gcc -Wall -W -pipe -g -O2 -ansi -o cutb.bin cutb.c
gcc -Wall -W -pipe -g -O2 -ansi -o expander.bin expander.c
gcc -Wall -W -pipe -g -O2 -ansi -o gate.bin gate.c
gcc -Wall -W -pipe -g -O2 -ansi -o hcstatgen.bin hcstatgen.c
gcc -Wall -W -pipe -g -O2 -ansi -o len.bin len.c
gcc -Wall -W -pipe -g -O2 -ansi -o morph.bin morph.c
gcc -Wall -W -pipe -g -O2 -ansi -o permute.bin permute.c
gcc -Wall -W -pipe -g -O2 -ansi -o prepare.bin prepare.c
gcc -Wall -W -pipe -g -O2 -ansi -o req.bin req.c
gcc -Wall -W -pipe -g -O2 -ansi -o rli.bin rli.c
gcc -Wall -W -pipe -g -O2 -ansi -o rli2.bin rli2.c
gcc -Wall -W -pipe -g -O2 -ansi -o splitlen.bin splitlen.c
/usr/bin/x86_64-w64-mingw32-gcc -Wall -W -pipe -g -O2 -ansi -D_WIN -o combinator.exe combinator.c
make: /usr/bin/x86_64-w64-mingw32-gcc: No such file or directory
make: *** [windows] Error 1

***********************

THANK YOU !


Messages In This Thread
maskprocessor & statsprocessor updates - by radix - 08-14-2012, 12:31 PM
RE: maskprocessor & statsprocessor updates - by tony - 08-15-2012, 08:49 PM