English 中文(简体)
选择新的升温器
原标题:Choosing newer gcc version for upgrade

I develop C++ applications on CentOS 5.4 and we came across several inconvenient situations with gcc 4.1.2 like inability to debug local variables in class constructor which is a confirmed gcc bug (same problem with scoped variables). I m considering to upgrade to higher gcc version. What version should I choose for production environment? Can I simply grab the latest release from gcc.org, build it and start using it? Should I only use the rpms from CentOS repositories?

感谢。

最佳回答

如果你提供你想要的东西,则总是建议使用你的分发存放处。 为了了解海湾合作委员会的具体版本是否解决了你的问题,你可以总是在home page(右边)上检查“回归”。 我将相信海湾合作委员会的释放标准,并利用最新的稳定释放(在编写本报告时为4.5)。 如果你遇到麻烦,就转而采用较低版本(4.4),如果这样做,则使用4.3。 如果你不像审判和错误一样,看回归名单,或发现你ve忙,看看它何时确定。

PS:我知道44.4是 最新<><><>> > 发布,但4.5 是最新的主要释放。

问题回答

暂无回答




相关问题
Signed executables under Linux

For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...

encoding of file shell script

How can I check the file encoding in a shell script? I need to know if a file is encoded in utf-8 or iso-8859-1. Thanks

How to write a Remote DataModule to run on a linux server?

i would like to know if there are any solution to do this. Does anyone? The big picture: I want to access data over the web, using my delphi thin clients. But i´would like to keep my server/service ...

How can I use exit codes to run shell scripts sequentially?

Since cruise control is full of bugs that have wasted my entire week, I have decided the existing shell scripts I have are simpler and thus better. Here is what I have so far svn update /var/www/...

Good, free, easy-to-use C graphics libraries? [closed]

I was wondering if there were any good free graphics libraries for C that are easy to use? It s for plotting 2d and 3d graphs and then saving to a file. It s on a Linux system and there s no gnuplot ...