We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O3 -DNDEBUG -MMD -MF test/tls13ccstest.d.tmp -MT test/tls13ccstest.o -c -o test/tls13ccstest.o test/tls13ccstest.c rm -f test/tls13ccstest ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O3 -L. -o test/tls13ccstest test/ssltestlib.o test/tls13ccstest.o -lssl test/libtestutil.a -lcrypto -ldl -pthread gcc -I. -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O3 -DNDEBUG -MMD -MF test/tls13encryptiontest.d.tmp -MT test/tls13encryptiontest.o -c -o test/tls13encryptiontest.o test/tls13encryptiontest.c rm -f test/tls13encryptiontest ${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O3 -L. -o test/tls13encryptiontest test/tls13encryptiontest.o libssl.a test/libtestutil.a -lcrypto -ldl -pthread collect2: error: ld returned 1 exit status make[1]: *** [test/tls13encryptiontest] Error 1 make[1]: Leaving directory `/root/TASSL-1.1.1-master' make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
gcc -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O3 -DNDEBUG -MMD -MF test/tls13ccstest.d.tmp -MT test/tls13ccstest.o -c -o test/tls13ccstest.o test/tls13ccstest.c
rm -f test/tls13ccstest
${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O3 -L.
-o test/tls13ccstest test/ssltestlib.o test/tls13ccstest.o
-lssl test/libtestutil.a -lcrypto -ldl -pthread
gcc -I. -Iinclude -pthread -m64 -Wa,--noexecstack -Wall -O3 -DNDEBUG -MMD -MF test/tls13encryptiontest.d.tmp -MT test/tls13encryptiontest.o -c -o test/tls13encryptiontest.o test/tls13encryptiontest.c
rm -f test/tls13encryptiontest
${LDCMD:-gcc} -pthread -m64 -Wa,--noexecstack -Wall -O3 -L.
-o test/tls13encryptiontest test/tls13encryptiontest.o
libssl.a test/libtestutil.a -lcrypto -ldl -pthread
collect2: error: ld returned 1 exit status
make[1]: *** [test/tls13encryptiontest] Error 1
make[1]: Leaving directory `/root/TASSL-1.1.1-master'
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: