Re: Building 5.0 on 4.5 Broken in xlint?

2002-03-21 Thread Ruslan Ermilov
I have fixed this and these by making lint(1) a cross-tool. On Wed, Mar 20, 2002 at 05:57:57PM -0800, Crist J. Clark wrote: Looks like the correct lib hints aren't being used in the buildworld? Am I the only one? I'm setting MAKEOBJDIRPREFIX (properly, in the environment). ===

Re: Building 5.0 on 4.5 Broken in xlint?

2002-03-21 Thread Mark Murray
I have fixed this and these by making lint(1) a cross-tool. Excellent! M -- o Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Building 5.0 on 4.5 Broken in xlint?

2002-03-20 Thread Crist J. Clark
Looks like the correct lib hints aren't being used in the buildworld? Am I the only one? I'm setting MAKEOBJDIRPREFIX (properly, in the environment). === usr.bin/xlint/llib /c/home/obj/c/home/src/usr.bin/xlint/llib/../xlint/xlint -cghapbx -L /usr/libdata/lint -Cposix

RE: Building 5.0 on 4.5 Broken in xlint?

2002-03-20 Thread
Because I'm not a development only a sysadmin, the next workaround would not fit in your case. :) Check out where you already have libc.so.t in /usr/obj/usr/src/lib/libc or not. If you have one, copy it into /usr/lib and 'make -DNOCLEAN buildworld' or 'buildkernel' again. If you don't, compile

Re: Building 5.0 on 4.5 Broken in xlint?

2002-03-20 Thread Crist J. Clark
On Thu, Mar 21, 2002 at 11:17:18AM +0900, À强ȣ wrote: Because I'm not a development only a sysadmin, the next workaround would not fit in your case. :) Check out where you already have libc.so.t in /usr/obj/usr/src/lib/libc or not. If you have one, copy it into /usr/lib and 'make