[haiku-development] Re: /bin/cc

  • From: Ingo Weinhold <ingo_weinhold@xxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Fri, 27 Mar 2009 01:11:50 +0100

On 2009-03-27 at 00:37:05 [+0100], Raymond C. Rodgers <sinful622@xxxxxxxxx> 
wrote:
[...]
> I haven't done a fresh build since before the discussion about removing
> that flag, so, yes, I have all the optional packages including the dev
> tools installed.  My last build was on March 8th.
> 
> Nonetheless, I still had to manually "export CC=gcc" to get the build
> process to work. Below are links to two screen shots. The Terminal
> window shows first (in screenshot2.png) Themis generating errors
> presumably because /bin/cc couldn't be found (Operation not allowed).

No, it means that you're not allowed to execute /bin/cc, probably because it 
doesn't have execute permission (the correct error message should be 
"Permission denied", though). Please check. If that is the case, please check 
the permissions of src/bin/cc in your source tree. The file has the 
"svn:executable" property, so it also should have executable permission. If 
not, either your svn client messed it up or someone else did.

CU, Ingo

Other related posts: