Loading docs/INSTALL +11 −13 Original line number Diff line number Diff line Loading @@ -462,21 +462,19 @@ NetWare - optional zlib sources (at the moment only dynamic linking with zlib.imp); sources with NetWare Makefile can be obtained from: http://www.gknw.com/mirror/zlib/ 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, 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 didnlt work although - optional OpenSSL sources (version 0.9.8 or later which builds with BSD); Set a search path to your compiler, linker and tools; on Linux make sure that the var OSTYPE contains the string 'linux'; and then type 'make netware' from the top source directory; other tagets available are 'netware-ssl', 'netware-ssl-zlib', 'netware-zlib' and 'netware-ares'; if you need other combinations you can control the build with the environment variables WITH_SSL, WITH_ZLIB, WITH_ARES and ENABLE_IPV6. 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...; don't know yet why they fail when build with gcc though; if you want to compile with Ares support then set an env var WITH_ARES=1; I've not tested yet including libares into curl. with 'OSTYPE=linux-rh9-gnu' and the detection in the Makefile worked... Any help in testing appreciated! Builds automatically created 4 times a day from current CVS are here: Builds automatically created 8 times a day from current CVS are here: http://www.gknw.com/mirror/curl/autobuilds/ the status of these builds can be viewed at the autobuild table: http://curl.haxx.se/auto/ Loading Loading
docs/INSTALL +11 −13 Original line number Diff line number Diff line Loading @@ -462,21 +462,19 @@ NetWare - optional zlib sources (at the moment only dynamic linking with zlib.imp); sources with NetWare Makefile can be obtained from: http://www.gknw.com/mirror/zlib/ 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, 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 didnlt work although - optional OpenSSL sources (version 0.9.8 or later which builds with BSD); Set a search path to your compiler, linker and tools; on Linux make sure that the var OSTYPE contains the string 'linux'; and then type 'make netware' from the top source directory; other tagets available are 'netware-ssl', 'netware-ssl-zlib', 'netware-zlib' and 'netware-ares'; if you need other combinations you can control the build with the environment variables WITH_SSL, WITH_ZLIB, WITH_ARES and ENABLE_IPV6. 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...; don't know yet why they fail when build with gcc though; if you want to compile with Ares support then set an env var WITH_ARES=1; I've not tested yet including libares into curl. with 'OSTYPE=linux-rh9-gnu' and the detection in the Makefile worked... Any help in testing appreciated! Builds automatically created 4 times a day from current CVS are here: Builds automatically created 8 times a day from current CVS are here: http://www.gknw.com/mirror/curl/autobuilds/ the status of these builds can be viewed at the autobuild table: http://curl.haxx.se/auto/ Loading