diff options
author | Gunter Knauf <gk@gknw.de> | 2004-07-05 02:20:20 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2004-07-05 02:20:20 +0000 |
commit | 1457b80617a07b98a7476359127bf45b4c696d69 (patch) | |
tree | 41ab785fa225ea6b1888a485ea26289a4faade3b | |
parent | dba40b35f29500e47e36e00d999d96bc781f4cf5 (diff) |
minor NetWare upate.
-rw-r--r-- | docs/INSTALL | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index b810cb83d..0f1cb4106 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -485,7 +485,11 @@ NetWare Set a search path to your compiler, linker and tools, if you want to have zlib support then set the environment var ZLIB_PATH pointing to your zlib - sources, and finally type 'make netware' ... + sources, on Linux make sure the var OSTYPE contains the string 'linux'; + and finally type 'make netware' from the top source directory... + I found on some Linux systems (RH9) that OS detection didnt work although + a 'set | grep OSTYPE' shows the var present and set; I simply overwrote it + with 'OSTYPE=linux-rh9-gnu' and the detection in the Makefile worked...; other options are currently not supported, although partly prepared. The Ares lib builds arlready fine, and both test tools work fine at least when build with CodeWarrior...; dont know yet why they fail when build with |