Commit dc8c8cda authored by Richard Levitte's avatar Richard Levitte
Browse files

New script to compile on systems that already have pthreads in the

system.
parent 2d2d3139
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
#!/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