Ticket #191 (closed defect: fixed)

Opened 6 months ago

Last modified 1 month ago

Makefile not compliant with BSD LD (Mac OS X 10.5)

Reported by: rasmus Assigned to: Gregor
Priority: major Milestone:
Component: Rebuild Version:
Keywords: Cc:

Description

This:

-Wl,-Bstatic,-lgc,-Bdynamic

does not work, since those flags are not recognized by ld on Mac OS X. Changing those flags to this works:

-Wl,-dynamic,-lgc

BUT, it creates a segfaulting binary. (which may be unrelated) See #190 for more information.

Building from trunk@897

Change History

09/13/08 02:01:52 changed by Gregor

  • status changed from new to closed.
  • resolution set to fixed.

Boehm GC was having so many issues on platforms, I removed it again.