This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / 请教关于unix下多线程编程问题:请问pthread_create(),pthread_exit(),pthread_join()这些函数是linux下专用的函数还是unix系统通用的标准函数库?
-kevin2000(流星雨);
2001-9-26
(#210853@0)
-
是POSIX中定义的标准函数,可以在多种UNIX平台上使用。
-flyingover(flyingover);
2001-9-26
(#210856@0)
-
多谢。还有:刚安装了redhat linux 7.1, 在linux 中开发c++程序用什么工具比较好?unix通用的c,c++开发工具是什么? (不好意思,unix下实在是个新手)
-kevin2000(流星雨);
2001-9-26
(#210858@0)
-
在Solaris中有CC, gcc, g++, 在linux下肯定有gcc,这是指编译器。
-flyingover(flyingover);
2001-9-26
(#210869@0)
-
I tried to compile a c/c++ source code file with a command: cc abc.c and get no executable file but abc.o file. How to compile the source code with gcc? Thanks!I tried to compile a c/c++ source code file with a command: cc abc.c and get no executable file but abc.o file. How to compile the source code with gcc? Thanks!
-lz_anne(OAnne);
2001-9-27
{161}
(#211673@0)
-
use 'gcc abc.c abc'
-rock_jack(The Door);
2001-9-27
(#211678@0)
-
you need give an exe file name, if you don't give it, compiler use xx.o as default.
-rock_jack(The Door);
2001-9-27
(#211680@0)
-
Thanks!
-lz_anne(OAnne);
2001-9-29
(#213475@0)
-
gcc
-netee(netee);
2001-9-26
(#210871@0)
-
谢谢楼上二位。
-kevin2000(流星雨);
2001-9-26
(#210875@0)
-
You can download Linux HOWTO from http://www.linuxdoc.org/
-aiattendant(aiattendant);
2001-9-27
{234}
(#211802@0)