Skip to content

Update compile.sh to use correct Gambit filenames - #55

Open
lukebayes wants to merge 1 commit into
per-gron:masterfrom
lukebayes:patch-1
Open

lukebayes wants to merge 1 commit into
per-gron:masterfrom
lukebayes:patch-1

Conversation

@lukebayes

Copy link
Copy Markdown

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