PDA

View Full Version : GNU 'make'?! for Cygwin



Kaiser
January 11th, 2006, 01:46
Okay I was try to run the pspchaintool and this is what I got


Kaiser@Rusty ~
$ ./toolchain.sh
ERROR: Please make sure you have GNU 'make' installed

So I googled this thing up and got a .tar file. I unzipped that and now I got a lot of folders and files that I don't know what to do with. I got them under a folder titled "make- 3.8.0".


I need some help on how to install GNU make into Cygwin?

thanks in advance

flaming_carrot
January 11th, 2006, 07:40
Easiest is to use the Cygwin setup program and select Make for installation. Also make sure you have gcc and binutils installed.

Kaiser
January 11th, 2006, 08:53
I ended up figuring it out on my own eventually. I just reinstalled cygin and made sure to check off web and deval from "default" to "install". Which is probably a lazier way of doing it your way. Those files your talking about must be under those.

Thanks for your help anyway though flaming_carrot its much appreciated.