This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 middle-end/33575] segfault while building libgcc



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


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