[Scons-users] Question about dependencies

Tom Tanner (BLOOMBERG/ LONDON) ttanner2 at bloomberg.net
Tue Aug 27 10:49:29 EDT 2013


I'm not sure if I'm missing something or not.

I was looking at the dependencies (with --tree=all) of an object file which does #include <pthread.h> and there's no dependency for it.

How is that meant to work. I thought it was meant to include these files, but the only way I can see of them getting in there is by tweaking CPPPATH, and if you do that you'll get all this stuff on your compile line, which you probably don't want as the compiler already has this built in.

Is this expected? Or have I broken something terrible with my tool setup?


More information about the Scons-users mailing list