Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update compile.sh to use correct Gambit filenames #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lukebayes
Copy link

Issue #53 After building and installing Gambit tag "v4.8.5" from source (on OS X and Linux), the requested file names are not available and calling this script throws the following error:

*** ERROR -- missing or invalid linking information for module "[Gambit Path]/_gambcgsc"
gcc: error: bh_.c: No such file or directory
gcc: fatal error: no input files
compilation terminated.
*** ERROR IN ##main -- C compilation or link failed while compiling "bh_.c"

Updated the file names to match what Gambit currently creates, but there may still be a remaining problem created by the trailing slash that the embedded script creates when determining the Gambit library path.

After building and installing Gambit tag "v4.8.5" from source, the requested file names are not available and calling this script throws the following error:

```bash
*** ERROR -- missing or invalid linking information for module "[Gambit Path]/_gambcgsc"
gcc: error: bh_.c: No such file or directory
gcc: fatal error: no input files
compilation terminated.
*** ERROR IN ##main -- C compilation or link failed while compiling "bh_.c"
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant