Hi all, I'm trying to compile OpenSSL 0.9.8k in MS-DOS 7.1 with DJGPP and I keep getting errors stating that various utilities cannot be found under the "djgppbin" directory. All of my environment variables are correctly set and ./Configure runs fine, but this strange error keeps coming up. Perhaps the scripts are parsing slashes incorrectly (i.e., should be "djgpp/bin", not "djgppbin")?
Virtually the same error happened to someone else, but that person also had something else wrong with their set-up, so the "djgppbin" error was never resolved: http://marc.info/?l=openssl-users&m=120945340207568&w=2 I can't just copy and paste my exact error because it's on a non-networked DOS computer, but here's the relevant portion from the other guy's e-mail: > I have also the fallowing error messages : > c:\djgpp\tmp/dj400000: DJGPPbin/ranlib.exe: command not found > + gcc -o openssl.exe -DMONOLITH -I.. -I../include -DOPENSSL_SYSNAME_MSDOS > -DOPENSSL_NO_KRB5 -IWATT_ROOT/inc -DTERMIOS -DL_ENDIAN -fomit-frame-pointer > -O2 -Wall 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 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 prime.o ../libssl.a > ../libcrypto.a -LWATT_ROOT/lib -lwatt > c:\djgpp\tmp/dj500000: DJGPPbin/perl.exe: command not found > make.exe[1]: [openssl.exe] Error 127 (ignored) > + gcc -o bntest.exe -I.. -I../include -DOPENSSL_SYSNAME_MSDOS > -DOPENSSL_NO_KRB5 -IWATT_ROOT/inc -DTERMIOS -DL_ENDIAN -fomit-frame-pointer > -O2 -Wall bntest.o ../libssl.a ../libcrypto.a -LWATT_ROOT/lib -lwatt > + gcc -o ectest.exe -I.. -I../include -DOPENSSL_SYSNAME_MSDOS > -DOPENSSL_NO_KRB5 -IWATT_ROOT/inc -DTERMIOS -DL_ENDIAN -fomit-frame-pointer > -O2 -Wall ectest.o ../libssl.a ../libcrypto.a -LWATT_ROOT/lib -lwatt Etc. Could someone help me out? Thanks, Ersin ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org