Re: static links

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



DHConsultancy <DHConsultancy@xxxxxxxxx> writes:

> I'm trying to build a Fortran application using gfortran. I need both
> a dll, and a static library. I managed to create both, my question now
> is how to build a static gfortran application linking in the .dll or
> .a. If I link in .dll or .a, I get the error that .dll cannot be found.
> 
> Is there a way to build a "stand-alone" application, i.e. in which the
> .dll is statically linked and the application doesn't need to
> reference it at runtime?

At the risk of stating the obvious: have you tried the -static option?

Ian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux