[gambit-list] devel branch
Marc Feeley
feeley at iro.umontreal.ca
Mon Nov 1 14:55:27 EDT 2010
On 2010-11-01, at 2:47 PM, Brady McCary wrote:
> gambit-list,
>
> I have followed the instructions to have a local development branch at this URL:
>
> http://dynamo.iro.umontreal.ca/~gambit/wiki/index.php/Contributing_Patches_to_Gambit_Source_Code
>
> Is it necessary for me to perform a ``make install'', or is it
> reasonable to run gsc and gsi out of their build directories? I do not
> see make install mentioned in the above URL and a test run of the
> binaries in their build directories gives no obvious error (to me).
You can run gsc and gsi from the build directories. However you'll have to add a runtime option for the system to find the header files, etc. So call up gsc like this:
gsc -:=`pwd` foo.scm
Marc
More information about the Gambit-list
mailing list