Hey, I am trying to build openssl under XP command prompt for MS-DOS. I have Configure working with no errors:
#!/dev/env/DJDIR/bin/bash WATT_ROOT=/dev/env/DJDIR/watt32 && \ perl ./Configure no-threads no-idea 386 --prefix=/dev/env/DJDIR DJGPP Then I make the project: #!/dev/env/DJDIR/bin/bash WATT_ROOT=/dev/env/DJDIR/watt32 && \ export WATT_ROOT && \ make depend I get a number of errors. I am first concerned about "../util/domd: expr: command not found". I can not figure out what command it wants to execute. The shell script domd does exist in the location. I have been trying to get this working for a day or so now and thought it was time to ask for help. Errors are below. Thanks, Greg making depend in crypto... make.exe[1]: Entering directory `c:/djgpp/ssl/crypto' ../util/domd: expr: command not found gcc.exe: ambiguous abbreviation -- gcc.exe: ambiguous abbreviation -- c:/djgpp/lib/crt0.o:crt0.S:(.data+0xc2): undefined reference to `_main' c:\djgpp\tmp/ccEJoEnN.o:cryptlib.c:(.text+0x215): undefined reference to `_BUF_strdup' c:\djgpp\tmp/ccEJoEnN.o:cryptlib.c:(.text+0x22c): undefined reference to `_sk_push' c:\djgpp\tmp/ccEJoEnN.o:cryptlib.c:(.text+0x253): undefined reference to `_sk_new_null' c:\djgpp\tmp/ccEJoEnN.o:cryptlib.c:(.text+0x284): undefined reference to `_ERR_put_error' c:\djgpp\tmp/ccEJoEnN.o:cryptlib.c:(.text+0x46f): undefined reference to `_sk_num' c:\djgpp\tmp/ccEJoEnN.o:cryptlib.c:(.text+0x489): undefined reference to `_sk_value' ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org