gcc do not consider the head file change when compiling???

Gerald Pfeifer gerald@pfeifer.com
Wed Jul 30 12:09:00 GMT 2003


On Wed, 30 Jul 2003, Mojx wrote:
> When I modified a head file(*.h), gcc can't know it, to solve the
> issue, I have to make clean and make all again, is there any way to
> solve it?

This question is (way) outside of the scope of this list, but it seems
your Makefiles lack proper dependencies.

I suggest you study the documentation for your implementation of make
and add suitable dependencies.

Gerald
-- 
Gerald Pfeifer (Jerry)   gerald@pfeifer.com   http://www.pfeifer.com/gerald/



More information about the Gcc mailing list