On Thu, Jul 24, 2008 at 3:57 PM, victor wrote: > This should be easy to sort out: edit custom.py to add the extra include > path (it's more > or less self-explanatory, but in doubt ask here again) Ok. I tried that before and I guess I just didn't get it in the right place. I tried: customLIBPATH = ['/usr/include/gentoo-multilib/amd64/'] customCCFLAGS = ['-I /usr/include/gentoo-multilib/amd64/' ] those don't work. This works, at least I can see it is included in the compile options: customCPPPATH = ['-I /usr/include/gentoo-multilib/amd64/'] but, gcc doesn't search for subdirs - it needs to find the subdir 'net' to get the correct header. I think I need a wider more comprehensive way to include gentoo header directories. Any ideas? (gcc is getting big!) -- Brad Fuller www.bradfuller.com