This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: g77's use of assert and x-compilation
- To: Mumit Khan <khan at xraylith dot wisc dot edu>
- Subject: Re: g77's use of assert and x-compilation
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 21 Jul 1998 21:34:31 -0600
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
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