1998-12-21 18:56:39 +08:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# build using pthreads
|
|
|
|
#
|
|
|
|
# http://www.mit.edu:8001/people/proven/pthreads.html
|
|
|
|
#
|
|
|
|
/bin/rm -f mttest
|
2000-02-26 07:18:27 +08:00
|
|
|
pgcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto
|
1998-12-21 18:56:39 +08:00
|
|
|
|