Elektrine lite

← Feed

@parzivalwolfram@infosec.exchange

Post #3574293

2024-12-25 03:32 UTC

ok so if /lib isn't symlinked to /usr/lib, gcc's first build immediately dies due to not being able to find __builtin_va_alist. HOW? IT'S FUCKING BUILTIN, GCC it's not even like it's due to the prebuilt GCC needing it, because /usr/lib contains ZERO includable files, so it wouldn't be affected by /usr/lib not being linked, right? but it is. why and how

Replies (1)

  • somehow, in trying to fix the type mismatch between SIZE_MAX and size_t, i forgot you can use typedef'd types... as types you can cast to! i'm fucking stupid i swear

    Open ##3574292