diff --git a/crypto/threads/profile.sh b/crypto/threads/profile.sh index de5eb06708..6e3e342fc0 100644 --- a/crypto/threads/profile.sh +++ b/crypto/threads/profile.sh @@ -1,4 +1,4 @@ #!/bin/sh /bin/rm -f mttest -cc -p -DSOLARIS -I../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L.. -lthread -lssl -lcrypto -lnsl -lsocket +cc -p -DSOLARIS -I../../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L../.. -lthread -lssl -lcrypto -lnsl -lsocket diff --git a/crypto/threads/ptest.bat b/crypto/threads/ptest.bat index ccaccae09d..4071b5ffea 100755 --- a/crypto/threads/ptest.bat +++ b/crypto/threads/ptest.bat @@ -1,4 +1,4 @@ del mttest.exe -purify cl /O2 -DWIN32 /MD -I..\out mttest.c /Femttest ..\out\ssl32.lib ..\out\crypt32.lib +purify cl /O2 -DWIN32 /MD -I..\..\out mttest.c /Femttest ..\..\out\ssl32.lib ..\..\out\crypt32.lib diff --git a/crypto/threads/pthread.sh b/crypto/threads/pthread.sh index 7d0b6e55f5..f1c49821d2 100644 --- a/crypto/threads/pthread.sh +++ b/crypto/threads/pthread.sh @@ -5,5 +5,5 @@ # 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 +pgcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto diff --git a/crypto/threads/purify.sh b/crypto/threads/purify.sh index 57c4017073..6d44fe26b7 100644 --- a/crypto/threads/purify.sh +++ b/crypto/threads/purify.sh @@ -1,4 +1,4 @@ #!/bin/sh /bin/rm -f mttest -purify cc -DSOLARIS -I../include -g mttest.c -o mttest -L.. -lthread -lssl -lcrypto -lnsl -lsocket +purify cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket diff --git a/crypto/threads/solaris.sh b/crypto/threads/solaris.sh index f6a90b17ee..bc93094a27 100644 --- a/crypto/threads/solaris.sh +++ b/crypto/threads/solaris.sh @@ -1,4 +1,4 @@ #!/bin/sh /bin/rm -f mttest -cc -DSOLARIS -I../include -g mttest.c -o mttest -L.. -lthread -lssl -lcrypto -lnsl -lsocket +cc -DSOLARIS -I../../include -g mttest.c -o mttest -L../.. -lthread -lssl -lcrypto -lnsl -lsocket diff --git a/crypto/threads/win32.bat b/crypto/threads/win32.bat index 56089f69be..ee6da80a07 100755 --- a/crypto/threads/win32.bat +++ b/crypto/threads/win32.bat @@ -1,4 +1,4 @@ del mttest.exe -cl /O2 -DWIN32 /MD -I..\out mttest.c /Femttest ..\out\ssleay32.lib ..\out\libeay32.lib +cl /O2 -DWIN32 /MD -I..\..\out mttest.c /Femttest ..\..\out\ssleay32.lib ..\..\out\libeay32.lib