'cc' is not an accessible executable?
'cc' is not an accessible executable?
- Subject: 'cc' is not an accessible executable?
- From: David Miller <email@hidden>
- Date: Sat, 27 Dec 2003 14:28:59 -0500
I've been searching Google and various list archives for a while and can
find no reference to this error message... does anyone have a clue what I
should be looking for?
I recently installed the XCode 1.1 update on all three of my Macs...
unfortunately I didn't think to test it on one of them before upgrading the
others. Now when I try to build, it always fails trying to precompile the
prefix headers with this error message:
Couldn't run 'cc' because it does not refer to an accessible executable.
This most certainly looks "accessible" to me:
dave@ibook [14:27 ~ 7] tcsh> which cc
/usr/bin/cc
dave@ibook [14:27 ~ 8] tcsh> dir /usr/bin/cc
lrwxr-xr-x 1 root wheel 7 28 Oct 11:38 /usr/bin/cc@ -> gcc-3.3
dave@ibook [14:27 ~ 9] tcsh> dir /usr/bin/gcc-3.3
-r-xr-xr-x 1 root wheel 131720 28 Oct 12:17 /usr/bin/gcc-3.3*
Unix-based projects I have with standard Makefiles build fine from the
command line, it only seems to be XCode that dies with this error. Anyone
have any ideas?
(And just for the heck of it, I *did* run the Repair Permissions thing from
Disk Utility, and that didn't fix it)
--
Dave Miller - System Administrator / Programmer
InTrec Software, Inc. http://www.intrec.com/
email@hidden
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.