This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Compiling and building vital libraries.
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Me Myself and I <stargate7thsymbol at live dot co dot uk>
- Cc: sfhacker at hotmail dot com, gcc-help at gcc dot gnu dot org, java at gcc dot gnu dot org, mingw-users at lists dot sourceforge dot net
- Date: Mon, 27 Feb 2012 01:44:21 +0000
- Subject: Re: Compiling and building vital libraries.
- References: <BAY147-W288FC78B943FB52BD48297D06B0@phx.gbl> <FF3C311ED8CA494BBA16BD88D8756C0C@desktop2> <BAY147-W363C3B3100E8DF315C01CCD06B0@phx.gbl> <418BF7963F914614B0CC31F6DF41CB6C@desktop2> <83mx87s98f.fsf@gnu.org> <94A2B27145A446C7ADFE1650F3742448@desktop2> <83d393s68h.fsf@gnu.org> <BAY147-W349EE06DED2CF3439A646FD06B0@phx.gbl> <83boons4ac.fsf@gnu.org> <BAY147-W5D5811BD1DDAE781EAFC3CC6B0@phx.gbl> <BAY147-W648ED9BABC8089D6B069D1D0680@phx.gbl> <BAY147-W5272C89F7640565FF4FB74CC680@phx.gbl> <BAY147-W867F1986291421088AE6ED0680@phx.gbl> <BAY147-W53ED28B35BCEEA8EED2E48CC680@phx.gbl> <BAY147-W367DEE8C6BE8A49460418DD0690@phx.gbl>
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.? 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?