Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

xilib: error: could not write to argument file 'C:DOCUME~1'

Intel_C_Intel
Employee
443 Views
Hi,everyone!
I got some errors when Icompiling my C++ program with 8.0 version.
The error is following:
xilib: error: could not write to argument file 'C:DOCUME~1
xilib: error: couldn't open multi-file optimizations object list
There is enough space left in C: and C:DOCUME~1 is writeable. What's the problem?
Thanks.
0 Kudos
2 Replies
Maximillia_D_Intel
443 Views
Hi,
How is xilib being invoked? Are you doing it directly? What is the command line? It could be the case that this argument filenamed in the message is write-protected? What is the name of the argument file?
Max
0 Kudos
Intel_C_Intel
Employee
443 Views
Thanks, Max. The problem is solved. It's because there are chinese character in $TEMPand $TMP. I set them to another directory and it works.
0 Kudos
Reply