显示正在安装但是一直循环 这个。
- -lssl -lcrypto -ldl
- /usr/bin/perl test/generate_buildtest.pl pem > test/buildtest_pem.c
- gcc -Iinclude -m64 -Wa,--noexecstack -Wall -O3 -DNDEBUG -MMD -MF test/buildtest_pem.d.tmp -MT test/buildtest_pem.o -c -o test/buildtest_pem.o test/buildtest_pem.c
- rm -f test/buildtest_c_pem
- ${LDCMD:-gcc} -m64 -Wa,--noexecstack -Wall -O3 -L. \
- -o test/buildtest_c_pem test/buildtest_pem.o \
- -lssl -lcrypto -ldl
- /usr/bin/perl test/generate_buildtest.pl pem2 > test/buildtest_pem2.c
- gcc -Iinclude -m64 -Wa,--noexecstack -Wall -O3 -DNDEBUG -MMD -MF test/buildtest_pem2.d.tmp -MT test/buildtest_pem2.o -c -o test/buildtest_pem2.o test/buildtest_pem2.c
- rm -f test/buildtest_c_pem2
- ${LDCMD:-gcc} -m64 -Wa,--noexecstack -Wall -O3 -L. \
- -o test/buildtest_c_pem2 test/buildtest_pem2.o \
复制代码
|
|