Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #12074 (closed defect: invalid)

Opened 18 months ago

Last modified 4 weeks ago

BUG: gambit-c-4.0b22_0 built with incorrect link library

Reported by: carson@… Owned by: arto.bendiken@…
Priority: Normal Milestone: Port Bugs
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

Changed 18 months 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

Changed 18 months ago by markd@…

  • milestone set to Port Bugs

Changed 4 weeks 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.

Note: See TracTickets for help on using tickets.