Opened 17 years ago

Closed 15 years ago

Last modified 15 years ago

#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 (4)

comment:1 Changed 17 years ago by markd@…

Summary: gambit-c 4.0b22_0 built with incorrect link libraryBUG: gambit-c-4.0b22_0 built with incorrect link library

comment:2 Changed 17 years ago by markd@…

Milestone: Port Bugs

comment:3 Changed 15 years ago by dbevans (David B. Evans)

Port: gambit-c added
Resolution: invalid
Status: newclosed

No response and current version is now 4.2.8. If problem still exists please file a new ticket against the current version.

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.