OS-SCO-OpenSource-zlib

From KRayWiki
Jump to navigation Jump to search

zlib for SCO OpenServer 5.0.7

See Also: 
OS-SCO-OpenSource
OS-SCO


Summary

  • zlib 1.2.11 (latest, as of 2018/12) builds without modification.
  • Compilation seems to require gcc-3.4.6 (or later)
  • gcc 2.95.3, as supplied by SCO, errors out:
    $ CC= CFLAGS="-static" ./configure --prefix="${HOME}" Checking for gcc... ./configure: -v: not found Compiler error reporting is too harsh for ./configure (perhaps remove -Werror). ** ./configure aborting.
  • An alternate ./configure command invocation succeeds, but is not required:
    $ ./configure --static --prefix="${HOME}"

Dependencies

  • Requires
    1. gcc-3.4.6

Procedure