On Fri, 2005-05-06 at 07:58 -0700, Aaron Ginn wrote: > Yes, I am using bash. > > Aaron > > On 5/5/05, Bob Kashani <[EMAIL PROTECTED]> wrote: > > On Thu, 2005-05-05 at 16:59 -0700, Aaron Ginn wrote: > > > I'm trying to build garnome on Solaris 8. I'm getting the following > > > error message almost right out of the gate: > > > > > > make[2]: Leaving directory > > > `/home/grande/ginn/garnome-2.10.1/desktop/bug-buddy' > > > [fetch] complete for bug-buddy. > > > ==> Running checksum on bug-buddy-2.10.0.tar.bz2 > > > c821a933f3d7be64071c7bfcb07ee1ac download/bug-buddy-2.10.0.tar.bz2 > > > /bin/sh: -c: not found > > > file bug-buddy-2.10.0.tar.bz2 passes checksum test! > > > [checksum] complete for bug-buddy. > > > install -d work/main.d > > > ==> Extracting download/bug-buddy-2.10.0.tar.bz2 > > > [extract] complete for bug-buddy. > > > [patch] complete for bug-buddy. > > > /bin/sh: test: argument expected > > > make[1]: *** [fixuplibtool] Error 1 > > > make[1]: Leaving directory > > > `/home/grande/ginn/garnome-2.10.1/desktop/bug-buddy' > > > make: *** [paranoid-install] Error 2 > > > > > > Any help would be sincerely appreciated.
What version of md5sum do you have installed? Does it support the -c option? Try looking through the man pages. You may need to install the GNU coreutils package. md5sum --version man md5sum Bob -- Bob Kashani http://www.ocf.berkeley.edu/~bobk/garnome -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
