https://issues.dlang.org/show_bug.cgi?id=22379
Issue ID: 22379
Summary: OpenBSD: link -lexecinfo to get backtrace symbols
Product: D
Version: D2
Hardware: x86
OS: Windows
Status: NEW
Severity: enhancement
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
In making an OpenBSD package of dmd, I discovered that dmd wasn't automagically
pushing -lexecinfo in linker invocations. This is needed since that's where
backtrace symbols live on OpenBSD.
Already have a fix; this is a tracking issue.
--