On Wed, Sep 16, 1998 at 06:30:27AM +0000, Phillip Neumann wrote: > Is was a dep problem. I found a directory inside another directory called > .deps. I remove it and the compilation went ok. Why is this problem? The > conculson of this is that the maker of this program used redhat > .....?........
My conclusion is that their dependency mechanism is broken. Normally (IMHO) dependencies should be based on program-specific header files, and exclude the system-wide ones. They aren't necessarily in the same place on every system, as you found out... Jeff