boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Apple版 - 怎么在osx上装gcc?
相关主题
新的xcode3.2不错
如何把MAC系统里GCC 4.2 换成 GCC 4.4 , 会不会对系统有不好的影响?
the c++ compiler bundled with xcode
Clang编译器。。。
八进程编译真快啊
装了XCODE,仍然没gcc,latex等
质疑苹果的速度
Mac下面的C++编程环境怎么搭?
还在犹豫要不要从maverick升级到yosemite
Mavericks 太傻X了
相关话题的讨论汇总
话题: gcc话题: xcode话题: install话题: some话题: compiled
进入Apple版参与讨论
1 (共1页)
b*****e
发帖数: 762
1
有没有类似redhat 下 yum 或者ubuntu下 apt-get那种直接安装并且自动配置的命令?
S**I
发帖数: 15689
2
You can install from the source

【在 b*****e 的大作中提到】
: 有没有类似redhat 下 yum 或者ubuntu下 apt-get那种直接安装并且自动配置的命令?
m****o
发帖数: 182
3
download and install xcode from appstore, you will have what you need.
r****y
发帖数: 26819
4
先port安装gcc的binary再编译源码,如何?

【在 S**I 的大作中提到】
: You can install from the source
y*r
发帖数: 590
5
port本身的安装是不是就需要gcc?

【在 r****y 的大作中提到】
: 先port安装gcc的binary再编译源码,如何?
I*********t
发帖数: 5258
6
一般的东西xcode里的llvm-gcc都可以编译吧
S**I
发帖数: 15689
7
I tried, but failed. Some dependent files of the native GCC on 10.6 are
missing from 10.7. Some proper configuration may result in a successful compilation, but I didn't want to waste my time on this. :)

【在 r****y 的大作中提到】
: 先port安装gcc的binary再编译源码,如何?
S**I
发帖数: 15689
8
for general applications it's not a problem, but for libraries and compilers
, it's a disaster. As far as I have tried, gnuplot is the only one that can
still be compiled by LLVM-GCC on 10.7, most others cannot. GDB can be
compiled, but cannot execute normally.

【在 I*********t 的大作中提到】
: 一般的东西xcode里的llvm-gcc都可以编译吧
r****y
发帖数: 26819
9
应该不需要吧?

【在 y*r 的大作中提到】
: port本身的安装是不是就需要gcc?
j******i
发帖数: 244
相关主题
Clang编译器。。。
八进程编译真快啊
装了XCODE,仍然没gcc,latex等
质疑苹果的速度
进入Apple版参与讨论
g***i
发帖数: 4272
11
直接xcode多方便
b*****e
发帖数: 762
12
xcode居然要求升级到10.7

【在 g***i 的大作中提到】
: 直接xcode多方便
c***k
发帖数: 1589
13
nope i can install xcode 4 on 10.6

【在 b*****e 的大作中提到】
: xcode居然要求升级到10.7
S**I
发帖数: 15689
14
Xcode 4.1 requires 10.7

【在 c***k 的大作中提到】
: nope i can install xcode 4 on 10.6
r****y
发帖数: 26819
15
是啊,不厚道的捆绑
微软都没有把visual studio绑在win7上

【在 S**I 的大作中提到】
: Xcode 4.1 requires 10.7
d******e
发帖数: 7844
16
捆绑不是一个概念吧。
你完全可以选择不在lion上安装xcode。
说实话,我觉得komodo更好。

【在 r****y 的大作中提到】
: 是啊,不厚道的捆绑
: 微软都没有把visual studio绑在win7上

a**********e
发帖数: 157
17
macports

【在 b*****e 的大作中提到】
: 有没有类似redhat 下 yum 或者ubuntu下 apt-get那种直接安装并且自动配置的命令?
1 (共1页)
进入Apple版参与讨论
相关主题
Mavericks 太傻X了
Mac是不是对FORTRAN支持很不友好?
Intel FORTRAN compiler Professional 11 Plug-in for XCode
用OSX 10.5编程的看过来
有用xcode的吗,老觉得xcode4用着不顺啊 (转载)
小白请教,怎么装一个mac适用的compiler啊?CS专业有人愿意教小白嘛?
what's the status of compiling qt by clang?
mbp怎样运行c程序?
有谁在OS X上成功装了octave+gnuplot的?
11寸的macbook air
相关话题的讨论汇总
话题: gcc话题: xcode话题: install话题: some话题: compiled