由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - gcc 4.3(or +) on Mac OS 10.6
相关主题
glibc question高手看看:Mach-o parser不能识别64bit代码?
Linux loading dynamic library problemdummy question on math library
谁能示范一个小的C程序AIX sucks
phd码工感觉是完全不同的一个档次苹果的OS X为什么从Mach内核转用BSD内核?
C++ ofstream binary output slow你们大牛讨论的东西我看不懂还算码工吗?
web services in c++linux现在主要是谁在开发呢?
C++, Java, & Python 在Google的使用哪位给我科普一下传说中的top1是啥?
王垠:我和 Google 的故事(2015 修订版) (转载)google can index mitbbs now (转载)
相关话题的讨论汇总
话题: gcc话题: os话题: mac话题: want话题: anyone
进入Programming版参与讨论
1 (共1页)
d****p
发帖数: 685
1
Want to try some C++0x stuff with GCC. However Snow Leopard only ships 4.2.1
. Anyone has experience
installing gcc 4.3+ on os x?
Thanks.
r*********r
发帖数: 3195
2
use macports, it has up to gcc 4.5 beta
d****p
发帖数: 685
3
Thanks.
Looks like it is difficult to upgrade GCC directly on OS X after googling a
bit.
r*********r
发帖数: 3195
4
it's always very difficult to upgrade the compiler, even on linux,
since the newer glibc usually breaks the whole system.
apple modified a lot of the linker, since it uses Mach-O format,
instead of ELF. so it's even harder.
t****t
发帖数: 6806
5
我怎么觉得一般linux上没什么麻烦的, 就算distri不提供升级包, 你也可以自己下一
个gcc来编译安装到/usr/local. 我干过好多次了, gcc3->gcc4都干过, 何况这个只是4
.2->4.3.
osx我就没试过.

【在 r*********r 的大作中提到】
: it's always very difficult to upgrade the compiler, even on linux,
: since the newer glibc usually breaks the whole system.
: apple modified a lot of the linker, since it uses Mach-O format,
: instead of ELF. so it's even harder.

r*********r
发帖数: 3195
6
linux 上 gcc 3.2 之后 ABI 基本没变过, 当然比较容易了.
1 (共1页)
进入Programming版参与讨论
相关主题
google can index mitbbs now (转载)C++ ofstream binary output slow
[合集] 哪位在自己的website里用过google search bar?给回答一下基web services in c++
What is "number of bits set"?C++, Java, & Python 在Google的使用
there used to have MS and Google intereview questions?王垠:我和 Google 的故事(2015 修订版) (转载)
glibc question高手看看:Mach-o parser不能识别64bit代码?
Linux loading dynamic library problemdummy question on math library
谁能示范一个小的C程序AIX sucks
phd码工感觉是完全不同的一个档次苹果的OS X为什么从Mach内核转用BSD内核?
相关话题的讨论汇总
话题: gcc话题: os话题: mac话题: want话题: anyone