INSTALL.DJGPP 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. INSTALLATION ON THE DOS PLATFORM WITH DJGPP
  2. -------------------------------------------
  3. Openssl has been ported to DOS, but only with long filename support. If
  4. you wish to compile on native DOS with 8+3 filenames, you will have to
  5. tweak the installation yourself, including renaming files with illegal
  6. or duplicate names.
  7. You should have a full DJGPP environment installed, including the
  8. latest versions of DJGPP, GCC, BINUTILS, BASH, etc. This package
  9. requires that PERL and BC also be installed.
  10. All of these can be obtained from the usual DJGPP mirror sites, such
  11. as "ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp". You also need to
  12. have the WATT-32 networking package installed before you try to compile
  13. openssl. This can be obtained from "http://www.bgnett.no/~giva/".
  14. The Makefile assumes that the WATT-32 code is in the directory
  15. specified by the environment variable WATT_ROOT. If you have watt-32
  16. in directory "watt32" under your main DJGPP directory, specify
  17. WATT_ROOT="/dev/env/DJDIR/watt32".
  18. To compile openssl, start your BASH shell. Then configure for DOS by
  19. running "./Configure" with appropriate arguments. The basic syntax for
  20. DOS is:
  21. ./Configure no-threads --prefix=/dev/env/DJDIR DJGPP
  22. You may run out of DPMI selectors when running in a DOS box under
  23. Windows. If so, just close the BASH shell, go back to Windows, and
  24. restart BASH. Then run "make" again.
  25. Building openssl under DJGPP has been tested with DJGPP 2.03,
  26. GCC 2.952, GCC 2.953, perl 5.005_02 and perl 5.006_01.