error compiling glibc 2.2 (CVS), cross comp problem?

2000-07-30 Thread Marcus Brinkmann
Hi, I tried to compile glibc 2.2 (CVS head from 2000-07-13), because there are first debian sources for them and I want to make sure everything will work when the time is ready. I got the following error. Is this related to cross compilation? Will using glibc2.2 on linux help? Thanks, Marcus i

Re: messy patch for oskit-mach

2000-07-30 Thread OKUJI Yoshinori
From: Marcus Brinkmann <[EMAIL PROTECTED]> Subject: messy patch for oskit-mach Date: Sun, 30 Jul 2000 18:33:10 +0200 > picinit() > { > - cli(); > +asm("cli"); I think this is dangerous in SMP machines, since the Linux code does more things, if the SMP support is enabled. In Linux, if SMP is

messy patch for oskit-mach

2000-07-30 Thread Marcus Brinkmann
Hi, with the below patch, oskit-mach works for me. The ffs and cli problem should be solved more portable, though. Roland, if you want to tell me how to do this cleanly, and apply it and upload the Debian package, let me know. Thanks, Marcus diff -ru /mnt/marcus/gnu/cvs/gnumach-oskit/i386/i386

Re: oskit-mach trouble

2000-07-30 Thread Marcus Brinkmann
On Sun, Jul 30, 2000 at 05:31:11PM +0200, Marcus Brinkmann wrote: > On Sat, Jul 29, 2000 at 07:05:27PM +0200, Mark Kettenis wrote: > > You'll probably need to provide alternatives for more (all) of the > > functions in oskit-0.97.2505/dev/x86/synch.c in the oskit-mach > > synch.c. > > This wo

Re: oskit-mach trouble

2000-07-30 Thread Mark Kettenis
Date: Sun, 30 Jul 2000 17:31:11 +0200 From: Marcus Brinkmann <[EMAIL PROTECTED]> On Sat, Jul 29, 2000 at 07:05:27PM +0200, Mark Kettenis wrote: > You'll probably need to provide alternatives for more (all) of the > functions in oskit-0.97.2505/dev/x86/synch.c in the oskit-mach

Re: oskit-mach trouble

2000-07-30 Thread Marcus Brinkmann
On Sat, Jul 29, 2000 at 07:05:27PM +0200, Mark Kettenis wrote: > You'll probably need to provide alternatives for more (all) of the > functions in oskit-0.97.2505/dev/x86/synch.c in the oskit-mach > synch.c. This would be osenv_intr_save_disable(), which is the only one not defined i oskit-ma

Re: huge number of ports & threads

2000-07-30 Thread Mark Kettenis
From: Kalle Olavi Niemitalo <[EMAIL PROTECTED]> Date: 29 Jul 2000 20:31:24 +0300 Marcus Brinkmann <[EMAIL PROTECTED]> writes: > compiling oskit really stresses the Hurd. It takes many hours > on my machine. But when I checked after 8 hours, it seemed to > make slow progress, s

Re: huge number of ports & threads

2000-07-30 Thread Kalle Olavi Niemitalo
Marcus Brinkmann <[EMAIL PROTECTED]> writes: > compiling oskit really stresses the Hurd. It takes many hours > on my machine. But when I checked after 8 hours, it seemed to > make slow progress, so I interrupted it and looked at the state > of the machine. When I compiled more stuff on the Hurd