This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: conflict include file names found in gcc-3.4.1


Paul Lew wrote:
    > uname -r
    2.4.20-20.7.cisco.4smp

This doesn't give me any useful info about the target. This is just a kernel version. I need CPU architecture, OS, etc.


See
    http://gcc.gnu.org/bugs.html
for info on reporting bugs.

-I/auto/insbu-cnstools/include -I. -I.
-I../../gcc-3.4.1/gcc -I../../gcc-3.4.1/gcc/.
-I../../gcc-3.4.1/gcc/../include ../../gcc-3.4.1/gcc/c-opts.c -o c-opts.o

If you look at the FSF gcc Makefile, you will see that -I. is the first directory in the include path. Look at the INCLUDES rule.


I am guessing that you have local modifications that add the -I/auto/insbu-cnstools/include directory, and that these local mods are putting it in the wrong place.

If this is an FSF gcc problem, you will have to explain where the -I/auto/... is coming from. I don't see any explanation other than local mods.

The problem here may be that you did not give us complete info. We need to know how to reproduce the problem before we can fix it, and that includes info such as how you configured gcc.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]