This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/33575] segfault while building libgcc
- From: "karthikkumar at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Sep 2007 05:06:29 -0000
- Subject: [Bug middle-end/33575] segfault while building libgcc
- References: <bug-33575-15144@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from karthikkumar at gmail dot com 2007-09-28 05:06 -------
This is the actual configure script i use to build (with some diffs)
SUFFIX=4.2.1
[ -f version ] && SUFFIX=`cat version`
../gcc-$SUFFIX/configure --enable-libdetect --enable-libssp
--prefix=/opt/gcc-$SUFFIX --enable-docdir --enable-htmldir
--enable-languages="c"
The 128839 tree had this problem;
[Edit]:
128844 doesn't have this problem. I have been able to build/install/use
successfully.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33575