[Bug fortran/41309] 4.4.1 build of fortran fails on T5140

kargl at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Sep 8 14:55:00 GMT 2009



------- Comment #2 from kargl at gcc dot gnu dot org  2009-09-08 14:55 -------
(In reply to comment #1)
> Created an attachment (id=18542)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18542&action=view) [edit]
> file generated during build failure
> 
> The same result arises during make when configure is run without further
> options. The following SMC packages are installed on the system:
> SMCgmp  SMClgcc346  SMCliconv  SMClintl  SMCmake  SMCmpfr  SMCnetsnmp  
> SMCsed  SMCsudo  SMCtar  SUNWmgts  SUNWtsmc  
> followed by s source build and install of mpfr-2.4.1
> 

My first and only guess is that SMCmpfr and mpfr-2.4.1 are incompatible.
For example, configure is finding the library for mpfr-2.4.1 but the
build is finding the SMCmpfr header file.  Try using the --with-mpfr
configure option or remove one of the mpfr packages.  

PS: I note that you don't list a GMP package, but one must be present
if you built mpfr-2.4.1.  You may need/want to use the --with-gmp
option.


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|4.4.1 build of fortran fails|4.4.1 build of fortran fails
                   |on T5140                    |on T5140


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



More information about the Gcc-bugs mailing list