A long time ago, in a galaxy far, far way, someone said... > Hi, > > I'm looking for a straight answer about a general set of packages > that I should get if I want to compile programs myself. Aren't there > several packages I should get that would take care of just about > most of my compiling needs?
At a minimum, you need: * libc6-dev * gcc (or egcc) For anything more complex than something printing 'Hello, World!', you need to install quite a few others. It simply depends on the program you're trying to compile. -- ---------------------------------------------------------------------- Phil Brutsche [EMAIL PROTECTED] "There are two things that are infinite; Human stupidity and the universe. And I'm not sure about the universe." - Albert Einstein

