Elektrine lite

← Feed

@parzivalwolfram@infosec.exchange

Post #3574328

2024-07-09 19:56 UTC

ok so GCC 4.5.4 is just completely fucked, got it

Replies (1)

  • gcc 4.4.7, totally fine. the issue is that now things require stdint.h, and Solaris up to like 10 used draft versions of C99 to make their headers, so they have inttypes.h BUT NOT stdint.h, so i'm gonna copy that shit in from modern glibc and hope for the best

    Open ##3574327