Now that the universal backend is nearing completion, I plan to remove the “C” from Gambit-C in various places (documentation, installation directories, environment variables, etc).
For example, instead of using “-lgambc” when linking at the C level the option “-lgambit” will be needed.
This will make the naming more consistent (after all it was gambit.h and not gambc.h, and the banner when starting gsi was “Gambit” not “Gambit-C”, etc).
So you might want to anticipate having to change your makefiles and build process to take this into account.
Marc