Re: First go at sanitizing X gnu config

2000-03-07 Thread Roland McGrath
I would avoid having X use cthreads. It might assume that stdio will be multithreaded, which ours isn't. I'd just let X be all single-threaded until we have pthreads support implemented on the Hurd. Check the code that is conditionalized on HasShm, and see how it handles errors from the calls.

First go at sanitizing X gnu config

2000-03-07 Thread Marcus Brinkmann
Hi, (Branden: I hope you don't mind the CC) this is my first (actually second) go at sanitizing the X configuration on the GNU platform. This process will take some time, with several steps involved. First step is to get the configuration fixed and the Debian rules files adapted, so we can build

Re: Hurd user survey

2000-03-07 Thread Thomas Bushnell, BSG
Brent Fulgham <[EMAIL PROTECTED]> writes: > Basically, "Bought the Farm" is a slang term used in the United > States to mean someone died, e.g., "He bought the farm". I'm not > sure of its origin. The alleged origin is in government pensions to the families of soldiers killed in battle. The

Re: Hurd user survey

2000-03-07 Thread Jeff Bailey
On Tue, Mar 07, 2000 at 12:22:05PM -0800, Brent Fulgham wrote: > > I have been running the Hurd six months. The Hurd is > > reasonably stable, I have only wrecked it once. I can do > > native builds of the Hurd, gcc and TeX. I can make it > > "buy the farm" by doing a large Java build; by t

RE: Hurd user survey

2000-03-07 Thread Brent Fulgham
> I have been running the Hurd six months. The Hurd is > reasonably stable, I have only wrecked it once. I can do > native builds of the Hurd, gcc and TeX. I can make it > "buy the farm" by doing a large Java build; by the > way, why is buying large quantities of land bad? > This thread w

Re: Hurd user survey

2000-03-07 Thread Gordon Matzigkeit
> Chris Lingard writes: CL> I can make it "buy the farm" by doing a large Java build; by the CL> way, why is buying large quantities of land bad? It's better that the beasts of the Hurd graze in freedom on the prairie wilderness than be reduced to domesticity. Old McDonald is a symbol for

Re: linking under hurd

2000-03-07 Thread Roland McGrath
> I found that if I compile binaries to object files under linux and then > link it under hurd agains its libc everything works OK. It is true that they are both ELF/x86 platforms. But the ABIs are not binary compatible at any level. So compiling sources with Linux header files and then linking

Re: Hurd user survey

2000-03-07 Thread Chris Lingard
Gordon Matzigkeit wrote: > I'm taking an informal survey of people who use the Hurd, to get some > idea of how things are progressing. Please reply to me privately, or > to [EMAIL PROTECTED] as appropriate. > > 1) Have you successfully gotten the Hurd running? > Yes, struggled for several weeks

linking under hurd

2000-03-07 Thread Mariusz Woloszyn
Hi! I have a question regarding linking binaries under hurd. I found that if I compile binaries to object files under linux and then link it under hurd agains its libc everything works OK. I'am trying to port a386 and Linux/a386 to hurd, so I'm compiling linux kernel under linux and I would lik

Re: Hurd user survey

2000-03-07 Thread James Gibson
>From: Gordon Matzigkeit <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >CC: [EMAIL PROTECTED], [EMAIL PROTECTED] >Subject: Hurd user survey >Date: 06 Mar 2000 11:48:12 -0600 > >I'm taking an informal survey of people who use the Hurd, to get some >idea of how things are progressing. Please reply

Re: Hurd user survey

2000-03-07 Thread Bill White
> I'm taking an informal survey of people who use the Hurd, to get some > idea of how things are progressing. Please reply to me privately, or > to [EMAIL PROTECTED] as appropriate. > > 1) Have you successfully gotten the Hurd running? Yes I have, but I have not had the time to keep current. Th