[haiku-gsoc] Re: Help with Jam

  • From: Vivek Roy <vivekroyandroid@xxxxxxxxx>
  • To: haiku-gsoc@xxxxxxxxxxxxx
  • Date: Tue, 16 May 2017 22:32:32 +0000

Tried:
1. export CC=gcc
2. setting CC=/usr/bin/cc in /etc/environment and then source
/etc/environment (Linux)

None of them helped.

On Wed, May 17, 2017 at 3:11 AM Jérôme Duval <jerome.duval@xxxxxxxxx> wrote:



Am 16.05.2017 10:32 nachm. schrieb "Vivek Roy" <vivekroyandroid@xxxxxxxxx
:

I notice a difference,
this is what I get when I run jam in Linux


Please avoid top posting.

François actually said to define the shell environment variable CC to gcc.
So I suppose this is missing from your environment:

export CC=gcc

Or the CC variable could already be stored in the build config by the
configure script. Then just edit this config, or rerun the configure script.

Bye
Jerome


Other related posts: