public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Trying again with gcc-4.6.3
@ 2012-03-22  5:36 Me Myself and I
  2012-03-22  8:35 ` Georg-Johann Lay
  2012-03-22 18:55 ` Ian Lance Taylor
  0 siblings, 2 replies; 4+ messages in thread
From: Me Myself and I @ 2012-03-22  5:36 UTC (permalink / raw)
  To: gcc-help, java


I am attempting to build the gcj for Windows in a unix-esque shell

Trying again with gcc-4.6.3.

I have downloaded a program called mcpp, which is apparently a c preprocessor that works.

./contrib/download_prerequisites; works okay.
./configure; works okay.

make; does not work okay:

I am told that my C preprocessor /lib/cpp fails sanity check.

How on earth am I supposed to get past this?
 		 	   		  

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

* Re: Trying again with gcc-4.6.3
  2012-03-22  5:36 Trying again with gcc-4.6.3 Me Myself and I
@ 2012-03-22  8:35 ` Georg-Johann Lay
  2012-03-22  9:56   ` David Paterson
  2012-03-22 18:55 ` Ian Lance Taylor
  1 sibling, 1 reply; 4+ messages in thread
From: Georg-Johann Lay @ 2012-03-22  8:35 UTC (permalink / raw)
  To: stargate7thsymbol; +Cc: gcc-help

Me Myself and I schrieb:
> I am attempting to build the gcj for Windows in a unix-esque shell
> 
> Trying again with gcc-4.6.3.
> 
> I have downloaded a program called mcpp, which is apparently a c preprocessor that works.
> 
> ./contrib/download_prerequisites; works okay.
> ./configure; works okay.

AKAIK, configure in the source tree is stringy discouraged and not well 
tested. Read the "Installing GCC: Configuration" again.

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

* Re: Trying again with gcc-4.6.3
  2012-03-22  8:35 ` Georg-Johann Lay
@ 2012-03-22  9:56   ` David Paterson
  0 siblings, 0 replies; 4+ messages in thread
From: David Paterson @ 2012-03-22  9:56 UTC (permalink / raw)
  To: Georg-Johann Lay; +Cc: stargate7thsymbol, gcc-help

On 22 March 2012 08:34, Georg-Johann Lay <avr@gjlay.de> wrote:
> Me Myself and I schrieb:
>
>> I am attempting to build the gcj for Windows in a unix-esque shell
>>
>> Trying again with gcc-4.6.3.
>>
>> I have downloaded a program called mcpp, which is apparently a c
>> preprocessor that works.
>>
>> ./contrib/download_prerequisites; works okay.
>> ./configure; works okay.
>
>
> AKAIK, configure in the source tree is stringy discouraged and not well
> tested. Read the "Installing GCC: Configuration" again.

OK - I give up on this case as well :{

Me Myself etc., we've tried to help, but you keep ignoring the advice
we're giving you.

It explicitly says in the installation guide "do not run ./configure,
this is not supported..."
and links to the following FAQ - http://gcc.gnu.org/wiki/FAQ#configure

You need to start from a clean, empty, NOTHING IN IT, directory.
Unzip, untar or
whatever the GCC sources, then create a NEW build directory NEXT TO GCC :-

anemptydirectory
 |
 | > gcc-4.6.3
 |
 | > mybuilddirectory

Then :-

cd mybuilddirectory
../gcc-4.6.3/configure
make

Other people have no problem with this, and I use it all the time to
build cross compilers
for the project I'm working on.

I can't understand why you have such a resistance to doing it as
recommended by the
GCC build instructions - they are there for a reason and ignoring them
will likely lead to a
build failure, as you've already discovered.

Regards,

David P.

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

* Re: Trying again with gcc-4.6.3
  2012-03-22  5:36 Trying again with gcc-4.6.3 Me Myself and I
  2012-03-22  8:35 ` Georg-Johann Lay
@ 2012-03-22 18:55 ` Ian Lance Taylor
  1 sibling, 0 replies; 4+ messages in thread
From: Ian Lance Taylor @ 2012-03-22 18:55 UTC (permalink / raw)
  To: Me Myself and I; +Cc: gcc-help, java

Me Myself and I <stargate7thsymbol@live.co.uk> writes:

> I am attempting to build the gcj for Windows in a unix-esque shell
>
> Trying again with gcc-4.6.3.
>
> I have downloaded a program called mcpp, which is apparently a c preprocessor that works.
>
> ./contrib/download_prerequisites; works okay.
> ./configure; works okay.
>
> make; does not work okay:
>
> I am told that my C preprocessor /lib/cpp fails sanity check.
>
> How on earth am I supposed to get past this?


You will never succeed in getting help if you are unwilling to answer
people's questions.

Please stop asking for help and ignoring the replies.  There must be
better and more interesting mailing lists for you to bother.

Ian

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

end of thread, other threads:[~2012-03-22 18:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-22  5:36 Trying again with gcc-4.6.3 Me Myself and I
2012-03-22  8:35 ` Georg-Johann Lay
2012-03-22  9:56   ` David Paterson
2012-03-22 18:55 ` Ian Lance Taylor

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).