Conversation
Notices
-
Embed this notice
Pleroma-tan (kirby@lab.nyanide.com)'s status on Friday, 12-Jul-2024 08:03:23 JST Pleroma-tan i have gc from arch linux pacman and i'm not sure how the fuck i'm supposed to link this in a sane fashion. am i really supposed to find the directory where gc is on here -
Embed this notice
Pleroma-tan (kirby@lab.nyanide.com)'s status on Friday, 12-Jul-2024 08:11:11 JST Pleroma-tan gcc -I/usr/include/gc main.c /usr/lib/libgc.so -o main
i guess those paths are universal across distros. -
Embed this notice
August (bob@versalife.business)'s status on Friday, 12-Jul-2024 08:14:09 JST August @kirby
Sometimes libraries define environment variables or have a configuration script that spits out gcc arguments for youPleroma-tan likes this. -
Embed this notice
Pleroma-tan (kirby@lab.nyanide.com)'s status on Friday, 12-Jul-2024 08:14:21 JST Pleroma-tan garbage collector werks as intended™️ -
Embed this notice
Pleroma-tan (kirby@lab.nyanide.com)'s status on Friday, 12-Jul-2024 08:16:43 JST Pleroma-tan -lgc also works, i had to find that out from a man page
i mean why wasn't it documented on the tutorial page? -
Embed this notice
Pleroma-tan (kirby@lab.nyanide.com)'s status on Friday, 12-Jul-2024 08:20:04 JST Pleroma-tan @romin no werk with gc or libgc -
Embed this notice
ロミンちゃん (romin@shitposter.world)'s status on Friday, 12-Jul-2024 08:20:05 JST ロミンちゃん @kirby `pkg-config --libs your-shitlib-name-here` Pleroma-tan likes this. -
Embed this notice
Pleroma-tan (kirby@lab.nyanide.com)'s status on Friday, 12-Jul-2024 08:22:00 JST Pleroma-tan @iska im retarded dont mind me -
Embed this notice
Iska (iska@catposter.club)'s status on Friday, 12-Jul-2024 08:22:01 JST Iska @kirby@lab.nyanide.com he uses boehm instead of making a coherent runtime to add a generational immix implementation intoNGMI
Pleroma-tan likes this. -
Embed this notice
ロミンちゃん (romin@shitposter.world)'s status on Friday, 12-Jul-2024 08:25:13 JST ロミンちゃん @kirby
>pacman -Ql gc | grep pkgconfig
>gc /usr/lib/pkgconfig/bdw-gc.pc
>pkg-config --cflags --libs bdw-gc
> -lgc -lpthread -ldl
:l_hmm:Pleroma-tan likes this. -
Embed this notice
Pleroma-tan (kirby@lab.nyanide.com)'s status on Friday, 12-Jul-2024 08:26:32 JST Pleroma-tan @romin a. i have an iq of like 21
b. i didn't know pacman displayed that silly information!!! also i'd basically only heard of pkg-config until now.
-
Embed this notice