Date: Sun, 6 Apr 1997 13:23:34 +0300 (IDT) From: Eli Zaretskii To: "Nihat M. Gurmen" cc: djgpp AT delorie DOT com Subject: Re: g77 trouble In-Reply-To: <3342DCBC.39C8@eng.usf.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 2 Apr 1997, Nihat M. Gurmen wrote: > Hi I installed EzGcc and g770519. > > GCC works just fine. But when I try to compile fortran programs with > G77 I get the error below (I just quoted last of the 30+ other similar > errors.) > > lread.c(.text+0x315): more undefined references to __dj_ctype_flags > follow EzGcc is based on DJGPP v1.x, while g77 is based on DJGPP v2. These are incompatible, that's why you get undefined references. You need to delete EzGcc and install DJGPP v2.01 to be able to use g77.