Re: devd, crunchgen, C++, and /rescue

2003-01-03 Thread Tim Kientzle
M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> Tim Kientzle <[EMAIL PROTECTED]> writes: : To me, this looks like a library entry : (locale-inst.o in libstdc++) is not finding a : requirement (std::min). ... But libstdc++ shoudln't be rewritten by crunchgen. I'm now stumped. I

Re: devd, crunchgen, C++, and /rescue

2003-01-03 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Tim Kientzle <[EMAIL PROTECTED]> writes: : You apparently didn't read the end of my message. : My apologies if I didn't format it well; : the important points may have not been very clear. Oh no. You are right. :-( : However, linking with 'c++' doesn't

Re: devd, crunchgen, C++, and /rescue

2003-01-03 Thread Tim Kientzle
M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> Tim Kientzle <[EMAIL PROTECTED]> writes: : devd.lo: In function `event_proc::~event_proc()': So I'd say that crunchgen doesn't grok c++ mangled symbols, which isn't that surprising... You apparently didn't read the end of my

Re: devd, crunchgen, C++, and /rescue

2003-01-02 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Tim Kientzle <[EMAIL PROTECTED]> writes: : devd.lo: In function `event_proc::~event_proc()': ... : This one has me stumped. Any ideas? I'm not. event_proc::~event_proc() is really one of the following: 0180 T event_proc::~event_proc [in-charge del

Re: devd, crunchgen, C++, and /rescue

2003-01-02 Thread Tim Kientzle
Tim Kientzle <[EMAIL PROTECTED]> writes: : Does anyone know how to get crunchgen to play nicely with C++ programs? M. Warner Losh asks: What's the problem. Using crunchgen directly gives the expected linkage problems: # cat test.conf srcdirs /usr/src/sbin progs devd libs -ll # crunchgen

Re: devd, crunchgen, C++, and /rescue

2003-01-02 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Tim Kientzle <[EMAIL PROTECTED]> writes: : For now, this means that devd will not be in : /rescue. I'm not entirely happy about this. devd typically wouldn't be all that useful for a /rescue environment. : Policy question: Is C++ considered acceptable

Re: devd, crunchgen, C++, and /rescue

2003-01-01 Thread Peter Wemm
Tim Kientzle wrote: > I'm slowly tracking down the remaining minor issues with > my all-static crunchgen-ed /rescue implementation. This > includes pretty much everything from /bin and /sbin, as > well as a few useful tools from /usr/bin and /usr/sbin. > > However, I've just run into an ugly probl

devd, crunchgen, C++, and /rescue

2003-01-01 Thread Tim Kientzle
I'm slowly tracking down the remaining minor issues with my all-static crunchgen-ed /rescue implementation. This includes pretty much everything from /bin and /sbin, as well as a few useful tools from /usr/bin and /usr/sbin. However, I've just run into an ugly problem. Specifically, devd is now w