@parzivalwolfram@infosec.exchange
Post #3574290
2025-01-30 03:46 UTC
I accidentally built multiple programs, including a whole ass copy of GCC 3.2, using GCC 2.95.3 as a C compiler and Sun's custom C++ compiler at the same time. i don't know how i got that far with that fuckup
Replies (1)
-
@parzivalwolfram@infosec.exchange 2025-01-30 04:18
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.