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]

static links


Hi,

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?

Thanks in advance!

--
D. Heynderickx

DH Consultancy
Diestsestraat 133/3
B-3000 Leuven
Belgium
E-mail: DHConsultancy@skynet.be
Tel: +32-16-225860
GSM: +32-474-217768


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