Topic: Static Library Linking Problems
Hi,
I have built a static fortran library which I am linking with a Microsoft Visual C++ program. The library compiles OK but when I link it with the C++ program there are a number of unresolved externals such as __gfortran_transfer_character_write and __gfortran_st_write_done. There are no problem resolving my functions in the library.
Are there other libraries that I need to link with the C++ program or is there a way to embed these in the fortran library. I have used the -static flag when building the fortran library but this makes no difference.
This also makes me wonder - Will I need to supply redistributables with my application?
Any help would be appreciated.
Tony