[Bug java/33018] Not able to get past this error

2007-08-09 Thread tromey at gcc dot gnu dot org


--- Comment #5 from tromey at gcc dot gnu dot org  2007-08-09 18:05 ---
See comment #3.  The installation manual explains the correct way to
configure and build.  I'm closing this.


-- 

tromey at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33018



[Bug java/33018] Not able to get past this error

2007-08-08 Thread pinskia at gcc dot gnu dot org


--- Comment #1 from pinskia at gcc dot gnu dot org  2007-08-08 09:22 ---
This works for me and many many other people.

How did you configure GCC?


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Severity|blocker |normal
   GCC host triplet||i686-pc-linux-gnu
Version|4.0.2   |4.2.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33018



[Bug java/33018] Not able to get past this error

2007-08-08 Thread maybe_guess_who_is at yahoo dot com


--- Comment #2 from maybe_guess_who_is at yahoo dot com  2007-08-08 20:01 
---
Subject: Re:  Not able to get past this error

when to each sub dirctory and ran ./configure then
went   to main dirctory ran ./configure then make

OK so it worked for you. but that statement does not
help solve the problem I have run into. Help is what I
am looking for.

--- pinskia at gcc dot gnu dot org
[EMAIL PROTECTED] wrote:

 
 
 --- Comment #1 from pinskia at gcc dot gnu dot
 org  2007-08-08 09:22 ---
 This works for me and many many other people.
 
 How did you configure GCC?
 
 
 -- 
 
 pinskia at gcc dot gnu dot org changed:
 
What|Removed
 |Added


Severity|blocker
 |normal
GCC host triplet|   
 |i686-pc-linux-gnu
 Version|4.0.2  
 |4.2.1
 
 
 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33018
 
 --- You are receiving this mail because: ---
 You reported the bug, or are watching the reporter.
 





Fussy? Opinionated? Impossible to please? Perfect. 
Join Yahoo!'s user panel and lay it on us.
http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 


 

Shape Yahoo! in your own image.  Join our Network Research Panel today!  
http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33018



[Bug java/33018] Not able to get past this error

2007-08-08 Thread drow at false dot org


--- Comment #3 from drow at gcc dot gnu dot org  2007-08-08 20:45 ---
Subject: Re:  Not able to get past this error

On Wed, Aug 08, 2007 at 08:01:59PM -, maybe_guess_who_is at yahoo dot com
wrote:
 when to each sub dirctory and ran ./configure then
 went   to main dirctory ran ./configure then make

Do not configure in subdirectories by hand; you may want to look at
the installation manual.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33018



[Bug java/33018] Not able to get past this error

2007-08-08 Thread andreast at gcc dot gnu dot org


--- Comment #4 from andreast at gcc dot gnu dot org  2007-08-08 20:56 
---
and please answer the question from pinskia, how did you configure GCC.

Here on my linuxbox it looks like this:

Configured with: /export/home/tobleran/devel/gcc/head/gcc/configure
--prefix=/export/home/tobleran/devel/gcc/head/testbin --enable-shared
--enable-threads=posix

Note the absolute path for configure. And the builddir is not allowed to be the
same as the source dir.

gcc sourcedir where the gcc source resides
objdir builddir where you build the compiler chain
testbin testinstall where you might install your built chain.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33018