This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: Help building GCC on cygwin
- To: "'Josh'" <sk dot gccml at btinternet dot com>, gcc at gcc dot gnu dot org
- Subject: RE: Help building GCC on cygwin
- From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- Date: Mon, 15 Oct 2001 23:56:06 -0000
gcc-3.0.1 source tree in srcdir
dejagnu-1.4.2 required to run testsuite
In a separate directory
${srcdir}/configure \
--enable-threads=posix \
--disable-libgcj \
--with-included-gettext \
--enable-sjlj-exceptions > configure.log 2>&1
make bootstrap > build.log 2>&1 || exit
make -k check > check.log 2>&1
make install
This will install gcc into /usr/local.
-----Original Message-----
From: Josh [mailto:sk.gccml@btinternet.com]
Sent: Tuesday, 16 October 2001 2:40
To: gcc@gcc.gnu.org
Subject: Help building GCC on cygwin
Importance: High
I have the latest cygwin, and would like some help building GCC-3.0.1 on it.
I would like to keep both versions independantly if possible (eg invoke the
new version as newgcc while keeping the original gcc)
Any help would be great,
Josh