From: pavenis AT lanet DOT lv To: "Dockeen" , djgpp AT delorie DOT com Date: Tue, 28 May 2002 12:16:03 +0300 MIME-Version: 1.0 Subject: Re: Configure - Path Question Message-ID: <3CF37503.21407.14C33A@localhost> In-reply-to: X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 25 May 2002 at 21:46, Dockeen wrote: > As an experiment, I was playing with doing an install of > an application in/with djgpp. I entered > > I started up djgpp, and entered: > > bash configure > > The configure process started up normally, but ended soon > thereafter with a message that it could not find an acceptable > CC in $PATH. Now, I can do a 'which gcc' and it will tell me > /dev/c/DJGPP/BIN/gcc.exe You may need to either run DJGPP port of autoconf (most likely only one of acnf213b.zip and acnf250b.zip will work) or give some hints to configure (like export CC=gcc ...) > Obviously I need to tell "someone" else, "somewhere" else > about where gcc, but I am ignorant where I need to do this. > > Any help / correction / criticism would be appreciated. Andris