On 5/15/06, Dan Nicholson <[EMAIL PROTECTED]> wrote:
$ /sources/gcc-build/gcc/xgcc -v dummy.c | grep include
I just figured out something simpler to see the header search path. xgcc is just a frontend for the actual driver, cc1. This guy actually gets executed when compiling or preprocessing and seems to find the headers for you. Try this command $ echo | /sources/gcc-build/gcc/cc1 -v Should tell you where xgcc is looking for headers. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
