Deutsch English Français Italiano |
<vls3gr$84m0$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder9.news.weretis.net!news.quux.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: Lynn McGuire <lynnmcguire5@gmail.com> Newsgroups: comp.lang.fortran Subject: Re: nasty link problem with Gfortran and G++ (C++) ??? Date: Fri, 10 Jan 2025 15:30:00 -0600 Organization: A noiseless patient Spider Lines: 32 Message-ID: <vls3gr$84m0$1@dont-email.me> References: <vlk6nb$2cmk4$1@dont-email.me> <vlk97b$2d9j6$2@dont-email.me> <vlq8he$3pt22$3@dont-email.me> <vlqp57$3u2rb$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Fri, 10 Jan 2025 22:30:03 +0100 (CET) Injection-Info: dont-email.me; posting-host="f646f0f79989321a8706abfe53685d13"; logging-data="266944"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/EprtE3XNN6dNWH0+q3OeacOZcsDC6/90=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:4vc1olwUGXURdiIcH62yjr6NwAY= Content-Language: en-US In-Reply-To: <vlqp57$3u2rb$1@dont-email.me> Bytes: 2398 On 1/10/2025 3:27 AM, Thomas Koenig wrote: > 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 > > ). For compilers and IDE, I am using GCC 14.1 that is in Simply Fortran 3.38. https://simplyfortran.com/ For Unix utilities on Windows, I use the old Thompson Toolkit from 1987 that had the grep written in assembly language for SPEED. Finding code in 5,000+ subroutines across 60+ subdirectories requires SPEED. http://www.tasoft.com/toolkit.html Thanks, Lynn