![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A script pls( To retrieve database information) | rollthecoin | Shell Programming and Scripting | 3 | 04-26-2008 05:35 AM |
| waiting | mpang_ | Shell Programming and Scripting | 1 | 10-04-2007 02:52 AM |
| Process(s) ID waiting on IO? | Citrus143 | UNIX for Advanced & Expert Users | 9 | 03-29-2007 05:28 PM |
| Looping and waiting | mikie | Shell Programming and Scripting | 3 | 11-29-2006 05:04 AM |
| what is SunWS_cache? | venkat_grep | UNIX for Advanced & Expert Users | 1 | 09-28-2005 10:14 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
The SunWS_Cache directory must not be having write permission.
(This cache contains state information that must be locked when a compiler is being run, to avoid trashing the state information if another compilation runs in the same directory at the same time.) Compilation must be going through fine, but when linking it might just hang. As soon as you will give the write permission to SunWS_Cache, the linking will complete. Hope this helps! Cheers, Nilesh |
|
||||
|
Give write permission or remove SunWS_Cache.
Normally the SunWS_Cache directory is created, where the output file is being generated.
The problem occurs when SunWS_Cache is already being created by some other login and you don't have write permissions. This is a temporary directory created at compilation time. You may either give write permission to yourself to this directory or remove that directory itself(with sudo access). Starting with C++ 5.5 (Sun ONE Studio 8 Compiler Collection), the template cache is no longer required, and by default is not used. Cheers, Nilesh |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|