标签:
I want to try one program which have makefile on it but when I put make
in the shell the error was:
g++ -g -DaUNIX -I../../acroname/aInclude -I../../acroname/aSource -Wl,-rpath,. unix_aLaserDemo_Data/aLaserDemo.o unix_aLaserDemo_Data/acpLaser.o -lpthread -lcrypto -lssl -o ../../acroname/aBinary/aLaserDemo
/usr/bin/ld: cannot find -lcrypto
collect2: ld returned 1 exit status
sudo apt-get install libssl-dev
标签:
原文地址:http://www.cnblogs.com/skying555/p/5297470.html