- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello,
I have made a stupid mistake while compiling a fortran file. i have typed ,
ifort san.for -o san.for
instead of specifying san.exe i specified it as san.for.
now my fortran file is completely gone and i dont have a backup file. is there a way by which i can get back the file or i have to reprogram
I have made a stupid mistake while compiling a fortran file. i have typed ,
ifort san.for -o san.for
instead of specifying san.exe i specified it as san.for.
now my fortran file is completely gone and i dont have a backup file. is there a way by which i can get back the file or i have to reprogram
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is no way to reconstruct the Fortran source from an executable. Sorry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry to read this. There's nothing the compiler leaves around that enables recovering the original source. I'm afraid you will have to re-create the program unless there's some chance of recovery from a backup created by the editor you use maybe?

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