tml 发表于 2003-8-20 20:37:33

紧急求救!!!一个关于GCC的问题

我想编译 /root/mydir/test.c



请问怎么在红帽9的GNOME下用GCC编译



还有



编译好的可执行文件在哪儿???

Dragonfly 发表于 2003-8-20 23:35:55

this is not a kernel source reading question. and u even put on top here?


open a console.
cd /root/mydir
gcc -o test test.c
./test

test is the generated file. this only works if u code is simple. if u used many libraries. u may need -l...

aa_xian 发表于 2003-8-27 19:52:15

找本书看看吧,这是最基本的问题了

rocklgk 发表于 2003-9-9 14:41:33

我晕,这也来问?

Dragonfly 发表于 2003-9-10 10:27:35

no stupid questions, only stupid answers.
页: [1]
查看完整版本: 紧急求救!!!一个关于GCC的问题