public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/33018]  New: Not able to get past this error
@ 2007-08-07 21:47 maybe_guess_who_is at yahoo dot com
  2007-08-08  9:22 ` [Bug java/33018] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: maybe_guess_who_is at yahoo dot com @ 2007-08-07 21:47 UTC (permalink / raw)
  To: java-prs

linux:~/Desktop/D/gcc-4.2.1# make
[ -f stage_final ] || echo stage3 > stage_final
.....
........
..........
make[3]: Entering directory `/D/gcc-4.2.1/host-i686-pc-linux-gnu/gcc'
/root/Desktop/D/gcc-4.2.1/host-i686-pc-linux-gnu/prev-gcc/xgcc
-B/root/Desktop/D/gcc-4.2.1/host-i686-pc-linux-gnu/prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c   -O2 -g -fomit-frame-pointer -DIN_GCC  
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings
-Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H -I. -Ijava
-I../.././gcc -I../.././gcc/java -I../.././gcc/../include
-I../.././gcc/../libcpp/include  -I../.././gcc/../libdecnumber
-I../libdecnumber    ../.././gcc/java/jcf-write.c -o java/jcf-write.o
../.././gcc/java/jcf-write.c: In function 'make_class_file_name':
../.././gcc/java/jcf-write.c:3494: error: too few arguments to function 'mkdir'
make[3]: *** [java/jcf-write.o] Error 1
make[3]: Leaving directory `/D/gcc-4.2.1/host-i686-pc-linux-gnu/gcc'
make[2]: *** [all-stage2-gcc] Error 2
make[2]: Leaving directory `/D/gcc-4.2.1'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/D/gcc-4.2.1'
make: *** [all] Error 2


-- 
           Summary: Not able to get past this error
           Product: gcc
           Version: 4.0.2
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: maybe_guess_who_is at yahoo dot com


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


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

* [Bug java/33018] Not able to get past this error
  2007-08-07 21:47 [Bug java/33018] New: Not able to get past this error maybe_guess_who_is at yahoo dot com
@ 2007-08-08  9:22 ` pinskia at gcc dot gnu dot org
  2007-08-08 20:02 ` maybe_guess_who_is at yahoo dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-08-08  9:22 UTC (permalink / raw)
  To: java-prs



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


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

* [Bug java/33018] Not able to get past this error
  2007-08-07 21:47 [Bug java/33018] New: Not able to get past this error maybe_guess_who_is at yahoo dot com
  2007-08-08  9:22 ` [Bug java/33018] " pinskia at gcc dot gnu dot org
@ 2007-08-08 20:02 ` maybe_guess_who_is at yahoo dot com
  2007-08-08 20:45 ` drow at false dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: maybe_guess_who_is at yahoo dot com @ 2007-08-08 20:02 UTC (permalink / raw)
  To: java-prs



------- 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
<gcc-bugzilla@gcc.gnu.org> 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


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

* [Bug java/33018] Not able to get past this error
  2007-08-07 21:47 [Bug java/33018] New: Not able to get past this error maybe_guess_who_is at yahoo dot com
  2007-08-08  9:22 ` [Bug java/33018] " pinskia at gcc dot gnu dot org
  2007-08-08 20:02 ` maybe_guess_who_is at yahoo dot com
@ 2007-08-08 20:45 ` drow at false dot org
  2007-08-08 20:56 ` andreast at gcc dot gnu dot org
  2007-08-09 18:05 ` tromey at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: drow at false dot org @ 2007-08-08 20:45 UTC (permalink / raw)
  To: java-prs



------- 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 -0000, 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


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

* [Bug java/33018] Not able to get past this error
  2007-08-07 21:47 [Bug java/33018] New: Not able to get past this error maybe_guess_who_is at yahoo dot com
                   ` (2 preceding siblings ...)
  2007-08-08 20:45 ` drow at false dot org
@ 2007-08-08 20:56 ` andreast at gcc dot gnu dot org
  2007-08-09 18:05 ` tromey at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: andreast at gcc dot gnu dot org @ 2007-08-08 20:56 UTC (permalink / raw)
  To: java-prs



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


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

* [Bug java/33018] Not able to get past this error
  2007-08-07 21:47 [Bug java/33018] New: Not able to get past this error maybe_guess_who_is at yahoo dot com
                   ` (3 preceding siblings ...)
  2007-08-08 20:56 ` andreast at gcc dot gnu dot org
@ 2007-08-09 18:05 ` tromey at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2007-08-09 18:05 UTC (permalink / raw)
  To: java-prs



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


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

end of thread, other threads:[~2007-08-09 18:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-07 21:47 [Bug java/33018] New: Not able to get past this error maybe_guess_who_is at yahoo dot com
2007-08-08  9:22 ` [Bug java/33018] " pinskia at gcc dot gnu dot org
2007-08-08 20:02 ` maybe_guess_who_is at yahoo dot com
2007-08-08 20:45 ` drow at false dot org
2007-08-08 20:56 ` andreast at gcc dot gnu dot org
2007-08-09 18:05 ` tromey at gcc dot gnu dot org

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