This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[tree-ssa] configuring g77 appears broken
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 31 Oct 2003 21:34:36 -0800
- Subject: [tree-ssa] configuring g77 appears broken
% cvs -qz9 -d :pserver:anoncvs@subversions.gnu.org:/cvsroot/gcc update \
-PAd -r tree-ssa-20020619-branch gcc
% cd obj
% ../gcc/configure --prefix=$HOME/gcc-ssa/work --enable-languages=c,f95,f77 \
--with-gmp=/usr/local
%gmake
(much spewing deleted)
checking linker read-only and read-write section mixing... read-write
checking linker PT_GNU_EH_FRAME support... yes
checking linker position independent executable support... no
configure: error:
The following requested languages were not found: f77
The following languages were available: c c++ f95 java objc
gmake: *** [configure-gcc] Error 1
Is this intentional? I can't find a Changelog entry
noting that g77 was removed from tree-ssa.
--
Steve