This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/11809] trivial hello world compiles, but segfaults
- From: "dhazeghi at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Aug 2003 19:15:49 -0000
- Subject: [Bug java/11809] trivial hello world compiles, but segfaults
- References: <20030805175733.11809.owen@email.arc.nasa.gov>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11809
------- Additional Comments From dhazeghi at yahoo dot com 2003-08-11 19:15 -------
Not strictly relevant, but non-root binutils installs are pretty painless.
Just do ./configure --prefix=$HOME/binutiils; make; make install, and set
path to include $HOME/binutils/bin before /usr/bin, before building gcc.