Revision 8af354d44907dc89fbc41a03af4e5d71b8bcd7b9 authored by Ralf S. Engelschall on 22 March 1999, 16:27:02 UTC, committed by Ralf S. Engelschall on 22 March 1999, 16:27:02 UTC
1 parent 36108ad
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 ...