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]

cannot compile/bootstrap snapshot on LINUXIA64


Hello,
yesterday (12.04.2005) I downloaded the cvs-snapshot source code of gfortran:
> md5sum gcc-cvs.tar.bz2
e49d8d755a824c5a4b5e8a4e5ce0d53b gcc-cvs.tar.bz2


Unfortunately I cannot compile and bootstrap the code on
IA64-Linux, see below.

Is there a stable version for that platform? (I need a fortran-90 compiler)

.........................
/bin/sh ./libtool --mode=link /scratch/gcc-objects-IA64LX/./gcc/xgcc -B/scratch/gcc-objects-IA64LX/./gcc/ -B/share/sdmfs1/GNU/MSC-2002IA.March/usr/local//ia64-unknown-linux-gnu/bin/ -B/share/sdmfs1/GNU/MSC-2002IA.March/usr/local//ia64-unknown-linux-gnu/lib/ -isystem /share/sdmfs1/GNU/MSC-2002IA.March/usr/local//ia64-unknown-linux-gnu/include -isystem /share/sdmfs1/GNU/MSC-2002IA.March/usr/local//ia64-unknown-linux-gnu/sys-include -Wall -ffunction-sections -fdata-sections -O2 -g -O2 -o libmudflapth.la -rpath /share/sdmfs1/GNU/MSC-2002IA.March/usr/local//lib -version-info `grep -v '^#' /scratch/gcc/libmudflap/libtool-version` pth/mf-runtime.lo pth/mf-heuristics.lo pth/mf-hooks1.lo pth/mf-hooks2.lo pth/mf-hooks3.lo -ldl
/scratch/gcc-objects-IA64LX/./gcc/xgcc -B/scratch/gcc-objects-IA64LX/./gcc/ -B/share/sdmfs1/GNU/MSC-2002IA.March/usr/local//ia64-unknown-linux-gnu/bin/ -B/share/sdmfs1/GNU/MSC-2002IA.March/usr/local//ia64-unknown-linux-gnu/lib/ -isystem /share/sdmfs1/GNU/MSC-2002IA.March/usr/local//ia64-unknown-linux-gnu/include -isystem /share/sdmfs1/GNU/MSC-2002IA.March/usr/local//ia64-unknown-linux-gnu/sys-include -shared pth/.libs/mf-runtime.o pth/.libs/mf-heuristics.o pth/.libs/mf-hooks1.o pth/.libs/mf-hooks2.o pth/.libs/mf-hooks3.o -ldl -Wl,-soname -Wl,libmudflapth.so.0 -o .libs/libmudflapth.so.0.0.0
(cd .libs && rm -f libmudflapth.so.0 && ln -s libmudflapth.so.0.0.0 libmudflapth.so.0)
(cd .libs && rm -f libmudflapth.so && ln -s libmudflapth.so.0.0.0 libmudflapth.so)
ar rc .libs/libmudflapth.a pth/mf-runtime.o pth/mf-heuristics.o pth/mf-hooks1.o pth/mf-hooks2.o pth/mf-hooks3.o
ranlib .libs/libmudflapth.a
creating libmudflapth.la
(cd .libs && rm -f libmudflapth.la && ln -s ../libmudflapth.la libmudflapth.la)
make[4]: Leaving directory `/scratch/gcc-objects-IA64LX/ia64-unknown-linux-gnu/libmudflap'
make[3]: Leaving directory `/scratch/gcc-objects-IA64LX/ia64-unknown-linux-gnu/libmudflap'
make[2]: Leaving directory `/scratch/gcc-objects-IA64LX/ia64-unknown-linux-gnu/libmudflap'
make[1]: Leaving directory `/scratch/gcc-objects-IA64LX'
make: *** [bootstrap] Fehler 2




178) gcc --version
gcc (GCC) 3.2
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

179) uname -a
Linux ltcae01 2.4.22-11.msc-smp #1 SMP Thu Nov 6 08:20:11 PST 2003 ia64 unknown unknown GNU/Linux



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