python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Beginner issue when linking 7z LZMA SDK to dietlibc
I'm using tcc on sabotage. I use below to link LZMA to dietlibc (the start.o and libc.a from dietlibc are in current path):
tcc -nostdlib start.o LzmaUtil.o Alloc.o LzFind.o LzmaEnc.o LzmaDec.o 7zFind...
Chenrui Yang
Votes: 0
Answers: 1
libc6 partially installed on ubuntu and I am stuck
I have seen the various standard cures and none of them work. Basic problem:
sudo apt-get --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state inform...
Samantha Atkins
Votes: 0
Answers: 1
mold and lld not linking against libc correctly
I've been writing some x64 assembly on linux - exactly what it is is not relevant - and I've come across a strange problem. In my assembly code, I've declared printf as an external label, and call it ...

nekodjin
Votes: 0
Answers: 1