Elektrine lite

← Feed

@parzivalwolfram@infosec.exchange

Post #3574289

2025-01-30 04:18 UTC

this whole "if /usr/lib isn't symlinked then gcc can't find a builtin even after successfully building gcc from source" thing is really fucking me over, because i can't be repeatable in testing without reinstalling the whole ass OS. currently, you can't build GCC 2.95.3 with suncc if you've done so and reset the prefix because stage1/gcc.o has a lot of mangled symbols from suncc only after you get gcc 2.95.3 libs in /usr/lib, and stage2/gcc.o for some reason does not have this issue. i do not feel like disassembling suncc to figure that shit out, either.

Replies (1)

  • i've gotten like 60% of glibc 2.1 to build correctly on solaris 2.7, but it dies in the middle of some ELF section handler (the ELF section name is undefined, and i don't see a single spot where it's defined when grepping the entire source dir for 2.1 or 2.13 or 2.30, so...?)

    Open ##3574288