This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: uuencode/decode/sharutils


>>>>> "Olaf" == Olaf Bachmann <obachman@mathematik.uni-kl.de> 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@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]