Hi,
I'm trying to build some software with gfortran on gutsy beta which need libgfortran and libgfortranbegin. I notice that there's only
/usr/lib/libgfortran.so.2
/usr/lib/libgfortran.so.2.0.0
Which package do I need to get the corresponding libgfortranbegin.so?
I found the gfortran-multilib package which has libgfortranbegin.a/so but it's not compatible with that from the libgfortran2 package. Does this mean I'll have to build my own GCC?
I hope anyone could give me suggestions on how to solve this problem. Thanks in advance.
I'm trying to build some software with gfortran on gutsy beta which need libgfortran and libgfortranbegin. I notice that there's only
/usr/lib/libgfortran.so.2
/usr/lib/libgfortran.so.2.0.0
Which package do I need to get the corresponding libgfortranbegin.so?
I found the gfortran-multilib package which has libgfortranbegin.a/so but it's not compatible with that from the libgfortran2 package. Does this mean I'll have to build my own GCC?
I hope anyone could give me suggestions on how to solve this problem. Thanks in advance.
Comment