Elektrine lite

← Feed

@libreleah@mas.to

Post #2008828

2026-04-22 09:38 UTC

@april i mean it's basically linux, from a universe where good software design is the norm. that's all i have to say.

Replies (2)

  • @april@donotsta.re 2026-04-22 09:39

    @libreleah i mean yes that far i know ^^ i never had to deal with plain kernel syscalls myself (i should probably do that at some point) so thats the part where i had the lack of knowledge

    Open ##2008829

  • @libreleah@mas.to 2026-04-22 09:41

    @april but yeah so like, in linux, you just... install gcc right? and run gcc. it is not like that on bsd systems. there are like 20 different versions and you pick one. "gcc" in PATH, in openbsd, is a really really old one in the base system. if you're using stuff like gnu toolchains in ports, you run e.g. gcc-15, gcc-14, and so on. so you h ave to adjust PATH and/or adjust e.g. CC, and so on, in the environment. often you have to patch upstream projects if they assume e.g. gcc in PATH.

    Open ##2008833