public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/18496] Build fails with "libgmp.so.6 not found" error
       [not found] <bug-18496-9557@http.gcc.gnu.org/bugzilla/>
@ 2005-11-04 17:55 ` fxcoudert at gcc dot gnu dot org
  0 siblings, 0 replies; 6+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-11-04 17:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from fxcoudert at gcc dot gnu dot org  2005-11-04 17:55 -------
This was never confirmed with this exact error, and I've done quite some
testing/debuging and did not experience that particular bug. I think this bug
was "superseded" by PR21547, which I am currently fixing. Closing this one as
WORKSFORME.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu dot
                   |                            |org
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME


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


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

* [Bug fortran/18496] Build fails with "libgmp.so.6 not found" error
  2004-11-15  6:26 [Bug libfortran/18496] New: " jim at dishaw dot org
                   ` (3 preceding siblings ...)
  2004-12-02 21:08 ` tobi at gcc dot gnu dot org
@ 2004-12-02 21:10 ` tobi at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-12-02 21:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-12-02 21:10 -------
Um, since I didn't reproduce the failure myself I'm not sure if I should have
confirmed this bug. I don't see a way to set this back, so I'm going to have to
leave this as confirmed.

-- 


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


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

* [Bug fortran/18496] Build fails with "libgmp.so.6 not found" error
  2004-11-15  6:26 [Bug libfortran/18496] New: " jim at dishaw dot org
                   ` (2 preceding siblings ...)
  2004-11-16  2:41 ` jim at dishaw dot org
@ 2004-12-02 21:08 ` tobi at gcc dot gnu dot org
  2004-12-02 21:10 ` tobi at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-12-02 21:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-12-02 21:08 -------
I'm thinking that this is a real issue with gfortran's configury: if we're able
to link against gmp we should also be able to run the resulting binary.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-02 21:08:44
               date|                            |


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


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

* [Bug fortran/18496] Build fails with "libgmp.so.6 not found" error
  2004-11-15  6:26 [Bug libfortran/18496] New: " jim at dishaw dot org
  2004-11-15 14:13 ` [Bug fortran/18496] " pinskia at gcc dot gnu dot org
  2004-11-15 21:55 ` jim at dishaw dot org
@ 2004-11-16  2:41 ` jim at dishaw dot org
  2004-12-02 21:08 ` tobi at gcc dot gnu dot org
  2004-12-02 21:10 ` tobi at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jim at dishaw dot org @ 2004-11-16  2:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jim at dishaw dot org  2004-11-16 02:41 -------
I attempted the build again execpt that I set LD_LIBRARY_PATH=/sys/sdf/sci/lib
before the first configure and it now builds to completion.  Is this buggy
behaviour or the intended behaviour?  One part of the configure process uses the
path specified by --with-gmp= to resolve the libaries.  The configure process
for libgfortran does not.  My $0.02 is that it should be consistent, but I may
be missing a subtle point.

-- 


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


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

* [Bug fortran/18496] Build fails with "libgmp.so.6 not found" error
  2004-11-15  6:26 [Bug libfortran/18496] New: " jim at dishaw dot org
  2004-11-15 14:13 ` [Bug fortran/18496] " pinskia at gcc dot gnu dot org
@ 2004-11-15 21:55 ` jim at dishaw dot org
  2004-11-16  2:41 ` jim at dishaw dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jim at dishaw dot org @ 2004-11-15 21:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jim at dishaw dot org  2004-11-15 21:55 -------
Subject: Re:  Build fails with "libgmp.so.6 not found" error

"pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:

> ------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-15 14:12 -------
> Does setting LD_LIBRARY_PATH to /sys/sdf/sci help?

I tried setting LD_LIBRARY_PATH but it was after the configure step.  I
will try again with LD_LIBRARY_PATH set before I run configure.  I will
also check to see which version of libtool the system is running--that
might be a problem.

> 
> I don't know if we can count this as a bug or not.
> 

I guess it depends where the problem is.  If the configure script is not
properly setting the linker flags, I would think that is a bug.  I don't
think it is a bug inherent in gcc or libgfortran.

-jd



-- 


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


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

* [Bug fortran/18496] Build fails with "libgmp.so.6 not found" error
  2004-11-15  6:26 [Bug libfortran/18496] New: " jim at dishaw dot org
@ 2004-11-15 14:13 ` pinskia at gcc dot gnu dot org
  2004-11-15 21:55 ` jim at dishaw dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-15 14:13 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libfortran                  |fortran


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


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

end of thread, other threads:[~2005-11-04 17:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-18496-9557@http.gcc.gnu.org/bugzilla/>
2005-11-04 17:55 ` [Bug fortran/18496] Build fails with "libgmp.so.6 not found" error fxcoudert at gcc dot gnu dot org
2004-11-15  6:26 [Bug libfortran/18496] New: " jim at dishaw dot org
2004-11-15 14:13 ` [Bug fortran/18496] " pinskia at gcc dot gnu dot org
2004-11-15 21:55 ` jim at dishaw dot org
2004-11-16  2:41 ` jim at dishaw dot org
2004-12-02 21:08 ` tobi at gcc dot gnu dot org
2004-12-02 21:10 ` tobi at gcc dot gnu dot org

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).