由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Apple版 - the c++ compiler bundled with xcode
相关主题
what's the status of compiling qt by clang?小白请教,怎么装一个mac适用的compiler啊?CS专业有人愿意教小白嘛?
怎么在osx上装gcc?Clang编译器。。。
mbp怎样运行c程序?在MAC上运行Linux程序的新手问题
Mac是不是对FORTRAN支持很不友好?lion上如何安装gcc等工具?
Intel FORTRAN compiler Professional 11 Plug-in for XCode升级到mavericks gcc 用不了了
新的xcode3.2不错Mac下面的C++编程环境怎么搭?
用OSX 10.5编程的看过来还在犹豫要不要从maverick升级到yosemite
有用xcode的吗,老觉得xcode4用着不顺啊 (转载)fink怎么回事了?
相关话题的讨论汇总
话题: compiler话题: bundled话题: xcode话题: c++话题: linux
进入Apple版参与讨论
1 (共1页)
G*****7
发帖数: 1759
1
what i really don't like about osx is the lack of a native, modern c++
compiler bundled oob with the official ide. of both options that come with
xcode, gcc 4.2 is senile, while clang 3.1 is young and naive. and being a
purist like all other mac users, i really do not want to tinker with fink or
mac ports or vm or dual boot... what a conundrum. do u feel the same,
fellow developers?
l**n
发帖数: 7272
2
你有没有试试把新版gcc的library加上?
Linux上app可以用与OS不同的glibc。你可以google一下。

or

【在 G*****7 的大作中提到】
: what i really don't like about osx is the lack of a native, modern c++
: compiler bundled oob with the official ide. of both options that come with
: xcode, gcc 4.2 is senile, while clang 3.1 is young and naive. and being a
: purist like all other mac users, i really do not want to tinker with fink or
: mac ports or vm or dual boot... what a conundrum. do u feel the same,
: fellow developers?

m*********t
发帖数: 527
3
Do not worry. This page has all you need:
http://hpc.sourceforge.net/

or

【在 G*****7 的大作中提到】
: what i really don't like about osx is the lack of a native, modern c++
: compiler bundled oob with the official ide. of both options that come with
: xcode, gcc 4.2 is senile, while clang 3.1 is young and naive. and being a
: purist like all other mac users, i really do not want to tinker with fink or
: mac ports or vm or dual boot... what a conundrum. do u feel the same,
: fellow developers?

l*******r
发帖数: 623
4
llvm and lldb are developing fast and imho will become a mainstream compiler
in the foreseeing future. check out their blog http://blog.llvm.org

or

【在 G*****7 的大作中提到】
: what i really don't like about osx is the lack of a native, modern c++
: compiler bundled oob with the official ide. of both options that come with
: xcode, gcc 4.2 is senile, while clang 3.1 is young and naive. and being a
: purist like all other mac users, i really do not want to tinker with fink or
: mac ports or vm or dual boot... what a conundrum. do u feel the same,
: fellow developers?

G*****7
发帖数: 1759
5
It not just the lib. Language features are different between 4.2 and 4.7.

【在 l**n 的大作中提到】
: 你有没有试试把新版gcc的library加上?
: Linux上app可以用与OS不同的glibc。你可以google一下。
:
: or

l**n
发帖数: 7272
6
You did not understand me.
After compile your code with another toolchain, for instance gcc 4.7, you
need to get 4.7 libraries into the system together with your app. On Linux,
you can do it. I have not tried this on iOS.

【在 G*****7 的大作中提到】
: It not just the lib. Language features are different between 4.2 and 4.7.
c***r
发帖数: 4631
7
BSD体系的都换了吧?license不兼容,不好玩啊。
m*********t
发帖数: 527
8
do you mean mac os x ...

Linux,

【在 l**n 的大作中提到】
: You did not understand me.
: After compile your code with another toolchain, for instance gcc 4.7, you
: need to get 4.7 libraries into the system together with your app. On Linux,
: you can do it. I have not tried this on iOS.

l**n
发帖数: 7272
9
I guess that LZ is coding a common module for Android and iOS. However, his
problem is that there is something that requires GCC 4.6 or 4.7.
So far, I have not done any coding on Mac OS X.

【在 m*********t 的大作中提到】
: do you mean mac os x ...
:
: Linux,

G*****7
发帖数: 1759
10
i m a purist. i dont want gnu trollchain to tint my osx.

Linux,

【在 l**n 的大作中提到】
: You did not understand me.
: After compile your code with another toolchain, for instance gcc 4.7, you
: need to get 4.7 libraries into the system together with your app. On Linux,
: you can do it. I have not tried this on iOS.

G*****7
发帖数: 1759
11
i don't think they are blogging much. but i have high hopes for them anyway.

compiler

【在 l*******r 的大作中提到】
: llvm and lldb are developing fast and imho will become a mainstream compiler
: in the foreseeing future. check out their blog http://blog.llvm.org
:
: or

G*****7
发帖数: 1759
12
nope. i need an apple-branded, c++11-capable, modern compiler on osx to port
a package that compiles and runs fine under windows and linux.

his

【在 l**n 的大作中提到】
: I guess that LZ is coding a common module for Android and iOS. However, his
: problem is that there is something that requires GCC 4.6 or 4.7.
: So far, I have not done any coding on Mac OS X.

l**n
发帖数: 7272
13
I see。
What compiler do you use under Linux?

port

【在 G*****7 的大作中提到】
: nope. i need an apple-branded, c++11-capable, modern compiler on osx to port
: a package that compiles and runs fine under windows and linux.
:
: his

G*****7
发帖数: 1759
14
gcc 4.7.

【在 l**n 的大作中提到】
: I see。
: What compiler do you use under Linux?
:
: port

1 (共1页)
进入Apple版参与讨论
相关主题
fink怎么回事了?Intel FORTRAN compiler Professional 11 Plug-in for XCode
Mac OS X 背后的故事(八)三好学生Chris Lattner的LLVM编译新的xcode3.2不错
fcitx for Mac OS X用OSX 10.5编程的看过来
IBM Boosts G5 Speed With New Compiler有用xcode的吗,老觉得xcode4用着不顺啊 (转载)
what's the status of compiling qt by clang?小白请教,怎么装一个mac适用的compiler啊?CS专业有人愿意教小白嘛?
怎么在osx上装gcc?Clang编译器。。。
mbp怎样运行c程序?在MAC上运行Linux程序的新手问题
Mac是不是对FORTRAN支持很不友好?lion上如何安装gcc等工具?
相关话题的讨论汇总
话题: compiler话题: bundled话题: xcode话题: c++话题: linux