cjlin1 / libsvm

LIBSVM -- A Library for Support Vector Machines
https://www.csie.ntu.edu.tw/~cjlin/libsvm/
BSD 3-Clause "New" or "Revised" License
4.52k stars 1.64k forks source link

cannot find -lgcc: No such file or directory #212

Closed KOUKILEO closed 4 months ago

KOUKILEO commented 4 months ago

I have a problem when compiling LIBSVM. I cannot make. What is the problem? OS= Ubuntu 22.04.3 image

cjlin1 commented 4 months ago

I think this is due to that your gcc was not properly installed. It's not related to libsvm. You can to see if your gcc can be used to compile any simple C programs