由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - A question about GCC
相关主题
GCC 和 G++ 的区别在什么地方?好马配好鞍/介绍一套linux牛书/O'Reilly Animal Book
GCC的编译?some wt
Install GCC on AIXhelp! Re: some wt
GCC 一问 帮我看看我的GCC怎么了!谢谢
g++编译时加了优化代码选项是不是会改变代码顺序?[转载] IMPACT
Help in GCC linking!!!Thank a lotLinux 7.3下装ORACLE8.1.7新问题
请问:装了GCC以后Cygwin中Gcc的头文件和库的路径在哪里设置?
#pragmaunix在哪个文件里设置GCC调用的标准头文件的所在路径
相关话题的讨论汇总
话题: gcc话题: c++话题: what话题: package话题: compied
进入Unix版参与讨论
1 (共1页)
p******h
发帖数: 20
1
I copied a compied c file to the directory in UNIX, but when
I compiled it with GCC, then some errors will occur, but
when I used G++, then it is ok. What's the matter? what is
the difference between G++ and GCC?
Thanks!
i****d
发帖数: 7
2
g++ package:
Description :
This package adds C++ support to the GNU C compiler. It includes
support for most of the current C++ specification, including templates
and exception handling. It does include the static standard C++
library and C++ header files; the library for dynamically linking
programs is available separately.
gcc package:
Description :
The egcs package contains the GNU Compiler Collection: cc, gcc and
egcs. You'll need this package in order to compile C/C++ code.

【在 p******h 的大作中提到】
: I copied a compied c file to the directory in UNIX, but when
: I compiled it with GCC, then some errors will occur, but
: when I used G++, then it is ok. What's the matter? what is
: the difference between G++ and GCC?
: Thanks!

1 (共1页)
进入Unix版参与讨论
相关主题
unix在哪个文件里设置GCC调用的标准头文件的所在路径g++编译时加了优化代码选项是不是会改变代码顺序?
Is GCC able to do this?Help in GCC linking!!!Thank a lot
[转载] Re: [转载] Install GCC on AIX请问:装了GCC以后
Re: [转载] 请问:装了GCC以后#pragma
GCC 和 G++ 的区别在什么地方?好马配好鞍/介绍一套linux牛书/O'Reilly Animal Book
GCC的编译?some wt
Install GCC on AIXhelp! Re: some wt
GCC 一问 帮我看看我的GCC怎么了!谢谢
相关话题的讨论汇总
话题: gcc话题: c++话题: what话题: package话题: compied