Re: Stuck in objtrm

1999-07-06 Thread Stephen McKay
On Friday, 2nd July 1999, Stephen McKay wrote: I have an old 486 here that I thrash to death occasionally. Well, at least I try to get it to page to death. I started a make world last week and forgot about it. Today I noticed that it's been stuck for most of the week. Almost everything is

Re: HELP!!! -CURRENT libtool problem.

1999-07-06 Thread Jeremy Lea
Hi, On Mon, Jul 05, 1999 at 04:04:46PM -0400, Nicolas Blais wrote: Hi. I've finally installed FreeBSD 4.0 and to tell you the truth, I'm not very impressed. I was expecting some bugs but not like that... Not the best way to start a message if you want to get responses. Also, the wrapping

Re: Stuck in objtrm

1999-07-06 Thread Andrew Gallatin
I've occasionally seen systems wedged in a similar state. I reported my sighting of this on May 24th. Haven't seen it since. The one bit of useful info I've learned since my report was that from a talk with the program's author, I suspect the object in question may have been created with

Re: cvs commit: src/sys/i386/linux linux_misc.c

1999-07-06 Thread Kenneth Wayne Culver
Speaking of which, I'm also of the opinion that we should add a "Do you want to run Linux binaries?" query to sysinstall which results in linux emulation being enabled by default and the linux_lib package being loaded. This would make it even more transparent to the user. Any

Re: Stuck in objtrm

1999-07-06 Thread Stephen McKay
On Tuesday, 6th July 1999, Andrew Gallatin wrote: Yes. say 'proc pidhashtbl[PID pidhash]-lh_first' in kgdb. I suspect that it will be in exit() also.. Magic! It looks like a plain old exit() to me. (kgdb) proc pidhashtbl[27157pidhash]-lh_first (kgdb) bt #0 mi_switch () at

Re: How to cross build

1999-07-06 Thread John Birrell
Warner Losh wrote: OK. Per many requests from the community, I've committed my cross compilation changes. Thanks. To build you just say make buildworld TARGET=hpcmips TARGET_ARCH=mipsel or make buildworld TARGET=m68k TARGET_ARCH=m68k Right now you must specify both TARGET

Re: How to cross build

1999-07-06 Thread Warner Losh
In message [EMAIL PROTECTED] John Birrell writes: : I was aiming to build a set of cross tools as (an optional) part of the : i386 build like binutils. When building the cross-compiler, defining : CROSS_COMPILE and setting the execution path will avoid the native : compiler. Then in the mk files,

Re: How to cross build

1999-07-06 Thread John Birrell
Warner Losh wrote: You'll need to do this for all binutils as well. I already build binutils with multi-architecture support. On alpha, I have "CROSS_TOOLS= i386 m68k" in my /etc/make.conf and at the end of a make world I have one ld that knows all the formats. Only gas is a special case, so I