From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Love To: egcs@cygnus.com Subject: Re: __eprintf problem in f77 Date: Wed, 10 Dec 1997 12:23:00 -0000 Message-id: References: <199712091057.NAA29050@freya> X-SW-Source: 1997-12/msg00613.html >>>>> "Andrew" == Andrew Zabolotny 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.