This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Build on x86_64 Suse SLE10
Il giorno mer, 17/01/2007 alle 13.37 +0100, Salvatore Filippone ha
scritto:
> Yup, fixing LD_LIBRARY_PATH got me past the error.
> Thanks.
> Salvatore
>
Only to fail a little later with:
/home/sfilippo/GNUBUILD/obj-4.2-20070110/./gcc/gfortran
-B/home/sfilippo/GNUBUIL
D/obj-4.2-20070110/./gcc/
-B/home/sfilippo/gcc42/x86_64-unknown-linux-gnu/bin/ -
B/home/sfilippo/gcc42/x86_64-unknown-linux-gnu/lib/
-isystem /home/sfilippo/gcc4
2/x86_64-unknown-linux-gnu/include
-isystem /home/sfilippo/gcc42/x86_64-unknown-
linux-gnu/sys-include -I . -Wall -fno-repack-arrays -fno-underscoring
-c ../../.
./gcc-4.2-20070110/libgfortran/intrinsics/selected_int_kind.f90 -fPIC
-DPIC -o
.libs/selected_int_kind.o
../../../gcc-4.2-20070110/libgfortran/intrinsics/selected_int_kind.f90:35.5:
do i = 1, c
1
Error: Syntax error in array constructor at (1)
../../../gcc-4.2-20070110/libgfortran/intrinsics/selected_int_kind.f90:36.26:
if (r <= int_infos (i) % range) then
1
Error: Syntax error in IF-expression at (1)
../../../gcc-4.2-20070110/libgfortran/intrinsics/selected_int_kind.f90:37.6:
selected_int_kind = int_infos (i) % kind
1
Error: Unclassifiable statement at (1)
../../../gcc-4.2-20070110/libgfortran/intrinsics/selected_int_kind.f90:39.7:
end if
1
Error: Expecting END FUNCTION statement at (1)
../../../gcc-4.2-20070110/libgfortran/intrinsics/selected_int_kind.f90:40.5:
end do
1
Error: Expecting END FUNCTION statement at (1)
make[3]: *** [selected_int_kind.lo] Error 1
make[3]: Leaving directory
`/home/sfilippo/GNUBUILD/obj-4.2-20070110/x86_64-unkn
own-linux-gnu/libgfortran'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/home/sfilippo/GNUBUILD/obj-4.2-20070110/x86_64-unkn
own-linux-gnu/libgfortran'
make[1]: *** [all-target-libgfortran] Error 2
make[1]: Leaving directory `/home/sfilippo/GNUBUILD/obj-4.2-20070110'
make: *** [bootstrap] Error 2
Is this known or new?
Thanks
Salvatore