mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-04 10:30:23 +00:00
Build problem: cannot find -lc++ #18
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @0-wiz-0 on 2/14/2025
Version
0.5.1, but also
ecc05cdd60
Description
I've tried packaging this for pkgsrc. My test system is a NetBSD-10.99.12/x86_64.
The build seems to mostly work fine, but at the end, linking fails with:
My system does not provide a
libc++
library, but it has alibstdc++
one. I think that is quite common, so I wonder if there's some code that checks for this and just doesn't trigger correctly on my system.Current Behavior
Linking fails, see above.
Expected Behavior
Linking succeeds.
Additional Information
No response