'gfortan -v' on GNU/Linux and Cygwin
Angelo Graziosi
Angelo.Graziosi@roma1.infn.it
Wed Aug 22 09:20:00 GMT 2007
I use
svn co svn://gcc.gnu.org/svn/gcc/trunk gcc
to update from svn; then I create a source tar-ball with a script that
follows /trunk/maintainer-scripts/gcc_release:
tar -cjf ${OUT_DIR}/gfortran-${RELEASE}-src.tar.bz2 ${EXCLUDES} \
gcc
in which EXCLUDES is
EXCLUDES=""
for x in ${ADA_DIRS} ${CPLUSPLUS_DIRS} gcc/f libf2c\
${JAVA_DIRS} ${OBJECTIVEC_DIRS} ${TESTSUITE_DIRS}; do
EXCLUDES="${EXCLUDES} --exclude $x"
done
EXCLUDES="${EXCLUDES} --exclude .svn"
and is gfortran-${RELEASE}-src.tar.bz2 that I use to build.
In the above, probably, there is something wrong... or NOT?
Cheers,
Angelo.
On Tue, 21 Aug 2007, Andrew Pinski wrote:
> On 8/21/07, Angelo Graziosi <Angelo.Graziosi@roma1.infn.it> wrote:
> > gcc version 4.3.0 20070819 (experimental)
> >
> > To obtain [trunk...] also on Cygwin we need some special configure option
>
> No but you need to use gcc_update to get this when updating the
> source. This is a feature of updating the source from svn.
>
> -- Pinski
>
>
More information about the Fortran
mailing list