> From: owner-openssl-us...@openssl.org On Behalf Of Coleson, Greg
> Sent: Tuesday, 16 June, 2009 16:42

> 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
> 
I don't know if all the programs that will reference installdir will 
be DJ-aware. You may need to make that an actual path. But see below.

> 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.
> 
expr is a Unix-style utility program that does various computations 
that original shells didn't do. ('New' shells like bash 
now have most if not all of these available builtin.)

According to my (rather old) djgpp install on an old test machine, 
expr was in shl<ver> (sh-utils), so if that is installed, PATH set, 
and you're using the right (i.e. dj) make, I think it should work.

That said, DJGPP was never a perfect port of the Unix environment,
and I wouldn't be surprised if you run into more problems. Good luck.



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to