Please, there now has to be someone who can get this working!
Me Myself and I
stargate7thsymbol@live.co.uk
Wed Feb 22 03:02:00 GMT 2012
I understand that with this arrangement, and these sorts of commands,
I am building a Native Compiler for C,C++ and Java
#-----------------------------------------------------------
$PWD/../gcc-4.6.2/configure --prefix=/opt/gcc-4.6.2
make
make install
#-----------------------------------------------------------
-Do I gain Java Tiger 1.5 Syntax support with the file versions I have used?
-I am doing this inside mingw32. What directory should I specify by --prefix,
and should I specify this same directory inside my /etc/profile PATH variable
initialisations?
----------------------------------------
> Date: 2012年2月22日 02:08:12 +0000
> Subject: Re: Please, there now has to be someone who can get this working!
> From: jwakely.gcc@gmail.com
> To: stargate7thsymbol@live.co.uk
> CC: gcc-help@gcc.gnu.org; java@gcc.gnu.org
>> On 22 February 2012 01:53, Me Myself and I wrote:
> >
> > I have downloaded
> >
> > gcc-core-4.6.2.tar
> > gcc-java-4.6.2.tar
> >
> > I have found that the both contain a directory named
> >
> > gcc-4.6.2 107 Mb
> > gcc-4.6.2 151 Mb
> >
> > What do I name what, and what should I do from here to
> > build the gcc (presumably first), followed by my gcj?
>> You don't name anything, just unpack them into the same directory and
> follow the instructions at http://rmathew.com/articles/gcj/bldgcj.html
> (and http://gcc.gnu.org/wiki/InstallingGCC for more general
> instructions)
>> GCJ will be built as part of GCC, you don't build it separately afterwards.
More information about the Java
mailing list