toolchain.sh????

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

Moderators: cheriff, TyRaNiD

Post Reply
zell992004
Posts: 3
Joined: Wed May 02, 2007 10:21 pm

toolchain.sh????

Post by zell992004 »

Ok im using the tutorial and i keep getting the message "Please make sure you have GNU make installed" but when i i try running svn update i get the error message bash: svn: command not found

WHAT DO I DO??????
please help thanks in advanced.
tabularasa
Posts: 13
Joined: Wed Nov 22, 2006 12:28 am

Post by tabularasa »

install 'make' and 'svn', i suggest
zell992004
Posts: 3
Joined: Wed May 02, 2007 10:21 pm

Post by zell992004 »

From where?
surfchen
Posts: 5
Joined: Sun Dec 10, 2006 5:36 am

Post by surfchen »

from google.com
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

If you're on linux, installing subversion is usually just "apt-get install subversion" or "yum install subversion", depending on the distro. There isn't a gmake anymore... it became regular make LONG ago and in usually part of gcc. Some distros will require you to make a symbolic link of gmake -> make for out-dated software that insists on looking for gmake. To do that, switch to superuser, cd to the bin directory where make is, then do "ln -s gmake make".
Post Reply