public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/50241] Building from the "current" branch - 178337 fails.
       [not found] <bug-50241-8172@http.gcc.gnu.org/bugzilla/>
@ 2011-08-30 18:43 ` pinskia at gcc dot gnu.org
  2011-08-30 23:37 ` grgoffe at yahoo dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2011-08-30 18:43 UTC (permalink / raw)
  To: java-prs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|classpath                   |libgcj
            Version|unspecified                 |4.7.0
            Product|classpath                   |gcc
           Severity|blocker                     |normal

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-08-30 18:43:36 UTC ---
" ./configure "
Building in the source directory is not well supported or tested.


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

* [Bug libgcj/50241] Building from the "current" branch - 178337 fails.
       [not found] <bug-50241-8172@http.gcc.gnu.org/bugzilla/>
  2011-08-30 18:43 ` [Bug libgcj/50241] Building from the "current" branch - 178337 fails pinskia at gcc dot gnu.org
@ 2011-08-30 23:37 ` grgoffe at yahoo dot com
  2011-08-30 23:40 ` pinskia at gcc dot gnu.org
  2011-08-31 17:38 ` grgoffe at yahoo dot com
  3 siblings, 0 replies; 4+ messages in thread
From: grgoffe at yahoo dot com @ 2011-08-30 23:37 UTC (permalink / raw)
  To: java-prs

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

--- Comment #2 from George R. Goffe <grgoffe at yahoo dot com> 2011-08-30 23:36:49 UTC ---
Thank you for your time in looking over this bug report.

I am not building from within the source directory.

Here's the relevant part of my build script. Do you see something wrong here?

     78  cd gcc
     79 
     80  svn up
     81 
     82  cd ..
     83 
     84  rm -fr obj-i686-pc-linux-gnu
     85 
     86  mkdir obj-i686-pc-linux-gnu
     87 
     88  cd obj-i686-pc-linux-gnu
     89 
     90  lndir ../gcc
     91 
     92  ./configure --prefix=/usr/lsd/$osname --verbose        \
     93              --with-mpc=/usr/lsd                        \
     94              --with-mpfr=/usr/lsd                       \
     95              --with-gmp=/usr/lsd


Regards and THANKS again for your help with this.

George...


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

* [Bug libgcj/50241] Building from the "current" branch - 178337 fails.
       [not found] <bug-50241-8172@http.gcc.gnu.org/bugzilla/>
  2011-08-30 18:43 ` [Bug libgcj/50241] Building from the "current" branch - 178337 fails pinskia at gcc dot gnu.org
  2011-08-30 23:37 ` grgoffe at yahoo dot com
@ 2011-08-30 23:40 ` pinskia at gcc dot gnu.org
  2011-08-31 17:38 ` grgoffe at yahoo dot com
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2011-08-30 23:40 UTC (permalink / raw)
  To: java-prs

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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-08-30 23:40:15 UTC ---
>I am not building from within the source directory.
Yes you are in the end with the lndir.
Try instead:
     cd gcc
     svn up
     cd ..
     rm -fr obj-i686-pc-linux-gnu
     mkdir obj-i686-pc-linux-gnu
     cd obj-i686-pc-linux-gnu
     `pwd`/../gcc/configure --prefix=/usr/lsd/$osname --verbose        \
                  --with-mpc=/usr/lsd                        \
                  --with-mpfr=/usr/lsd                       \
                   --with-gmp=/usr/lsd

No reason to do the lndir really since configure/make can use a different
directory for the src and obj dirs.


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

* [Bug libgcj/50241] Building from the "current" branch - 178337 fails.
       [not found] <bug-50241-8172@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2011-08-30 23:40 ` pinskia at gcc dot gnu.org
@ 2011-08-31 17:38 ` grgoffe at yahoo dot com
  3 siblings, 0 replies; 4+ messages in thread
From: grgoffe at yahoo dot com @ 2011-08-31 17:38 UTC (permalink / raw)
  To: java-prs

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

--- Comment #4 from George R. Goffe <grgoffe at yahoo dot com> 2011-08-31 17:38:13 UTC ---
Andrew,

Thank you for your time and the hint.

Regards,

George...


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

end of thread, other threads:[~2011-08-31 17:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-50241-8172@http.gcc.gnu.org/bugzilla/>
2011-08-30 18:43 ` [Bug libgcj/50241] Building from the "current" branch - 178337 fails pinskia at gcc dot gnu.org
2011-08-30 23:37 ` grgoffe at yahoo dot com
2011-08-30 23:40 ` pinskia at gcc dot gnu.org
2011-08-31 17:38 ` grgoffe at yahoo dot com

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