"Anuerin G. Diaz" wrote: > > you have either of the following scenarios: > > 1) you dont have the make utility. try to look for it in the following > directories > > /usr/bin /usr/local/bin > > if its not still there then install the package (if you dont have the > installation cd then go to rpmfind.net adn search for 'make'). > > 2) you have it and dont have execute permissions. if this is the case then > change the file attrributes by using the chmod command (i think you have to be > root). > > chmod 766 /location/of/the/file/make
This gives read-write permission, read-execute is 0755 i beleive. > > 3) make exists in your system with the appropriate permission but isnt in your > path. try adding the following in your .bashrc file: > > export PATH=$PATH:<insert directory containing make here> > > or if make is (usually ) installed in /usr/bin , reverse the order of $PATH > and the directory containing make. > > HTH. > > "g.sanders" wrote: > > > while trying to compile a program, I ran into this: > > > > theano@localhost pari]$ make gp > > bash: make: command not found > > > > how do I fix this? > > > > -- > > "Programming, an artform that fights back." > > ============================= > Anuerin G. Diaz > Design Engineer > Millennium Software, Incorporated > 25/F Equitable-PCI Tower > ADB Avenue cor. Poveda St. > Ortigas Center, Pasig City > > Tel# 638-3070 loc. 72 > Fax# 638-3079 > ============================= > > ------------------------------------------------------------------------ > Want to buy your Pack or Services from MandrakeSoft? > Go to http://www.mandrakestore.com
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
