由买买提看人间百态

topics

全部话题 - 话题: gccs
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
m*******n
发帖数: 103
1
来自主题: Unix版 - Help in GCC linking!!!Thank a lot
Hello,
1. My gcc arguments are too long (>256), so when I put this long parameters
into command line, UNIX cannot accept the arguments after size 256. Anybody
know how to solve it?
2. When I use gcc to link two C++ files (A and B), I found one problem.
If I difine X's function body in A, the linking is OK.
However if I define X's function body in B, the linking reports "some
undefined symbols".
This problem says "the linking is relative to the order of definition".
How to avoid t
y****i
发帖数: 5690
2
来自主题: Unix版 - Install GCC on AIX
Anyone had experiences installing GCC on AIX machine?
I tried to install with binaries but don't have access to /usr/local which the
binaries try to install to.
Then I tried to install from source, configureed OJ but had building errors.
Not sure the reason but probably that I didn't use GNU Make. the install notes
say that AIX Make frequently has problems with GCC makefiles so GNU Make is
recommended.
Tried to instll GNU make from source but had the priviledge issue
agagin...wait, I guess I cou
y****i
发帖数: 5690
3
【 以下文字转载自 Programming 讨论区,原文如下 】
发信人: yongqi (恐龙), 信区: Programming
标 题: Re: [转载] Install GCC on AIX
发信站: Unknown Space - 未名空间 (Mon Nov 17 15:26:22 2003) WWW-POST
I tried again:
first tried to reinstall gmake using --prefix option. there are some errors on
compile but it got installed. I guess still not correctly.
Then used the gmake to install gcc. configured OK using --prefix option. Then
build using gmake bootstrap-lean but failed with foloowing errors:
cc: 1501-230 Internal compiler error;
wy
发帖数: 14511
4
来自主题: Unix版 - GCC 一问
Solaris自带compilers, 我不知道你们买没有买,理论上那个讲
会比gcc好。
两个gcc,我的理解是没啥区别,一个已经给你编译好了,安装了就可以用,
另外一个需要编译先。就将自
p****m
发帖数: 19
5
来自主题: Unix版 - gcc in mac OSX
would you explain it in more details, how to configure gcc and is there any
flag I can put on when I run gcc? and usually, where can I find these h
files? Thanks
h****r
发帖数: 2056
6
来自主题: Unix版 - Is there a decent debugger for gcc?
My new company using gcc on Solaris 8 instead of CC (Sun workshop),
so dbx is no use here. gdb is an ok debugger but not able to take big
executable file which exceeds 100M, is there other decent debugger
for gcc?
w*****s
发帖数: 122
7
What is Big5/GCCS, EUDC, and Big5plus?
(1998-12-31)
EUDC (Extended User-defined Characters) is the general name used in Hong Kong for standard sets of user-defined
characters (sometimes called by the Japanese term gaiji). They include R&D EUDC, HKUST EUDC and GCCS EUDC.
Big5 was developed in Taiwan. The "traditional" characters are also used in Hong Kong. But Hong Kong also uses other
characters which are rarer in Taiwan. The Hong Kong Government has made the Government Chinese Character Set
(GC
n********r
发帖数: 65
8
来自主题: Computation版 - 关于gcc Borland C++ 5.5 VC6.0的问题
写了一个程序,主要是跑循环,
用matlab实在太慢了,所以改用c/c++,
在windows下编译的,
用gcc编译,跑了56sec,
用borland c++ 5.5编译, 跑了20sec
用VC6.0编译,只用7秒就跑完了,
请问怎么会有这么大的差异啊?
是不是因为我用gcc和 borland C++ 5.5没有加优化参数吗?
另外 intel C++ compiler 是不是一定要配合VC6使用啊?
a*****e
发帖数: 182
9
来自主题: Computation版 - 请教如何在window XP下装GCC/MinGW
我要用一个模拟计算软件,可以用GCC, 不支持visual c++。 看了网上关于安装GCC/
MinGW的方法很复杂,有什么简单点的方法吗?这里高手多, 望指点!
s****e
发帖数: 7018
10
不用GCC, 自己用汇编写一个
m*r
发帖数: 37612
11
来自主题: FleaMarket版 - [求购] toysrus gcc
我想要的物品:
toysrus gcc
单张面值:
25 or so on
可接受的价格 (required):
85%
物品新旧要求:
邮寄方式要求:
<250 free shipping, >250 ipay
买卖双方谁承担邮寄损失(required if not code only):
付款方式说明:
其他补充说明:
广告的有效期:
物品来源:
我的联系方式:
b**********e
发帖数: 795
12
在网上看Mac Book 都自带GCC,为什么我的没有?
如果要安装,是去GNU的website下载,按照installation说明
安装嘛? (很复杂啊,那些configration步骤)
才开始学编程,请大牛指点
r****y
发帖数: 26819
13
来自主题: Apple版 - 怎么在osx上装gcc?
先port安装gcc的binary再编译源码,如何?
y*r
发帖数: 590
14
来自主题: Apple版 - 怎么在osx上装gcc?
port本身的安装是不是就需要gcc?
I*********t
发帖数: 5258
15
来自主题: Apple版 - 怎么在osx上装gcc?
一般的东西xcode里的llvm-gcc都可以编译吧
S**I
发帖数: 15689
16
来自主题: Apple版 - 怎么在osx上装gcc?
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. :)
S**I
发帖数: 15689
17
来自主题: Apple版 - 怎么在osx上装gcc?
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.
j******i
发帖数: 244
18
来自主题: Apple版 - 怎么在osx上装gcc?
http://hpc.sourceforge.net/
有GCC 4.6.1
d***r
发帖数: 2032
19
来自主题: Apple版 - 装了XCODE,仍然没gcc,latex等
在升级OS LION前装了XCODE,用GCC ,LATEX都没问题。但升级后就找不到这些命令了
,重装了XOCDE仍然没用。请问大牛这是怎么回事?
w******s
发帖数: 16209
20
来自主题: Apple版 - 装了XCODE,仍然没gcc,latex等
check /usr/bin/
do you see a gcc?
l*******r
发帖数: 623
21
来自主题: Apple版 - 装了XCODE,仍然没gcc,latex等
try llvm-gcc?
d***r
发帖数: 2032
22
来自主题: Apple版 - 装了XCODE,仍然没gcc,latex等
但是gcc呢?
应该是XCODE自带的我这里没有
S**I
发帖数: 15689
23
来自主题: Apple版 - 装了XCODE,仍然没gcc,latex等
which -a gcc
c***k
发帖数: 1589
24
来自主题: Apple版 - 装了XCODE,仍然没gcc,latex等
highly doubt they even know Xcode. whats your xcode version? Xcode 4.2
dropped the support of GCC.
d***r
发帖数: 2032
25
来自主题: Apple版 - 装了XCODE,仍然没gcc,latex等
应该是早一个的版本。6月买的本子,当时装了XCODE可以用GCC。但是升级成LION后不
能了
s******3
发帖数: 7297
26
你编译gcc的编译器版本是多少啊
d1
发帖数: 1213
27
i686-apple-darwin11-llvm-gcc-4.2
d1
发帖数: 1213
28
到最后的时候会出现
MAKE: error之类的提示。
运行gcc什么的都无效了
w******c
发帖数: 574
29
来自主题: Apple版 - lion上如何安装gcc等工具?
xcode已装但gcc make之类还是没有
如何解决?
thx
L*******r
发帖数: 1011
30
来自主题: Apple版 - lion上如何安装gcc等工具?
hehe. you should already have it installed after installing xcode.
http://curioushq.blogspot.com/2012/02/installing-gcc-and-g-on-m
g***i
发帖数: 4272
31
来自主题: Apple版 - lion上如何安装gcc等工具?
啥叫没有?gcc, clang, make都有啊
p****f
发帖数: 251
32
来自主题: Apple版 - 升级到mavericks gcc 用不了了
我之前装的xcode自带gcc啊,用的好好的。升级后被mavericks给删了?
k*****l
发帖数: 34
33
用google搜open64 或者ORC .
比gcc容易玩转的open source compiler.

o***x
发帖数: 2
34
It's true. ORC/Open64 is easier to manipulate than gcc.
You only need to have a backend for your architecture.
Basically the code generation part.

l***o
发帖数: 302
35
来自主题: CS版 - GCC compiler 的问题
We have a customized gcc frontend/runtime library for a new C-like programming
language, the package is from a third party company. They defined some
routines (pretty much like __ashlsi3() for Arithmetic functions) in the
runtime library. Those routines are supposed to be triggered by any assignment
(e.g. a=b) in the codes. The problem is there is nowhere they refer to these
routines except in libcxx/file.c file.h where those routines are declared.
The -S option does give the assembley which con
d*****i
发帖数: 194
36
刚开始接触linux,望指教
本来ubuntu里面是有gcc 4.5.2的
我写完c code,编译完了输出执行文件,运行执行文件就显示
No command 'factor' found, did you mean:
Command 'factor' from package 'coreutils' (main)
factor2: command not found
是需要改path吗?找不到.bash_profile这个文件呀。。。
搞了一晚上了,求救
E*V
发帖数: 17544
37
来自主题: Linux版 - GCC在哪里用?
老大,你是不是女生啊?(没有歧视的意思,真的)
你先找本书看看好么?
我感觉你需要看很多书啊
gcc可能几百兆吧
a*****i
发帖数: 4391
38
来自主题: Linux版 - GCC在哪里用?

谁装gcc不装binary呀。
x****u
发帖数: 44466
39
来自主题: Linux版 - GCC在哪里用?
哪里都可以跑GCC的,当然包你要自己去找。
a*****i
发帖数: 4391
E*V
发帖数: 17544
41
这个是问题,gentoo下是对的。gcc。4。3。4
N****w
发帖数: 21578
42
来自主题: Linux版 - gcc 4.5 会支持 go。。。
主要是有个统一的 gcc team 来维护。。。
N****w
发帖数: 21578
43
来自主题: Linux版 - GCC 4.5 + C++0x 发布了
http://www.h-online.com/open/news/item/GNU-Compiler-Collection-4-5-released-978399.html
C++0x 怎么个玩法?好像越搞越难用阿
弄个简化版的改叫 C+ 行不行
The GCC developers have released version 4.5 of the GNU Compiler Collection,
adding improved experimental support for the upcoming ISO C++ standard, C++
0x
z****e
发帖数: 2024
44
请问如何把gcc4.2升级成gcc4.4呢?
要用std::thread.
多谢多谢了。
不想太多手动复杂操作,我比较菜。
但是用upgrade命令,告诉我已经是最高级的gcc了。郁闷中。
r****t
发帖数: 10904
45
debian: apt-get install gcc-4.5 就行了
记得在 source 里面加上 experimental
N****w
发帖数: 21578
46
加最新的 ubuntu sources
apt-get update
apt-get install gcc-4.5 ,运气好的话也许不需要牵连到别的 pkg
然后把 sources 改回你原来的,再 apt-get update 还原
E*V
发帖数: 17544
47
ubuntu 10.04 has gcc 4.4
p**********C
发帖数: 57
48
来自主题: Linux版 - 关于 gcc 和 g++ 的问题 (转载)
如果没有记错,gcc可以编译c++ code,但是不能link。link 要用 g++。
f*****Q
发帖数: 1912
49
来自主题: Linux版 - BSD 搞了个 pcc,不想用 gcc 了
还不是gcc上GPL v3整的,不然早放弃了。LLVM基本上也是因为GPLv3所以才那么多人折
腾。
l*****u
发帖数: 12114
50
来自主题: Linux版 - gcc and specs
一个系统里面装了不同版本的GCC, 怎么用specs文件指定sysroot? 狗了半天都没有一
个specs改sysroot的范例。。。。谢了。
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)