Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com X-Mailer: 21.1 "20 Minutes to Nikko" XEmacs Lucid (patch 2) (via feedmail 8 I) To: Olaf Bachmann Cc: cygwin AT sourceware DOT cygnus DOT com Subject: Re: uuencode/decode/sharutils References: From: "Dr. Volker Zell" Date: 27 Apr 2000 17:45:40 +0200 In-Reply-To: Olaf Bachmann's message of "Tue, 25 Apr 2000 14:19:10 +0200 (MET DST)" Message-ID: Lines: 42 User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.1 (20 Minutes to Nikko) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii >>>>> "Olaf" == Olaf Bachmann writes: Olaf> Has anyone successfully compiled/installed uuencode/uudecode from Olaf> sharutils-4.2? I tried to compile it, but the generated binaries fail Olaf> the checks (are broken). Same applies to those binaries found in For me sharutils-4.2 compiles OOTB and a make check gives the following result: for subdir in doc lib po intl src checks contrib; do \ target=`echo check|sed 's/-recursive//'`; \ echo making $target in $subdir; \ (cd $subdir && make $target) \ || case "--unix" in *k*) fail=yes;; *) exit 1;; esac; \ done && test -z "$fail" making check in doc make[1]: Nothing to be done for `check'. making check in lib make[1]: Nothing to be done for `check'. making check in po make[1]: Nothing to be done for `check'. making check in intl make[1]: Nothing to be done for `check'. making check in src make[1]: Nothing to be done for `check'. making check in checks rm -f test.bin test.tmp ../src/uudecode ./testdata ../src/uuencode test.bin test.bin > test.tmp cmp ./testdata test.tmp || exit 1 rm -f test.bin test.tmp ========================== All checks are successful. ========================== making check in contrib make[1]: Nothing to be done for `check'. Ciao Volker -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com