Changes between Version 12 and Version 13 of jazz/09-07-17


Ignore:
Timestamp:
Jul 23, 2009, 5:29:05 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-07-17

    v12 v13  
    22
    33 * 排解 intel C++ compiler 雙字元字集編譯問題
     4  * [問題] 錯誤訊息如下:
    45{{{
    56Catastrophic error: could not set locale "" to allow processing of multibyte characters
    67compilation aborted for k.c (code 4)
    78}}}
     9  * [解法] 設定 locale 為 C
    810{{{
    911LANG=C icc -openmp icctest.c
    1012}}}
     13  * icctest.c 範例程式
    1114{{{
    1215#!c