Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
← Previous Change
Wiki History
Next Change
→
Changes between
Initial Version
and
Version 1
of
wade/gcc
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
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 無法宣告 ===
6
Reference:[http://gcc.gnu.org/ml/gcc-bugs/2006-11/msg00651.html]
7
sol:請加上
8
{{{
9
-Wall -D_LARGEFILE64_SOURCE
10
}}}
11
例如:
12
{{{
13
gcc -D_LARGEFILE64_SOURCE -o test test.c
14
}}}