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: egcs-19980707 snapshot installation broken



  > The problem is:
  > 
  > if we do "gcc -o conftest conftest.c",  cc1 generates a temporary file
  > XXXXX%O which %O is not replaced by OBJECT_SUFFIX, but "as" expects a
  > temporary file XXXXX.o which does not exist and a different temporary file
  > is generated.
  > 
  > Try this patch.
  > 
Thanks!  I've installed this patch.

jeff


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