[Bug libgcj/50241] Building from the "current" branch - 178337 fails.

grgoffe at yahoo dot com gcc-bugzilla@gcc.gnu.org
Tue Aug 30 23:37:00 GMT 2011


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



More information about the Java-prs mailing list