Sujet : Re: nasty link problem with Gfortran and G++ (C++) ???
De : tkoenig (at) *nospam* netcologne.de (Thomas Koenig)
Groupes : comp.lang.fortranDate : 10. Jan 2025, 10:27:03
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vlqp57$3u2rb$1@dont-email.me>
References : 1 2 3
User-Agent : slrn/1.0.3 (Linux)
Lynn McGuire <
lynnmcguire5@gmail.com> schrieb:
I cannot get a small code sample with or without a DLL to exhibit the
problem. Like I said, I thought it was something related to size of my
DLL. And this is the small DLL, only 3 MB.
Regarding DLLs, I'm out... I don't think I have ever done one.
Which toolchain are you using? Msys/mingw64 is probably the
preferred one. (Personally, I use cygwin for Windows stuff (with
the mingw64 cross compiler), but that is because I like the
UNIXy look and feel of cygwin.)
Did you look at the symbols that can be found in the respective
DLLs, do they match your expectations? (I presume you follow
https://stackoverflow.com/questions/48021991/creating-dll-with-gfortran-on-windows).