Found it.  Thanks.

Why did you define fib twice?


Steve


From: Marc Feeley <feeley@iro.umontreal.ca>
To: Steve Graham <jsgrahamus@yahoo.com>
Cc: "gambit-list@iro.umontreal.ca" <gambit-list@iro.umontreal.ca>
Sent: Tuesday, September 17, 2013 12:54 PM
Subject: Re: [gambit-list] Efficient Compilation of Tail Calls and Continuations to JavaScript


On 2013-09-17, at 2:17 PM, Steve Graham <jsgrahamus@yahoo.com> wrote:

> Where do I find instructions for building Gambit from source code?

Read the README at https://github.com/feeley/gambit

Marc


Quick-install instructions for a typical installation
-----------------------------------------------------

  git clone https://github.com/feeley/gambit.git
  cd gambit
  ./configure --enable-single-host
  make -j4 bootstrap
  make -j4 bootclean
  make -j4 bootstrap
  make -j4 bootclean
  make -j4
  make check
  sudo make install

Detailed installation instructions are given in the file "INSTALL.txt".