- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there,
got following problem while compiling using ifort called by another (fluid calculation) program from a tcsh-cygwin command line window:
"fortcom: Severe: Permission denied"
I have checked all file/folder permissions on the win system and I am using an admin account
compiling/linking works fine from the same tcsh but doesn't if ifort is called by the 3rd party software
any hints would be appreciated!
Ben
got following problem while compiling using ifort called by another (fluid calculation) program from a tcsh-cygwin command line window:
"fortcom: Severe: Permission denied"
I have checked all file/folder permissions on the win system and I am using an admin account
compiling/linking works fine from the same tcsh but doesn't if ifort is called by the 3rd party software
any hints would be appreciated!
Ben
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Even if you are using an admin account, Windows 7 and Windows Vista will prevent you from being able to write into certain folders, such as anything under Program Files. Make sure your default directory is not under Program Files and that the TEMP and/or TMP environment variables point to a writable folder. Also make sure that the compiler is not being asked to write .obj or .mod files to a protected folder.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Even if you are using an admin account, Windows 7 and Windows Vista will prevent you from being able to write into certain folders, such as anything under Program Files. Make sure your default directory is not under Program Files and that the TEMP and/or TMP environment variables point to a writable folder. Also make sure that the compiler is not being asked to write .obj or .mod files to a protected folder.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Steve Lionel (Intel)
Even if you are using an admin account, Windows 7 and Windows Vista will prevent you from being able to write into certain folders, such as anything under Program Files. Make sure your default directory is not under Program Files and that the TEMP and/or TMP environment variables point to a writable folder. Also make sure that the compiler is not being asked to write .obj or .mod files to a protected folder.
Even if I'm using WinXP - moving everything to another folder (other than "program files") where I have fully permission control solved this problem!
Thanks a lot!

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