[3055] in Kerberos-V5-bugs
Re: pending/703: Problem running make
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Tue Mar 23 20:09:35 1999
Date: Tue, 23 Mar 1999 20:09:27 -0500 (EST)
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: krb5-bugs@MIT.EDU, jmcknigh@bindview.com
Cc: gnats-admin@RT-11.MIT.EDU, krb5-prs@RT-11.MIT.EDU
In-Reply-To: jmcknigh@bindview.com's message of Tue, 23 Mar 1999 18:52:02
-0500, <199903232352.SAA02449@rt-11.MIT.EDU>
Date: Tue, 23 Mar 1999 17:51:54 -0600
From: jmcknigh@bindview.com
I've got the set of source files for Kerberos from your website. I
run ./configure, everything works ok. I then run make and get the
following error:
false libcom_err.a error_message.o et_name.o init_et.o com_err.o
make[2]: *** [libcom_err.a] Error 255
I tracked this down to the Makefile in /util/et. Only, I don't know
how to fix it or what it's looking for. Here is the attached log file
I used for make -df Makefile. What is wrong?
I think what is going on here is that configure isn't find the "ar"
command. Is /usr/ccs/bin in your path? If not, that's probably your
problem, as there should be an "ar" program in /usr/ccs/bin/ar.
- Ted