This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: mpfr issues when Installing gcc 3.4 on fedora core
- From: Matt Fago <fago at earthlink dot net>
- To: drizzle drizzle <drizzle76 at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 4 Jan 2007 13:49:41 -0700 (GMT-07:00)
- Subject: Re: mpfr issues when Installing gcc 3.4 on fedora core
- Reply-to: Matt Fago <fago at earthlink dot net>
>From: drizzle drizzle <drizzle76@gmail.com>
>
>svn -q checkout svn://gcc.gnu.org/svn/gcc/trunk gcc_3_4_6_release
This is checking out the latest trunk, not version 3.4. The last argument only changes the name of the directory name on your local machine. The 'svn://' is what specifies the tag (in this case 'trunk').
- Matt