Message-ID: From: "Curtis, Craig M." To: "'Andris Pavenis'" Cc: "'djgpp AT delorie DOT com'" Subject: RE: configure problem Date: Fri, 11 Sep 1998 13:11:43 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Precedence: bulk I must admit that I am a little bash illiterate. I typed: srcdir=/jed/src /jed/src is where the source files are located. I even tried to export srcdir, thinking that would cause srcdir to be sent to the shell script you sent. Anyway the error I get is: configure: error: can not find sources in .. Thanks, Craig Curtis >---------- >From: Andris Pavenis[SMTP:pavenis AT lanet DOT lv] >Sent: Friday, September 11, 1998 11:29 AM >To: Curtis, Craig M. >Cc: djgpp AT delorie DOT com >Subject: RE: configure problem > ><> >From: "Curtis, Craig M." >Subject: RE: configure problem >Date sent: Thu, 10 Sep 1998 15:54:42 -0400 > >> I just commented out the lines which test for gcc and set the variable >> which holds whatever CC it found to "gcc" and it worked. It was >> kludgey, but worked. >> > >Editting configure script is usually not needed. Only thing that may >be needed is to run DJGPP port of autoconf. > >It is necessary to set some environment variables before running >configure and also before running make (with makefile configure >generates) > >I'm including as example script I used to configure gcc from >egcs-1.1a. For other packages (e.g latest betas of GNUPLOT) I >simpy copy this file to corresponding location, edit as needed and >usually all is Ok (hoverer Yo'll usually need LFN support and it >perhaps will be necessary to patch autoheader). Original version >of this script comes from port of gcc-2.8.0 by Robert Hoehne. > >Andris > > > > >