Elektrine lite

← Feed

@parzivalwolfram@infosec.exchange

Post #3574265

2025-09-24 03:53 UTC

gcc's libstdc++.so is requiring several math functions for libm version "SUNW_1.1" but no libm packed with sol7 or SUNWspro fulfills that version number? A couple X11 libraries also need it, but they load fine. I don't know where the fuck it found these to start with, but I can't seem to turn off symbol versioning to fix it. What the FUCK do I do now?

Replies (1)

  • what I do now is patch SDL2. They're detecting old Solaris versions as Solaris properly, but only newer versions of Solaris have the non-standard atomic.h header. sol7 doesn't have it... at all, so I have to manually comment out huge code blocks to get it to use the emulated atomic operations properly.

    Open ##3574264