public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/43770]  New: GNU Fortran is not working
@ 2010-04-16 16:06 wang-xi05 at mails dot thu dot edu dot cn
  2010-04-16 16:08 ` [Bug fortran/43770] " wang-xi05 at mails dot thu dot edu dot cn
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: wang-xi05 at mails dot thu dot edu dot cn @ 2010-04-16 16:06 UTC (permalink / raw)
  To: gcc-bugs

checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether the GNU Fortran compiler is working... no
configure: error: GNU Fortran is not working; please report a bug in
http://gcc.gnu.org/bugzilla, attaching
/data2/share/gcc/gcc-4.4.3/x86_64-unknown-linux-gnu/libgfortran/config.log
make[1]: *** [configure-target-libgfortran] Error 1
make[1]: Leaving directory `/data2/share/gcc/gcc-4.4.3'
make: *** [all] Error 2


-- 
           Summary: GNU Fortran is not working
           Product: gcc
           Version: 4.4.3
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: wang-xi05 at mails dot thu dot edu dot cn


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug fortran/43770] GNU Fortran is not working
  2010-04-16 16:06 [Bug fortran/43770] New: GNU Fortran is not working wang-xi05 at mails dot thu dot edu dot cn
@ 2010-04-16 16:08 ` wang-xi05 at mails dot thu dot edu dot cn
  2010-04-16 16:32 ` steven at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: wang-xi05 at mails dot thu dot edu dot cn @ 2010-04-16 16:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from wang-xi05 at mails dot thu dot edu dot cn  2010-04-16 16:08 -------
Created an attachment (id=20400)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20400&action=view)
/data2/share/gcc/gcc-4.4.3/x86_64-unknown-linux-gnu/libgfortran/config.log 


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug fortran/43770] GNU Fortran is not working
  2010-04-16 16:06 [Bug fortran/43770] New: GNU Fortran is not working wang-xi05 at mails dot thu dot edu dot cn
  2010-04-16 16:08 ` [Bug fortran/43770] " wang-xi05 at mails dot thu dot edu dot cn
@ 2010-04-16 16:32 ` steven at gcc dot gnu dot org
  2010-04-16 16:39 ` wang-xi05 at mails dot thu dot edu dot cn
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: steven at gcc dot gnu dot org @ 2010-04-16 16:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from steven at gcc dot gnu dot org  2010-04-16 16:31 -------
/data2/share/gcc/gcc-4.4.3/host-x86_64-unknown-linux-gnu/gcc/f951: symbol
lookup error: /data2/share/matlab2007/bin/glnxa64/libmpfr.so.1: undefined
symbol: __gmp_get_memory_functions

Do you have the right GMP and MPFR versions installed?


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug fortran/43770] GNU Fortran is not working
  2010-04-16 16:06 [Bug fortran/43770] New: GNU Fortran is not working wang-xi05 at mails dot thu dot edu dot cn
  2010-04-16 16:08 ` [Bug fortran/43770] " wang-xi05 at mails dot thu dot edu dot cn
  2010-04-16 16:32 ` steven at gcc dot gnu dot org
@ 2010-04-16 16:39 ` wang-xi05 at mails dot thu dot edu dot cn
  2010-04-16 16:47 ` kargl at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: wang-xi05 at mails dot thu dot edu dot cn @ 2010-04-16 16:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from wang-xi05 at mails dot thu dot edu dot cn  2010-04-16 16:38 -------
(In reply to comment #2)
> /data2/share/gcc/gcc-4.4.3/host-x86_64-unknown-linux-gnu/gcc/f951: symbol
> lookup error: /data2/share/matlab2007/bin/glnxa64/libmpfr.so.1: undefined
> symbol: __gmp_get_memory_functions
> Do you have the right GMP and MPFR versions installed?

GMP version 4.3.2
MPFR version 2.4.2

Thanks!


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug fortran/43770] GNU Fortran is not working
  2010-04-16 16:06 [Bug fortran/43770] New: GNU Fortran is not working wang-xi05 at mails dot thu dot edu dot cn
                   ` (2 preceding siblings ...)
  2010-04-16 16:39 ` wang-xi05 at mails dot thu dot edu dot cn
@ 2010-04-16 16:47 ` kargl at gcc dot gnu dot org
  2010-04-16 17:00 ` wang-xi05 at mails dot thu dot edu dot cn
  2010-04-17  8:08 ` wang-xi05 at mails dot thu dot edu dot cn
  5 siblings, 0 replies; 7+ messages in thread
From: kargl at gcc dot gnu dot org @ 2010-04-16 16:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from kargl at gcc dot gnu dot org  2010-04-16 16:47 -------
Change the severity to normal.

It appears you have more than 1 version of mpfr install
and you're picking up the wrong library.  I suspect that
you do not want data2/share/matlab2007/bin/glnxa64/libmpfr.so.1,
but rather a version in say /usr/local/lib.

Please use the --with-gmp, --with-mpfr, and --with-mpc 
configure options to point at the correct libraries.


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
             Status|UNCONFIRMED                 |WAITING


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug fortran/43770] GNU Fortran is not working
  2010-04-16 16:06 [Bug fortran/43770] New: GNU Fortran is not working wang-xi05 at mails dot thu dot edu dot cn
                   ` (3 preceding siblings ...)
  2010-04-16 16:47 ` kargl at gcc dot gnu dot org
@ 2010-04-16 17:00 ` wang-xi05 at mails dot thu dot edu dot cn
  2010-04-17  8:08 ` wang-xi05 at mails dot thu dot edu dot cn
  5 siblings, 0 replies; 7+ messages in thread
From: wang-xi05 at mails dot thu dot edu dot cn @ 2010-04-16 17:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from wang-xi05 at mails dot thu dot edu dot cn  2010-04-16 16:59 -------
(In reply to comment #4)
> Change the severity to normal.
> It appears you have more than 1 version of mpfr install
> and you're picking up the wrong library.  I suspect that
> you do not want data2/share/matlab2007/bin/glnxa64/libmpfr.so.1,
> but rather a version in say /usr/local/lib.
> Please use the --with-gmp, --with-mpfr, and --with-mpc 
> configure options to point at the correct libraries.

Thanks for you rapid reply. It's my fault to write the wrong path to mpfr. I am
also sorry that i didn't know how to level the Severity. Waiting for the result
...


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug fortran/43770] GNU Fortran is not working
  2010-04-16 16:06 [Bug fortran/43770] New: GNU Fortran is not working wang-xi05 at mails dot thu dot edu dot cn
                   ` (4 preceding siblings ...)
  2010-04-16 17:00 ` wang-xi05 at mails dot thu dot edu dot cn
@ 2010-04-17  8:08 ` wang-xi05 at mails dot thu dot edu dot cn
  5 siblings, 0 replies; 7+ messages in thread
From: wang-xi05 at mails dot thu dot edu dot cn @ 2010-04-17  8:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from wang-xi05 at mails dot thu dot edu dot cn  2010-04-17 08:07 -------
(In reply to comment #5)
> (In reply to comment #4)
> > Change the severity to normal.
> > It appears you have more than 1 version of mpfr install
> > and you're picking up the wrong library.  I suspect that
> > you do not want data2/share/matlab2007/bin/glnxa64/libmpfr.so.1,
> > but rather a version in say /usr/local/lib.
> > Please use the --with-gmp, --with-mpfr, and --with-mpc 
> > configure options to point at the correct libraries.
> Thanks for you rapid reply. It's my fault to write the wrong path to mpfr. I am
> also sorry that i didn't know how to level the Severity. Waiting for the result
> ...

This problem fixed, but I encountered other problems. Thank you all very much.


-- 

wang-xi05 at mails dot thu dot edu dot cn changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-04-17  8:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-16 16:06 [Bug fortran/43770] New: GNU Fortran is not working wang-xi05 at mails dot thu dot edu dot cn
2010-04-16 16:08 ` [Bug fortran/43770] " wang-xi05 at mails dot thu dot edu dot cn
2010-04-16 16:32 ` steven at gcc dot gnu dot org
2010-04-16 16:39 ` wang-xi05 at mails dot thu dot edu dot cn
2010-04-16 16:47 ` kargl at gcc dot gnu dot org
2010-04-16 17:00 ` wang-xi05 at mails dot thu dot edu dot cn
2010-04-17  8:08 ` wang-xi05 at mails dot thu dot edu dot cn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).