Files
GmSSL/crypto/threads/pthread2.sh
Zhi Guan 3bdc0ea895 update
2015-08-15 15:02:15 +08:00

7 lines
187 B
Bash
Executable File

#!/bin/sh
#
# build using pthreads where it's already built into the system
#
/bin/rm -f mttest
gcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto -lpthread -ldl