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

           Summary: libgfortran.so.3 _gfortran_copy_string
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libfortran
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: mani.golpar...@gmail.com


Hi

I am running a code that needs certain libgfortran libraries. Unfortunately I
get this error message that libgfortran.so.1 is missing:

libgfortran.so.1: cannot open shared object file: No such file or directory

I linked the ligfortran library as follows: sudo ln -s
/usr/lib/libgfortran.so.3 /usr/lib/libgfortran.so.1

and now I got this error:

symbol lookup errorsymbol lookup error: :
../../program/main/liblapack.so.3../../program/main/liblapack.so.3: : undefined
symbol: _gfortran_copy_stringundefined symbol: _gfortran_copy_string

Thanks for your help.
Darius

Reply via email to