⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.compilation.problems.svn-base

📁 絲路server源碼 Silk Road server source
💻 SVN-BASE
字号:
bzip2-1.0.3 should compile without problems on the vast majority ofplatforms.  Using the supplied Makefile, I've built and tested itmyself for x86-linux and x86_64-linux.  With makefile.msc, Visual C++6.0 and nmake, you can build a native Win32 version too.  Large filesupport seems to work correctly on at least alpha-tru64unix andx86-cygwin32 (on Windows 2000).When I say "large file" I mean a file of size 2,147,483,648 (2^31)bytes or above.  Many older OSs can't handle files above this size,but many newer ones can.  Large files are pretty huge -- most filesyou'll encounter are not Large Files.Earlier versions of bzip2 (0.1, 0.9.0, 0.9.5) compiled on a widevariety of platforms without difficulty, and I hope this version willcontinue in that tradition.  However, in order to support large files,I've had to include the define -D_FILE_OFFSET_BITS=64 in the Makefile.This can cause problems.The technique of adding -D_FILE_OFFSET_BITS=64 to get large filesupport is, as far as I know, the Recommended Way to get correct largefile support.  For more details, see the Large File SupportSpecification, published by the Large File Summit, at   http://ftp.sas.com/standards/large.fileAs a general comment, if you get compilation errors which you thinkare related to large file support, try removing the above define fromthe Makefile, ie, delete the line   BIGFILES=-D_FILE_OFFSET_BITS=64 from the Makefile, and do 'make clean ; make'.  This will give you aversion of bzip2 without large file support, which, for mostapplications, is probably not a problem.  Alternatively, try some of the platform-specific hints listed below.You can use the spewG.c program to generate huge files to test bzip2'slarge file support, if you are feeling paranoid.  Be aware though thatany compilation problems which affect bzip2 will also affect spewG.c,alas.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -