| View previous topic :: View next topic |
| Author |
Message |
71M
Joined: 21 Jun 2005 Posts: 122 Location: London
|
Posted: Tue Jul 12, 2005 6:23 am Post subject: gmake: not found |
|
|
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 |
|
| Back to top |
|
 |
71M
Joined: 21 Jun 2005 Posts: 122 Location: London
|
Posted: Tue Jul 12, 2005 8:29 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Tue Jul 12, 2005 9:21 am Post subject: |
|
|
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! |
|
| Back to top |
|
 |
71M
Joined: 21 Jun 2005 Posts: 122 Location: London
|
Posted: Tue Jul 12, 2005 5:52 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
Latexxx
Joined: 12 May 2005 Posts: 12
|
Posted: Sat Jul 23, 2005 4:48 am Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
|