This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: building gfortran from cvs


On Sat, Jan 17, 2004 at 12:11:30PM -0500, Bil Kleb wrote:
> Is there a recipe somewhere for building from CVS?
> 
> I managed to get it checked-out, but I am now lost.
> 
> I found http://gcc-g95.sourceforge.net/building_impatient.html with
> google, but I get,
> 

The first two cvs command will get the right sources the first
time you checkout the tree.

cvs -d :pserver:anoncvs@gcc.gnu.org:/cvs/gcc login
cvs -qz9 -d :pserver:anoncvs@gcc.gnu.org:/cvs/gcc co \
-r tree-ssa-20020619-branch gcc

Use this one to update the sources

cvs -qz9 -d :pserver:anoncvs@gcc.gnu.org:/cvs/gcc update -PAd \
-r tree-ssa-20020619-branch gcc


I have a gcc-ssa directory in which the gcc and obj directories live.

cd gcc-ssa/obj
../gcc/configure --prefix=$HOME/gcc-ssa/work --disable-libmudflap \
--enable-languages=c,f95 --with-gmp=/usr/local

-- 
Steve


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