close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Dec 30, 2008, 5:49:04 PM (17 years ago)
- Author:
-
wade
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v6
|
v7
|
|
15 | 15 | -Wall -D_LARGEFILE64_SOURCE |
16 | 16 | }}} |
17 | | 或使用 g++ compiler。[[BR]] |
18 | 17 | 例如: |
19 | 18 | {{{ |
20 | 19 | gcc -D_LARGEFILE64_SOURCE -o test test.c |
21 | 20 | }}} |
| 21 | 或使用 '''g++ compiler'''。 |