This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: building gfortran from cvs
Steve Kargl wrote:
> The first two cvs command will get the right sources the first
> time you checkout the tree. [..]
I used the read-only ssh access instead per some page on found off
of your gnu fortran page,
cvs -d :ext:anoncvs@savannah.gnu.org:/cvsroot/gcc -z9 co -P -rtree-ssa-20020619-branch gcc
I have a gcc-ssa directory in which the gcc and obj directories live.
I copied your setup.
cd gcc-ssa/obj
../gcc/configure --prefix=$HOME/gcc-ssa/work --disable-libmudflap \
--enable-languages=c,f95 --with-gmp=/usr/local
This seems to go OK, but then during the make it says I am missing argv?
make[1]: Entering directory `/usr/local/pkgs/gcc-ssa/obj/libiberty'
rm -f libiberty.a pic/libiberty.a
ar rc libiberty.a \
regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o concat.o dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o getpwd.o getruntime.o hashtab.o hex.o lbasename.o lrealpath.o make-relative-prefix.o
make-temp-file.o objalloc.o obstack.o partition.o physmem.o pex-unix.o safe-ctype.o sort.o spaces.o splay-tree.o strerror.o strsignal.o ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o mkstemps.o
ar: argv.o: No such file or directory
I'm on a RedHat 8.0 x86 box.
Thanks,
--
Bil, NASA, Hampton, Virginia, USA