This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Almost successfull compiling GCJ, however..
- From: Per Bothner <per at bothner dot com>
- To: Me Myself and I <stargate7thsymbol at live dot co dot uk>
- Cc: gcc-help at gcc dot gnu dot org, java at gcc dot gnu dot org
- Date: Sun, 04 Mar 2012 16:31:04 -0800
- Subject: Re: Almost successfull compiling GCJ, however..
- References: <BAY147-W62BEBB51EFE70DB753689CD0500@phx.gbl>
On 03/04/2012 04:28 PM, Me Myself and I wrote:
My source code directory is
/home/User/gcc-4.6.2/
I run ./contrib/download_prerequisites; inside it.
I then create
/home/User/objdir/
and cd to this directory. Inside which I run
./../gcc-4.6.2/configure --prefix=/home/User/;
which is not inside the source directory, being is /home/User/gcc-4.6.2/
I can't say why this isn't working, but I'd try using an absolute path:
/home/User/gcc-4.6.2/configure --prefix=/home/User/
--
--Per Bothner
per@bothner.com http://per.bothner.com/