Revision 8824ec7cd514e0faed1c19c078c16fd1f5e3669c authored by Richard Levitte on 14 March 2000, 04:09:48 UTC, committed by Richard Levitte on 14 March 2000, 04:09:48 UTC
1 parent 8087056
pthread.sh
#!/bin/sh
#
# build using pthreads
#
# http://www.mit.edu:8001/people/proven/pthreads.html
#
/bin/rm -f mttest
pgcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto

Computing file changes ...