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