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: __eprintf problem in f77


>>>>> "Andrew" == Andrew Zabolotny <bit@freya.etu.ru> writes:

 Andrew>  "undefined symbol __eprintf in fini.o"
 Andrew> cause:
 Andrew>  gcc/assert.h defines assert() to call __eprintf when assertion fails.
 Andrew>  fini.c includes some .h file which in turn includes assert.h.
 Andrew>  __eprintf is not present in default libraries when using cc

I'm not sure what exactly this comes from.  Do you mean you're
building f771 not with gcc?  If so, it shouldn't have got that far --
the fortran component still needs to be built with gcc AFAIK and
should fall over an #error otherwise.


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