public inbox for java@gcc.gnu.org
 help / color / mirror / Atom feed
* Compiling gcc.
@ 2012-02-24  5:30 Me Myself and I
  2012-02-24  9:05 ` Jonathan Wakely
  2012-02-24 10:42 ` Bryce McKinlay
  0 siblings, 2 replies; 3+ messages in thread
From: Me Myself and I @ 2012-02-24  5:30 UTC (permalink / raw)
  To: gcc-help, java, mingw-users


I have 

gcc-core-4.6.2.tar

Operating under a unix-esque environment.  Coincidentally, I have

gcc-java-4.6.2.tar

as subdirectories inside the former, which I am told will compile along with the former
automatically, with no further input.

What do I do to get the gcc-core-4.6.2.tar compiled, built and compiling?

 		 	   		  

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compiling gcc.
  2012-02-24  5:30 Compiling gcc Me Myself and I
@ 2012-02-24  9:05 ` Jonathan Wakely
  2012-02-24 10:42 ` Bryce McKinlay
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Wakely @ 2012-02-24  9:05 UTC (permalink / raw)
  To: Me Myself and I; +Cc: gcc-help, java

Again, please don't cross-post to subscription-only lists, it breaks
Reply-to-all.

On 24 February 2012 05:30, Me Myself and I wrote:
>
> I have
>
> gcc-core-4.6.2.tar
>
> Operating under a unix-esque environment.  Coincidentally, I have
>
> gcc-java-4.6.2.tar
>
> as subdirectories inside the former, which I am told will compile along with the former
> automatically, with no further input.

You should have unpacked the archives into the same directory, so you
have libjava directory under the top-level gcc-4.6.2 directory.  You
do not want two levels of gcc-4.6.2, i.e. gcc-4.6.2/gcc-4.6.2/libjava

> What do I do to get the gcc-core-4.6.2.tar compiled, built and compiling?

Read the links I sent you!

http://gcc.gnu.org/wiki/InstallingGCC for an overview

http://gcc.gnu.org/install/ for the full instructions.

If you're trying to build a cross-compiler for Windows, you already
posted rmathew's instructions, which seem like a good start.

Have you even tried to follow those instructions, or are you just
starting yet another thread with the same questions?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compiling gcc.
  2012-02-24  5:30 Compiling gcc Me Myself and I
  2012-02-24  9:05 ` Jonathan Wakely
@ 2012-02-24 10:42 ` Bryce McKinlay
  1 sibling, 0 replies; 3+ messages in thread
From: Bryce McKinlay @ 2012-02-24 10:42 UTC (permalink / raw)
  To: Me Myself and I; +Cc: gcc-help, java, mingw-users

On Fri, Feb 24, 2012 at 5:30 AM, Me Myself and I
<stargate7thsymbol@live.co.uk> wrote:

> I have
>
> gcc-core-4.6.2.tar
>
> Operating under a unix-esque environment.  Coincidentally, I have
>
> gcc-java-4.6.2.tar
>
> as subdirectories inside the former, which I am told will compile along with the former
> automatically, with no further input.

You may also need to configure with "--enable-languages=java". I'm not
sure if Java support is built by default these days.

> What do I do to get the gcc-core-4.6.2.tar compiled, built and compiling?

Have you considered installing a binary package rather than trying to
build gcc/gcj from source? Most Linux distributions do include gcj (or
"gcc-java") packages, and you'll probably find this easier to get
started with.

Bryce

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-24 10:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-24  5:30 Compiling gcc Me Myself and I
2012-02-24  9:05 ` Jonathan Wakely
2012-02-24 10:42 ` Bryce McKinlay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).