Li, Jerry writes: > > However, when I run "make check", I got the following error: > > Running these tests requires an `id' program that understands the > -u and -n flags. Make sure that such an id (GNU, or many but not > all vendor-supplied versions) is in your path. > > I have checked out that "id" is in my path:
Read the message again -- it doesn't say you need id, it says you need an id that understands the -u and -n flags, which Sun's /usr/bin/id does not. If you have the XPG4 stuff installed, you'll have more luck if you put /usr/xpg4/bin in your PATH ahead of /usr/bin, but you may still have to use some GNU utilities to get the tests to work. See TESTS in the source distribution for more information. -Larry Jones Philistines. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
