This is the mail archive of the gcc@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]

Re: Build of egcs-971105 on m68k-next-nextstep3 successful



  In message <9711120643.AA02701@moene.indiv.nluug.nl>you write:
  > Problem 1 is that fixincludes is not run on the directory  
  > /NextDeveloper/Headers, which is one of the first directories  
  > searched for header files on NextStep.
I see that gcc/config/m68k/x-next specifies:

# Specify other dirs of system header files to be fixed.
OTHER_FIXINCLUDES_DIRS= /LocalDeveloper/Headers

This explains why fixincludes didn't look at your header files; why
don't you add /NextDeveloper/Headers and see if fixincludes will do
the right thing.

jeff



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