- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Swear I used this once but can't find it now.
Is there an ifort switch to force showing it invoking ld() and all commands passed to ld()?
Is there an ifort switch to force showing it invoking ld() and all commands passed to ld()?
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
-v does most of the trick!
However, when fortcom is invoked there appear to be scripts read as in:
-mIPOPT_link_script_file=/tmp/ifortg6aJXdscript
But these are removed after ld() is invoked with a 'rm'. Any way to see these
files?
I tried -save-temps but that doesn't work.
However, when fortcom is invoked there appear to be scripts read as in:
-mIPOPT_link_script_file=/tmp/ifortg6aJXdscript
But these are removed after ld() is invoked with a 'rm'. Any way to see these
files?
I tried -save-temps but that doesn't work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
just use -dryrun
this captures everything in the compilation and link steps, but does not do an actual compilation or link.
this captures everything in the compilation and link steps, but does not do an actual compilation or link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Adding -# should show you what goes into the linker script during a live build.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page