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: g77's use of assert and x-compilation



  In message <9807210409.AA01661@modi.xraylith.wisc.edu>you write:
  > g77 sources include assert.h, and hence requires __eprintf support in
  > libgcc.a. When cross compiling however, `inhibit_libc' is defined in
  > libgcc2.c which omits _eprintf, causing a problem building f771. Has
  > anyone else run into this, or am I missing something obvious?
I would think this should only be a problem if you are using a cross
compiler to build egcs.  Is that what you are doing?

jeff


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