New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #12074 (closed defect: invalid)

Opened 6 years ago

Last modified 4 years ago

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

comment:2 Changed 6 years ago by markd@…

  • Milestone set to Port Bugs

comment:3 Changed 5 years ago by devans@…

  • Status changed from new to closed
  • Resolution set to invalid
  • Port set to gambit-c

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 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.