lolremez icon indicating copy to clipboard operation
lolremez copied to clipboard

Doesn't build with clang

Open j2kun opened this issue 7 months ago • 0 comments

Just FYI, this project doesn't seem to build with clang, failing at the linker step, because clang does not automatically link -lstdc++ like g++. In case anyone else has this problem, try

CC=/usr/bin/gcc CXX=/usr/bin/g++ ./configure
make

j2kun avatar Nov 20 '23 23:11 j2kun