To be compatible with large file support shall we consider compiling the project with the following flags? -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
To be compatible with large file support shall we consider compiling
the project with the following flags?
|-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE|
|Traceroute does not use filesystems in any way in its work.
So nothing special in this context -- just use the standard compiler
flags from your Linux distribution.
~buc
|
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Taoyu Saijo wrote:
|Traceroute does not use filesystems in any way in its work.
So nothing special in this context -- just use the standard compiler
flags from your Linux distribution.
~buc
|