Open UNILucaM opened 1 year ago
That looks like Ubuntu has turned on some symbol versioning / name-spacing by default. As long as everything you try to link against this understands that this should be fine I'd think.
add "--without-symbol-versions" to nm
args (in test/suites/api/check-exports
)
Target is Ubuntu 22.04