Changes between Initial Version and Version 1 of wade/gcc


Ignore:
Timestamp:
Dec 30, 2008, 5:30:29 PM (16 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wade/gcc

    v1 v1  
     1[[PageOutline]]
     2
     3
     4== Error  ==
     5=== off64_t 無法宣告 ===
     6Reference:[http://gcc.gnu.org/ml/gcc-bugs/2006-11/msg00651.html]
     7sol:請加上
     8{{{
     9-Wall -D_LARGEFILE64_SOURCE
     10}}}
     11例如:
     12{{{
     13gcc -D_LARGEFILE64_SOURCE -o test test.c
     14}}}