> Date: Thu, 02 Dec 2004 15:40:00 +0100 (CET) > From: Richard Levitte - VMS Whacker <[EMAIL PROTECTED]> > > In message <[EMAIL PROTECTED]> on Wed, 1 Dec 2004 21:24:22 -0800 (PST), Gregory Hicks <[EMAIL PROTECTED]> said: > > ghicks> OK. I retrieved the openssl-SNAP-20041201 version... > > That's a snapshot for 0.9.8-dev. It doesn't have any FIPS stuff. > What you want is openssl-0.9.7-stable-SNAP-yyyymmdd > > [...] > > You know, I didn't notice you got the wrong snapshot before I saw the > tell-tale 'link_app.'. That only exists in 0.9.8-dev. So it seems > like you found fairly serious bug on the way. Thanks!
Actually, it turns out that, after running config, I had to edit a few makefiles: -rw-r--r-- 1 ghicks other 49393 Dec 1 21:26 ./apps/Makefile.ssl -rw-r--r-- 1 ghicks other 11186 Dec 1 21:27 ./crypto/Makefile.ssl -rw-r--r-- 1 ghicks other 10104 Dec 1 21:28 ./engines/Makefile.ssl -rw-r--r-- 1 ghicks other 44492 Dec 1 21:29 ./ssl/Makefile.ssl -rw-r--r-- 1 ghicks other 38414 Dec 1 21:29 ./test/Makefile.ssl -rw-r--r-- 1 ghicks other 1352 Dec 1 21:29 ./tools/Makefile.ssl -rw-r--r-- 1 ghicks other 21536 Dec 1 21:22 ./Makefile.ssl -rw-r--r-- 1 ghicks other 23600 Dec 1 23:29 Makefile.shared I had to change "CC = cc" in each of these files to "CC = gcc" to get the thing to compile. It finally did compile w/o errors (other than those noted in the logs attached). It did install. The thing that pointed this out was a reference to Makefile.shared... I couldn't see where the "cc ... (lots of options and stuff)" was coming from... Looks like the "config" is not being done properly... Should I delete this install and go with the one you recommended above? I want to use it with an internal anonymous remailer (mixmaster)... Should it work? Regards, Gregory Hicks ------------------------------------------------------------------- Gregory Hicks | Principal Systems Engineer Cadence Design Systems | Direct: 408.576.3609 555 River Oaks Pkwy M/S 6B1 | Fax: 408.894.3400 San Jose, CA 95134 | Internet: [EMAIL PROTECTED] I am perfectly capable of learning from my mistakes. I will surely learn a great deal today. "A democracy is a sheep and two wolves deciding on what to have for lunch. Freedom is a well armed sheep contesting the results of the decision." - Benjamin Franklin "The best we can hope for concerning the people at large is that they be properly armed." --Alexander Hamilton
a_type.c: In function `ASN1_TYPE_set': a_type.c:74: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c: In function `x509_name_ex_d2i': x_name.c:171: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c:177: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c: In function `x509_name_encode': x_name.c:239: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c:242: warning: dereferencing type-punned pointer will break strict-aliasing rules pem_lib.c: In function `PEM_get_EVP_CIPHER_INFO': pem_lib.c:483: warning: dereferencing type-punned pointer will break strict-aliasing rules ar: creating ../libssl.a + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lssl + grep ^ *-L + echo -L.. + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o openssl openssl.o verify.o asn1pars.o req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o rsautl.o dsa.o dsaparam.o ec.o ecparam.o x509.o genrsa.o gendsa.o s_server.o s_client.o speed.o s_time.o apps.o s_cb.o s_socket.o app_rand.o version.o sess_id.o ciphers.o nseq.o pkcs12.o pkcs8.o spkac.o smime.o rand.o engine.o ocsp.o -L.. -lssl -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o bntest bntest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o ectest ectest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o ecdsatest ecdsatest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o ecdhtest ecdhtest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o ideatest ideatest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o md2test md2test.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o md4test md4test.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o md5test md5test.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o hmactest hmactest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o rc2test rc2test.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o rc4test rc4test.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + grep ^ *-L + uniq + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o rc5test rc5test.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + grep ^ *-L + uniq + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o destest destest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o shatest shatest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o sha1test sha1test.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o sha256t sha256t.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o sha512t sha512t.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o mdc2test mdc2test.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o rmdtest rmdtest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o randtest randtest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o dhtest dhtest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o enginetest enginetest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o bftest bftest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o casttest casttest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lssl + grep ^ *-L + echo -L.. + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o ssltest ssltest.o -L.. -lssl -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o exptest exptest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o dsatest dsatest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o rsa_test rsa_test.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o evp_test evp_test.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o dummytest dummytest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..:/usr/lib:/usr/openwin/lib:/usr/dt/lib:/opt/SUNWits/Graphics-sw/xil/lib:/opt/gnome/lib:/usr/local/OpenOffice.org1.0/program:/usr/local/lib:/usr/lib/ldap:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/usr/local/perl5.004_04/lib
+ echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lssl + grep ^ *-L + echo -L.. + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o openssl openssl.o verify.o asn1pars.o req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o rsautl.o dsa.o dsaparam.o ec.o ecparam.o x509.o genrsa.o gendsa.o s_server.o s_client.o speed.o s_time.o apps.o s_cb.o s_socket.o app_rand.o version.o sess_id.o ciphers.o nseq.o pkcs12.o pkcs8.o spkac.o smime.o rand.o engine.o ocsp.o -L.. -lssl -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o bntest bntest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o ectest ectest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o ecdsatest ecdsatest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o ecdhtest ecdhtest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o ideatest ideatest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o md2test md2test.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o md4test md4test.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o md5test md5test.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o hmactest hmactest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o rc2test rc2test.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o rc4test rc4test.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o rc5test rc5test.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o destest destest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o shatest shatest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o sha1test sha1test.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + grep ^ *-L + uniq + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o sha256t sha256t.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o sha512t sha512t.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o mdc2test mdc2test.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o rmdtest rmdtest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o randtest randtest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o dhtest dhtest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o enginetest enginetest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o bftest bftest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + grep ^ *-L + uniq + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o casttest casttest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lssl + grep ^ *-L + echo -L.. + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o ssltest ssltest.o -L.. -lssl -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o exptest exptest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + grep ^ *-L + uniq + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o dsatest dsatest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o rsa_test rsa_test.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o evp_test evp_test.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: + echo -L.. + uniq + grep ^ *-L + echo -L.. + sed -e s/^ *-L// + echo -lcrypto + grep ^ *-L + echo -lsocket + grep ^ *-L + echo -lnsl + grep ^ *-L + echo -ldl + grep ^ *-L LIBPATH=.. + echo .. + sed -e s/ /:/g LIBPATH=.. + gcc -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DMD5_ASM -o dummytest dummytest.o -L.. -lcrypto -lsocket -lnsl -ldl LD_LIBRARY_PATH=..: