![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| setEnv.sh is found in which directory(path) | sachin.tendulka | UNIX for Dummies Questions & Answers | 8 | 12-13-2007 02:38 AM |
| Same ol "no acceptable cc found in $PATH" but I'm not clueless... just still a noob | SloYerRoll | UNIX for Dummies Questions & Answers | 4 | 10-22-2007 07:20 AM |
| $PWD shows absolute path vs path w/symbolic links | kornshellmaven | Shell Programming and Scripting | 3 | 06-13-2007 09:15 AM |
| vi - replacing a relative path with absolute path in a file | Yinzer955i | UNIX for Dummies Questions & Answers | 2 | 09-07-2006 08:47 AM |
| Path /usr/include/iso not found | Nads | SUN Solaris | 1 | 09-05-2003 06:06 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
cc path problem - no acceptable path found
Hello everyone,
I'm a unix noob. I have a powerbook running mac os x 10.4 and for one of my classes I need to install the latest version of php (5.0.5). I'm following the instructions at http://developer.apple.com/internet/opensource/php.html to install but I've run into a problem. The error happens when I type "./configure" - it starts going through the process and quits at the checking for cc part. Here's some code: Code:
usr:~/Desktop/apps/php-5.0.5 usr$ ./configure loading cache ./config.cache checking host system type... powerpc-apple-darwin8.2.0 checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH usr:~/Desktop/apps/php-5.0.5 usr$ echo $PATH /bin:/sbin:/usr/bin:/usr/sbin Thanks very much! |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Do you have cc or gcc installed on your system? If you do, then include the path to that in your environment PATH variable and then run this again.
|
|
#3
|
|||
|
|||
|
no - i do not have those. i don't even konw what they are or that they were necessary hehe.. i'll install them and see if that fixes the issue.
|
|||
| Google The UNIX and Linux Forums |