[Bug fortran/36581] Fortran compiler does not pass the tests

2008-10-07 Thread frobles at inmegen dot gob dot mx


--- Comment #3 from frobles at inmegen dot gob dot mx  2008-10-07 21:20 
---
Created an attachment (id=16476)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16476action=view)
configure: error: GNU Fortran is not working;

I don't understand
why not work?


-- 


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



[Bug fortran/36581] Fortran compiler does not pass the tests

2008-10-07 Thread kargl at gcc dot gnu dot org


--- Comment #4 from kargl at gcc dot gnu dot org  2008-10-07 22:13 ---
(In reply to comment #3)
 Created an attachment (id=16476)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16476action=view) [edit]
 configure: error: GNU Fortran is not working;
 
 I don't understand
 why not work?
 

Please read the instructions for installing GCC.  Your log file has

  $ ./configure --prefix=/gpfs2/shares/affimetrix/software/gcc-4.3.2
--with-mpfr=/gpfs2/shares/affimetrix/software/mpfr-2.3.1
--with-gmp=/gpfs2/shares/affimetrix/software/gmp-4.2.3 --disable-nls
--enable-shared --enable-__cxa_atexit --enable-c99 --enable-long-long
--enable-threads=posix --with-gnu-as --with-cpu-64=x86-64 --disable-multilib
--enable-languages=fortran

This suggest that you tried to build GCC in its source directory.
Don't do that.


-- 


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



[Bug fortran/36581] Fortran compiler does not pass the tests

2008-06-20 Thread Jean-Michel dot Male at sbmoffshore dot com


--- Comment #1 from Jean-Michel dot Male at sbmoffshore dot com  2008-06-20 
07:47 ---
Created an attachment (id=15792)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15792action=view)
log produced by gcc when bootstrapping and compiling FC tests


-- 


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



[Bug fortran/36581] Fortran compiler does not pass the tests

2008-06-20 Thread dfranke at gcc dot gnu dot org


--- Comment #2 from dfranke at gcc dot gnu dot org  2008-06-20 07:49 ---
From: http://gcc.gnu.org/install/prerequisites.html

GNU Multiple Precision Library (GMP) version 4.1 (or later)
 Necessary to build GCC. If you do not have it installed in your library search
path, you will have to configure with the --with-gmp configure option. See also
--with-gmp-lib and --with-gmp-include. 

From your config.log:
/usr/local/src/build-gcc-4.3.1/./gcc/f951: relocation error:
/usr/lib/libmpfr.so.1: undefined symbol: __gmp_get_memory_functions


-- 

dfranke at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||dfranke at gcc dot gnu dot
   ||org
 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID


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