View previous topic :: View next topic |
Author |
Message |
stfark1
Joined: 02 Sep 2008 Posts: 204
|
Posted: Tue Feb 22, 2022 9:09 pm Post subject: Linker Parsrf |
|
|
Running Win10 and Silverfrost Fortran, debug64. When I perform the link, I get a notification that one of my routines is loaded more than once. However, the culprit is not shown in any of the object files with that name. I do have a routine of that name but only compiled once into the Debug64 folder?? Any ideas on how to resolve or where I can find the place that the routine is called or loaded twice? Sid kraft |
|
Back to top |
|
 |
wahorger

Joined: 13 Oct 2014 Posts: 1153 Location: Morrison, CO, USA
|
Posted: Tue Mar 01, 2022 11:10 pm Post subject: |
|
|
Try a full rebuild. Sometimes, if you have modified a routine (pulled out some code) and created a new source, the old object can get "left behind".
At least, it has happened to me more than once! |
|
Back to top |
|
 |
|