This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug fortran/49943] libgfortran fails to build


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49943

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org
            Summary|GNU Fortran is not working  |libgfortran fails to build

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-08-02 12:02:04 UTC ---
How do you build gfortran? You seemingly try to build "libgfortran" separately
from the rest of GCC which is not well tested and needs some care. Why don't
you build all of GCC? See http://gcc.gnu.org/install/ for instructions

If you just need a gfortran:
- Ubuntu comes with gfortran (GCC Fortran) thus you can simply install them
- Nightly builds are available at http://gcc.gnu.org/wiki/GFortranBinaries

 * * *

>From the log file:

$ ./configure 
[...]
configure:15408: checking whether the GNU Fortran compiler is working
configure:15421:  -c   conftest.f >&5
./configure: line 1887: -c: command not found


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