Re: How to link a Fortran static library to a C++ program?
- From: "N. Shamsundar" <shamsundar_at_@xxxxxx>
- Date: Thu, 30 Mar 2006 08:54:42 -0600
Guch Wu wrote:
Thanks!I have, in a command shell:
But it yields another problem:
error LNK2019: unresolved external symbol _for_write_seq_lis referenced
in function _SUB
s:\>ifort /c sub.f90
s:\>cl mainpg.c sub.obj
s:\>mainpg
10
If you are using an IDE, there are many combinations of settings and options that may need to be set. I rarely use IDEs.
N. Shamsundar
University of Houston
.
- Follow-Ups:
- Re: How to link a Fortran static library to a C++ program?
- From: Guch Wu
- Re: How to link a Fortran static library to a C++ program?
- From: Guch Wu
- Re: How to link a Fortran static library to a C++ program?
- References:
- How to link a Fortran static library to a C++ program?
- From: Guch Wu
- Re: How to link a Fortran static library to a C++ program?
- From: N. Shamsundar
- Re: How to link a Fortran static library to a C++ program?
- From: Guch Wu
- How to link a Fortran static library to a C++ program?
- Prev by Date: Re: Structure of large link libraries in f95
- Next by Date: Making fortran libraries
- Previous by thread: Re: How to link a Fortran static library to a C++ program?
- Next by thread: Re: How to link a Fortran static library to a C++ program?
- Index(es):
Relevant Pages
|