Elektrine lite

← Feed

@parzivalwolfram@infosec.exchange

Post #3574310

2024-09-07 04:34 UTC

fun fact: this is due to /bin/sh not being 100% POSIX-compatible (but /usr/xpg4/bin/sh is???) which might be where some of my other configure issues came from. why is solaris this fucked

Replies (1)

  • so i'm now compiling gcc 4.4.7 twice (once to get gcc 4.x itself, a second time after getting high enough with binutils for visibility support) and now i'm on to glibc. predictably, it's a nightmare of non-standard include issues and "oh i need a semicolon or something in the middle of this typedef" in the middle of gcc extension black magic and dense preprocessor logic. i'm using glibc 2.14.1, which is the last version before they started stripping out non-Linux support entirely over the next couple versions. i might have to start fucking mixing files from other versions to get something resembling normal operation. also, if you require inline support and optimizations to be enabled, glibc, MAYBE DON'T OVERWRITE THE USER'S CFLAGS

    Open ##3574309