On Wed, Aug 15, 2001 at 02:05:32PM -0400, Matthew Grant wrote: > > I am wondering if anyone could give me direction or tips with > beginning C on the Hurd. I got a book on C, going to take some > classes, been reading alot of Hurd documentation (Hurd Hackers > Guide,Debian/ports/hurd and Mach stuff).
Read the Source, especially short programs in `utils' and simple translators in `trans' directory of Hurd. Change them a bit, experiment. Change them a lot and experiment again. You'll have to learn other things too, like Makefiles, using GCC (e.g. using libraries). Regards -- Ognyan Kulev <[EMAIL PROTECTED]>, "\"Programmer\""

