From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19220 invoked by alias); 27 Feb 2012 01:44:39 -0000 Received: (qmail 19202 invoked by uid 22791); 27 Feb 2012 01:44:37 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-lpp01m010-f47.google.com (HELO mail-lpp01m010-f47.google.com) (209.85.215.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 27 Feb 2012 01:44:23 +0000 Received: by lagw12 with SMTP id w12so34071lag.20 for ; Sun, 26 Feb 2012 17:44:21 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.24.196 with SMTP id w4mr4034034lbf.62.1330307061757; Sun, 26 Feb 2012 17:44:21 -0800 (PST) Received: by 10.112.52.40 with HTTP; Sun, 26 Feb 2012 17:44:21 -0800 (PST) In-Reply-To: References: <418BF7963F914614B0CC31F6DF41CB6C@desktop2> <83mx87s98f.fsf@gnu.org> <94A2B27145A446C7ADFE1650F3742448@desktop2> <83d393s68h.fsf@gnu.org> <83boons4ac.fsf@gnu.org> Date: Mon, 27 Feb 2012 01:44:00 -0000 Message-ID: Subject: Re: Compiling and building vital libraries. From: Jonathan Wakely To: Me Myself and I Cc: sfhacker@hotmail.com, gcc-help@gcc.gnu.org, java@gcc.gnu.org, mingw-users@lists.sourceforge.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2012-02/txt/msg00043.txt.bz2 On 27 February 2012 00:06, Me Myself and I wrote: > > Many thanks for the library files! > > I have solved my previous problem, and have reinstalled > > an operable version of mingw32. > > > The library files appear to be ok, however I find that my ./configure; > > on my gcc source code (with gcc-java source inside it) Despite me giving you the link several times you apparently haven't read http://gcc.gnu.org/wiki/InstallingGCC or you would know not to run ./configure > still fails with a similar stated error error, apparently halting with > > the message that I don't have the correct version of gmp.h.=A0 Even though > > my gmp.h directory is now referenced in $PATH. $PATH is used for finding executables, not libraries and headers. > I still get the message that I'm missing > > GMP,MPFR,MPC libraries even though I'm not. > > What is happening? You didn't use --with-gmp etc. Have you bothered to read *any* of the docs I've suggested?