can not build krb5-1.6.3 on solaris 10

2007-11-05 Thread Cheng, Xian Lin
I have built the krb5-1.6.2 on Solaris 10 Ultra 25 machine successfully. When I run make for the krb5-1.6.3 on the same solaris 10 Ultra 25 machine. I got two error messages, and the make aborted. make: Fatal error: Command failed for target `libss.a' Current working directory /u1/krb5-1.6.3/s

Re: can not build krb5-1.6.3 on solaris 10

2007-11-05 Thread Ken Raeburn
On Nov 5, 2007, at 15:14, Cheng, Xian Lin wrote: > I have built the krb5-1.6.2 on Solaris 10 Ultra 25 machine > successfully. > When I run make for the krb5-1.6.3 on the same solaris 10 Ultra 25 > machine. I got two error messages, and the make aborted. > > > > make: Fatal error: Command failed f

Re: can not build krb5-1.6.3 on solaris 10

2007-11-06 Thread Ken Raeburn
On Nov 6, 2007, at 16:32, Cheng, Xian Lin wrote: > Thanks again for you analysis of my problem. I run configure without > error. The ar is in /usr/ccs/bin/ar and the false is in /usr/bin/ > false. > Following is the first several lines of the log information for make. By the time you run make, it

RE: can not build krb5-1.6.3 on solaris 10

2007-11-06 Thread Cheng, Xian Lin
e should find ar. Thanks Xian -Original Message- From: Ken Raeburn [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 06, 2007 3:57 PM To: Cheng, Xian Lin Cc: kerberos@MIT.EDU; Tanski, Frank; Yu, Ming; Downing, Thomas Subject: Re: can not build krb5-1.6.3 on solaris 10 There's the proble

RE: can not build krb5-1.6.3 on solaris 10

2007-11-06 Thread Cheng, Xian Lin
e 's/^x//' -e 's/ --.*$//'`" \ in *[ik]*) e="status=1" ;; *) e="exit 1";; esac; \ ... Thanks Xian -Original Message- From: Ken Raeburn [mailto:[EMAIL PROTECTED] Sent: Monday, November 05, 2007 5:17 PM To: Cheng, Xian Lin Cc: kerberos@mit

Re: can not build krb5-1.6.3 on solaris 10

2007-11-06 Thread Ken Raeburn
On Nov 6, 2007, at 09:48, Cheng, Xian Lin wrote: > Thanks for your response to my problem. I add several lines before the > first error and all the lines between the first error and second error > in for you. > ... > building static ss library > set -x; objlist=`set -x && perl -p -e 'BEGIN { $SIG{_

RE: can not build krb5-1.6.3 on solaris 10

2007-11-07 Thread Cheng, Xian Lin
Tom, Thanks for you suggestion. After I deleted the old config.cache file, the 1.6.3 configure put the ar and gcc in, and the 1.6.3 make works well. Thanks Xian -Original Message- From: Tom Yu [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 12:10 PM To: Cheng, Xian Lin Is

RE: can not build krb5-1.6.3 on solaris 10

2007-11-07 Thread Cheng, Xian Lin
- From: Ken Raeburn [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 06, 2007 4:52 PM To: Cheng, Xian Lin Cc: kerberos@mit.edu; Tanski, Frank; Yu, Ming; Downing, Thomas Subject: Re: can not build krb5-1.6.3 on solaris 10 By the time you run make, it's already looked for ar and decided wh

Re: can not build krb5-1.6.3 on solaris 10

2007-11-07 Thread Tom Yu
> "Cheng" == Cheng, Xian Lin <[EMAIL PROTECTED]> writes: Cheng> configure:7478: checking for ar Cheng> configure:7505: result: false Cheng> The 1.6.3 hase he correct PATH, but refuse to use ar in /usr/ccs/bin and Cheng> gcc in /usr/local/bin. How do I check the configure script to find the Ch