[haiku-development] Re: /bin/cc

  • From: "Raymond C. Rodgers" <sinful622@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Thu, 26 Mar 2009 19:37:05 -0400

Urias McCullough wrote:
On Thu, Mar 26, 2009 at 1:44 PM, Raymond C. Rodgers <sinful622@xxxxxxxxx> wrote:
My builds have used the all optional packages flag, so the development tools
are there when the build completes.

Despite that this "all optional packages" setting is gone now, I'll
assume your environment ends up properly configured.

However, looking in the make sources, I see that appears to be setting
CC=cc by default on line 401:

http://dev.haiku-os.org/browser/haiku/trunk/src/bin/make/default.c#L401

- Urias

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). The second screen shot shows Themis building its depends normally after I do "export CC=gcc". In both cases I aborted the build process after a few lines just so the output can be seen.

http://www.badlucksoft.com/screenshot2.png
http://www.badlucksoft.com/screenshot3.png

Any how, whatever the problem is, us lowly users would be pleased if you highly regarded developers would fix it. ;-)

Raymond

Other related posts: