public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/32255]  New: warning can't open dynamic library
@ 2007-06-08 14:49 dir at lanl dot gov
  2007-06-08 14:59 ` [Bug fortran/32255] " dir at lanl dot gov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dir at lanl dot gov @ 2007-06-08 14:49 UTC (permalink / raw)
  To: gcc-bugs

I down loaded and built a new version of gfortran this morning and now gortran
is having trouble finding the dynamic library -


/usr/bin/ld: warning can't open dynamic library: /libgcc_s.1.dylib referenced
from:
/usr/local/gfortran/lib/gcc/powerpc-apple-darwin8.9.0/4.3.0/../../../libgfortran.dylib
(checking for undefined symbols may be affected) (No such file or directory,
errno = 2)
[dranta:~/tests] dir% ls
/usr/local/gfortran/lib/gcc/powerpc-apple-darwin8.9.0/4.3.0/../../../
gcc                     libgcc_s_ppc64.1.dylib  libgfortran.dylib      
libgomp.dylib           libssp.0.dylib          libssp_nonshared.a
libgcc_s.1.dylib        libgcc_s_x86_64.1.dylib libgfortran.la         
libgomp.la              libssp.a                libssp_nonshared.la
libgcc_s.10.4.dylib     libgfortran.3.dylib     libgomp.1.dylib        
libgomp.spec            libssp.dylib
libgcc_s.10.5.dylib     libgfortran.a           libgomp.a              
libiberty.a             libssp.la
[dranta:~/tests] dir% gfortran --v
Using built-in specs.
Target: powerpc-apple-darwin8.9.0
Configured with: ../gcc/configure --disable-multilib
--prefix=/usr/local/gfortran --enable-languages=c,fortran
Thread model: posix
gcc version 4.3.0 20070608 (experimental)


-- 
           Summary: warning can't open dynamic library
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dir at lanl dot gov
  GCC host triplet: powerpc-apple-darwin8.9.0


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


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

* [Bug fortran/32255] warning can't open dynamic library
  2007-06-08 14:49 [Bug fortran/32255] New: warning can't open dynamic library dir at lanl dot gov
@ 2007-06-08 14:59 ` dir at lanl dot gov
  2007-06-08 15:13 ` dominiq at lps dot ens dot fr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dir at lanl dot gov @ 2007-06-08 14:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dir at lanl dot gov  2007-06-08 14:59 -------
I just noticed that programs work anyway -

[dranta:~/tests/gfortran-D] dir% rm testioBackspace
[dranta:~/tests/gfortran-D] dir% gfortran -o testioBackspace testioBackspace.f
/usr/bin/ld: warning can't open dynamic library: /libgcc_s.1.dylib referenced
from:
/usr/local/gfortran/lib/gcc/powerpc-apple-darwin8.9.0/4.3.0/../../../libgfortran.dylib
(checking for undefined symbols may be affected) (No such file or directory,
errno = 2)
[dranta:~/tests/gfortran-D] dir% testioBackspace
  Number of Tests =            4
  Number of Tests =           16
  Number of Tests =           64
  Number of Tests =          256
  Number of Tests =         1024
  Number of Tests =         4096
  Number of Tests =        16384
  Number of Tests =        65536
[dranta:~/tests/gfortran-D] dir% 


-- 


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


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

* [Bug fortran/32255] warning can't open dynamic library
  2007-06-08 14:49 [Bug fortran/32255] New: warning can't open dynamic library dir at lanl dot gov
  2007-06-08 14:59 ` [Bug fortran/32255] " dir at lanl dot gov
@ 2007-06-08 15:13 ` dominiq at lps dot ens dot fr
  2007-06-08 15:32 ` dir at lanl dot gov
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens dot fr @ 2007-06-08 15:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dominiq at lps dot ens dot fr  2007-06-08 15:13 -------
> /usr/bin/ld: warning can't open dynamic library: /libgcc_s.1.dylib referenced

I have seen this problem while regetesting g++.  I am not sure, but I think I
have reported the problem to the gcc list without answer (couple months ago). 
Meanwhile I have:

lrwxr-xr-x 1 root admin 33 Feb  3 22:30 /libgcc_s.1.dylib ->
/sw/lib/gcc4/lib/libgcc_s.1.dylib

for my install through fink.

At first I suspected my hacked fink script, but /libgcc_s.1.dylib may as well
be hardcoded in the gcc sources.


-- 


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


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

* [Bug fortran/32255] warning can't open dynamic library
  2007-06-08 14:49 [Bug fortran/32255] New: warning can't open dynamic library dir at lanl dot gov
  2007-06-08 14:59 ` [Bug fortran/32255] " dir at lanl dot gov
  2007-06-08 15:13 ` dominiq at lps dot ens dot fr
@ 2007-06-08 15:32 ` dir at lanl dot gov
  2007-06-08 15:36 ` dominiq at lps dot ens dot fr
  2007-06-09 18:55 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: dir at lanl dot gov @ 2007-06-08 15:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dir at lanl dot gov  2007-06-08 15:32 -------

It is something new for me. My last build from 4 days ago did not have the
problem -

[dranta:~/tests/gfortran-D] dir% gfortran -o testioBackspace testioBackspace.f
[dranta:~/tests/gfortran-D] dir% gfortran --v
Using built-in specs.
Target: powerpc-apple-darwin8.9.0
Configured with: ../gcc/configure --enable-checking --disable-multilib
--prefix=/usr/local/gfortran --enable-languages=c,fortran
Thread model: posix
gcc version 4.3.0 20070604 (experimental)
[dranta:~/tests/gfortran-D] dir% 


-- 


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


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

* [Bug fortran/32255] warning can't open dynamic library
  2007-06-08 14:49 [Bug fortran/32255] New: warning can't open dynamic library dir at lanl dot gov
                   ` (2 preceding siblings ...)
  2007-06-08 15:32 ` dir at lanl dot gov
@ 2007-06-08 15:36 ` dominiq at lps dot ens dot fr
  2007-06-09 18:55 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens dot fr @ 2007-06-08 15:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from dominiq at lps dot ens dot fr  2007-06-08 15:35 -------
You may also have a look to PR30572.


-- 


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


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

* [Bug fortran/32255] warning can't open dynamic library
  2007-06-08 14:49 [Bug fortran/32255] New: warning can't open dynamic library dir at lanl dot gov
                   ` (3 preceding siblings ...)
  2007-06-08 15:36 ` dominiq at lps dot ens dot fr
@ 2007-06-09 18:55 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-06-09 18:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pinskia at gcc dot gnu dot org  2007-06-09 18:55 -------
This is the same bug as PR 30572.

*** This bug has been marked as a duplicate of 30572 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2007-06-09 18:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-08 14:49 [Bug fortran/32255] New: warning can't open dynamic library dir at lanl dot gov
2007-06-08 14:59 ` [Bug fortran/32255] " dir at lanl dot gov
2007-06-08 15:13 ` dominiq at lps dot ens dot fr
2007-06-08 15:32 ` dir at lanl dot gov
2007-06-08 15:36 ` dominiq at lps dot ens dot fr
2007-06-09 18:55 ` pinskia 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).