samhocevar / lolremez

📈 Polynomial Approximations using the Remez Algorithm
Do What The F*ck You Want To Public License
396 stars 36 forks source link

Doesn't build with clang #27

Open j2kun opened 8 months ago

j2kun commented 8 months ago

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