我有乌班图9.04,需要安装4.4.3。 是否有任何人知道我如何这样做?
除可能为4.4.x外,我可以不使用任何其他版本。
目前,第9.04号区只有4.3.3处,但对我来说是不够的。
事先感谢你!
我有乌班图9.04,需要安装4.4.3。 是否有任何人知道我如何这样做?
除可能为4.4.x外,我可以不使用任何其他版本。
目前,第9.04号区只有4.3.3处,但对我来说是不够的。
事先感谢你!
• http://gcc.gnu.org/install/“rel=”
或者,你可以安装在jaunty仓库——。
在您/etc/apt/sources.list - deb jaunty main
之后
sudo apt-get update
sudo apt-get install gcc
我不敢确定,这是否准确,而是你如何具体说明你想要什么版本。
海湾合作委员会并非是难以编纂的,即使你将整个陷阱汇编成册。
你可以尝试:
更新本巴图:在座,是自由的,不把旧的窒息放在......周围。
从后来的乌兰巴托释放中安装了de。 我建议不要使用完整的存放处,但可能需要进行依赖性狩猎(关于平衡、校正式++等正确版本)。
Following along from this question: how-do-i-check-if-gcc-is-performing-tail-recursion-optimization, I noticed that using gcc with -fPIC seems to destroy this optimization. I am creating a shared ...
I would like to know how to generate assembler code from a C program using Unix. I tried the gcc: gcc -c file.c I also used firstly cpp and then try as but I m getting errors. I m trying to build an ...
OK, I have old Metrowerks code for Mac and Windows where the previous developer used pre-compiled headers for every project that this code base builds. How does one get rid of Pre-compiled headers, ...
I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....
I ve recently set up a MinGW + MSYS environment on my laptop to check how things are with Netbeans C/C++ support. Everything seems to work fine, however, during my testing I have noticed a difference ...
I d like to compile my application for version 10.5 and forward. Ever since I upgraded to Snow Leopard and installed the latest XCode, gcc defaults to 10.6. I ve tried -isysroot /Developer/SDKs/...
We can get the type returned by function in gcc using the typeof operator as follows: typeof(container.begin()) i; Is it possible to do something similar for functions taking some arguments, but not ...
Is it possible to create binaries of other platform on Linux? Say I have a program that can be compiled using gcc to .o file but can we use it to output exe that can be run on windows ?