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]

Re: [RFC] Quad-float support in Fortran


Hi FX,

I tried to bootstrap revision 166026 with the patch at
http://gcc.gnu.org/ml/fortran/2010-10/msg00262/rfc1.diff
on x86_64-apple-darwin10. It failed while configuring libgfortran with

...
configure:14644: checking whether the GNU Fortran compiler is working
configure:14657: /opt/gcc/build_w/./gcc/gfortran -B/opt/gcc/build_w/./gcc/ -B/opt/gcc/gcc4.6w/x86_64-apple-darwin10.4.0/bin/ -B/opt/gcc/gcc4.6w/x86_64
-apple-darwin10.4.0/lib/ -isystem /opt/gcc/gcc4.6w/x86_64-apple-darwin10.4.0/include -isystem /opt/gcc/gcc4.6w/x86_64-apple-darwin10.4.0/sys-include  
  -c   conftest.f >&5
gfortran: error: libgfortran.spec: No such file or directory
configure:14657: $? = 1
configure: failed program was:
|
|       program foo
|       real, parameter :: bar = sin (12.34 / 2.5)
|       end program foo
configure:14661: result: no
configure:14663: error: GNU Fortran is not working; please report a bug in http://gcc.gnu.org/bugzilla, attaching /opt/gcc/build_w/x86_64-apple-darwin
10.4.0/libgfortran/config.log
...

and indeed I did not find any libgfortran.spec in the building tree.
This may be related to the Joseph's commentabout the lines
> +# Create a spec file, so that compile/link tests don't fail
> +test -f libgcj.spec || touch libgcj.spec

TIA

Dominique


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