Ticket #12074 (closed defect: invalid)
BUG: gambit-c-4.0b22_0 built with incorrect link library
| Reported by: | carson@… | Owned by: | arto.bendiken@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.4.40 |
| Keywords: | Cc: | pmq@… | |
| Port: | gambit-c |
Description
When using gambit-c's gsc to link files to create executables, gsc references a non-existent file:
gsc -link foo.scm *** ERROR IN c#targ-read-linker-info -- No such file or directory (open-input-file "/opt/local/lib/_gambc.c")
As a workaround users must specify the actual location by hand:
gsc -link -l /opt/local/lib/gambit-c/_gambc foo.scm
Change History
comment:1 Changed 6 years ago by markd@…
- Summary changed from gambit-c 4.0b22_0 built with incorrect link library to BUG: gambit-c-4.0b22_0 built with incorrect link library
Note: See
TracTickets for help on using
tickets.

