gmake: not found

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
71M
Posts: 122
Joined: Tue Jun 21, 2005 5:28 am
Location: London

gmake: not found

Post by 71M »

This is probably a really easy (stupid) thing to correct, but I get this error when running ./toolchain.sh - "gmake: not found"
Again, I'm one of the unfortunate people running under Cygwin v2.457.2.2.
I've installed all of the components that're distributed with this version, but still get the same error.

I'm also getting the "underquoted definition of AC_PSPSDK_VERSION" when using automake.

Thanks in advance,
71M
71M
Posts: 122
Joined: Tue Jun 21, 2005 5:28 am
Location: London

Post by 71M »

I've confirmed that I'm running the latest versions of AutoMake and AutoConf, so I'm presuming it isn't that.

This is with the latest grab from SubVersion.

Man am I itching to try out the cube sample! :)


Thanks,
71M
User avatar
Agoln
Posts: 326
Joined: Wed Jun 08, 2005 3:14 am
Location: Fort Wayne, IN

Post by Agoln »

you dont need gmake, as long as it goes thru everything w/o errors you are fine. You just need make.
Lego of my Ago!
71M
Posts: 122
Joined: Tue Jun 21, 2005 5:28 am
Location: London

Post by 71M »

Ah, cool. I have make installed and is definitely working.
I think the problem lies with AutoMake/Conf throwing the quotation errors then.

Thanks,
71M
Latexxx
Posts: 12
Joined: Thu May 12, 2005 3:01 am

Post by Latexxx »

Some Unix versions (e.g. Solaris and maybe some BSDs) have two Makes. The first one is some generic make and the second one is the GNU Make which is called gmake. On Linux and Cygwin GNU Make is installed just as make.
Post Reply