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

📄 readme

📁 gcc-2.95.3 Linux下最常用的C编译器
💻
字号:
The fast-fixincludes system now, to the best of our collective belief,correctly implements exactly the same functionality as the previousfixincludes and fixinc.* shell scripts.  On systems where many fixesare required, this is accomplished by putting most of thefunctionality into a binary executable.  On systems that had dedicatedfixinc.* shell scripts, those scripts are still used by default untilthey can be converted.POSSIBLE PROBLEMSThere may be some systems on which the fixinc binary program appearsto be functional, but fails to work.  Current thinking is that thisis due to some new process limitations (fork() calls) on thosesystems.  If you are experiencing this problem, then copy the script${src}/gcc/fixinc/inclhack.sh into ${builddir}/gcc/fixinc.sh and runmake again.And, *please* also report the problem with a description ofthe failure mode (symptoms) and the output from:        egcs/config.guessto me:  Bruce Korb <fixincludes@autogen.freeservers.com>TO DO* fixincl needs to be converted to use gcc's system.h, libiberty, and  other portability frameworks.THEORY OF OPERATIONSee also:  http://autogen.freeservers.comThe set of fixes required was distilled down to just the data requiredto specify what needed to happen for each fix.  Those data were editedinto a new file named gcc/fixinc/inclhack.def.  A program calledAutoGen (http://autogen.freeservers.com) uses these definitions toinstantiate several different templates (gcc/fixinc/*.tpl) that thenproduces a fixincludes replacement shell script (inclhack.sh), areplacement binary program (fixincl.x) and a script to drive thebinary fixincl.sh).If there is no special purpose script, then mkfixinc.sh will try tocompile, link and test execute the binary version.  If it cannot besuccessfully built, the shell version will be used instead.  Ifmkfixinc.sh determines that your system needs machine-specific fixesthat have not yet been applied to inclhack.def, it will install anduse the current fixinc.* for that system instead.Usually, the mkfixinc.sh script will be able to detect whenthe binary is not runable.  If you do have problems, however,please see "POSSIBLE PROBLEMS" above.  Thank you.Regards,	Bruce <fixincludes@autogen.freeservers.com>	Robert <RobertLipe@usa.net>	Manfred <manfred@s-direktnet.de>

⌨️ 快捷键说明

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