This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]