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
|
|
|
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 (4)
Summary: |
gambit-c 4.0b22_0 built with incorrect link library →
BUG: gambit-c-4.0b22_0 built with incorrect link library
|
Port: |
gambit-c added
|
Resolution: |
→ invalid
|
Status: |
new →
closed
|
No response and current version is now 4.2.8. If problem still exists please file a new ticket against the current version.