This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/50241] Building from the "current" branch - 178337 fails.
- From: "grgoffe at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 30 Aug 2011 23:36:49 +0000
- Subject: [Bug libgcj/50241] Building from the "current" branch - 178337 fails.
- Auto-submitted: auto-generated
- References: <bug-50241-4@http.gcc.gnu.org/bugzilla/>
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...