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]

Re: $(exeext) misused in Makefile.in?



  > I'm wondering whether the $(exeext) really belongs in
  > gcc/Makefile.in in the locations where stage1, 2, 3 are being built
  > with the settings "CC=stage1/xgcc$(exeext) -B........" etc. 
I think so.  Imagine trying to do a 3-stage on cygwin -- seems to me
you want to make sure that you find xgcc.exe.


  > to me like $(exeext) is being used correctly elsewhere but
  > commands like "stage1/xgcc.exe" rather than "stage1/xgcc" don't
  > always work even under cygwin32.
?!?  Why?


  >  Another thing; under w95/cygwin32, include files aren't always
  > picked up via -L./config; it seems more reliable to change the
  > files so that this search path isn't needed.  I can't blame egcs for
  > that, however.
-L is not for include files.  -I is  for include files.  If they are
not being correctly found, then that's a bug.

jeff


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