Warren Baird
Posts: 5
Nickname: wjbaird
Registered: Jul, 2005
|
|
Re: Everything I Know About Programming
|
Posted: Jul 21, 2005 2:50 PM
|
|
> The problem is always in your code (don't blame the OS, > the > library, etc.)
Hmm. For the current project I'm working on, I've had to fix problems in the compiler (gcc) once, problems in libstdc++ twice, work around a linking problem in binutils that was causing constructors to not get called reliably, apply some OS patches, and twiddle a bunch of kernel parameters.
The problem isn't always in your code...
(After this experience, I can't imagine why anyone would voluntarily develop on HP-UX)
|
|