This is the mail archive of the gcc-help@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]

Re: libgfortran.a and libgfortran.so


On Mon, Aug 6, 2012 at 11:41 PM, benzhi cao <caobenzhi0915@gmail.com> wrote:

>     The  follows is the errors when i use the -Bstatic -lgfortran:

-Bstatic will make everything following static, including the C
library.  Try -Bstatic -lgfortran -Bdynamic.

Ian


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