Open chr15m opened 7 years ago
After installing the required dependencies on Ubuntu 14.04 make threw an error, unable to find libstdc++ until I added this to LIBS: -L/usr/lib/gcc/x86_64-linux-gnu/4.8/
make
LIBS
-L/usr/lib/gcc/x86_64-linux-gnu/4.8/
After installing the required dependencies on Ubuntu 14.04
make
threw an error, unable to find libstdc++ until I added this toLIBS
:-L/usr/lib/gcc/x86_64-linux-gnu/4.8/