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_t...
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).
Brady
Afficher les réponses par date
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_t...
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