This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/34957] duplicate libgcc_s.1.dylib warning on Mac OS X Leopard



------- Comment #4 from dojo at masterleep dot com  2008-01-25 22:30 -------
$ ls -l /usr/local/gfortran/lib/libgcc_s*
-rw-r--r--  1 root  admin  333314 Dec 31 08:43
/usr/local/gfortran/lib/libgcc_s.1.dylib
-rw-r--r--  1 root  admin   17288 Dec 31 08:43
/usr/local/gfortran/lib/libgcc_s.10.4.dylib
-rw-r--r--  1 root  admin   17416 Dec 31 08:43
/usr/local/gfortran/lib/libgcc_s.10.5.dylib
lrwxr-xr-x  1 root  gsab      16 Jan 24 10:36
/usr/local/gfortran/lib/libgcc_s_ppc64.1.dylib -> libgcc_s.1.dylib
lrwxr-xr-x  1 root  gsab      16 Jan 24 10:36
/usr/local/gfortran/lib/libgcc_s_x86_64.1.dylib -> libgcc_s.1.dylib
$ ls -l /libgcc_s*
ls: /libgcc_s*: No such file or directory
$ file a.out
a.out: Mach-O executable i386


The group on the symbolic links seems odd - that's a different user account
that doesn't do coding.  I didn't make any manual changes to
/usr/local/gfortran.


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]