<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
<channel>
 <title><![CDATA[【已解决】Linux 下如何运行程序？]]></title>
 <link><![CDATA[http://bbs2.chinaemu.org/read.php?tid=56753]]></link>
 <description><![CDATA[Latest 20 replies of 【已解决】Linux 下如何运行程序？]]></description>
 <copyright><![CDATA[Copyright(C) 【 浮游城 - Castle in the Sky | 开放邀请注册，PS|SS|WII|DC下载研究中心 】]]></copyright>
 <generator><![CDATA[PHPWind Forums by PHPWind Studio]]></generator>
 <lastBuildDate><![CDATA[Sat, 11 Apr 2026 17:20:22 +0000]]></lastBuildDate>
  <image>
 <url><![CDATA[images/rss.gif]]></url>
 <title><![CDATA[PHPWind Board]]></title>
 <link><![CDATA[http://bbs2.chinaemu.org]]></link>
 <description><![CDATA[【 浮游城 - Castle in the Sky | 开放邀请注册，PS|SS|WII|DC下载研究中心 】]]></description>
  </image>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[客气了，浮游城的宗旨就是大家互相帮助嘛，哈哈]]></description>
 <link><![CDATA[http://bbs2.chinaemu.org/read.php?tid=56753#432130]]></link>
 <author><![CDATA[sniperhgy]]></author>
 <category><![CDATA[【 电脑全方位 | Computer All Round  】]]></category>
 <pubdate><![CDATA[Tue, 10 Oct 2006 05:22:38 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[解决了，谢谢sniperhgy [s:28]]]></description>
 <link><![CDATA[http://bbs2.chinaemu.org/read.php?tid=56753#432053]]></link>
 <author><![CDATA[拉菲尔]]></author>
 <category><![CDATA[【 电脑全方位 | Computer All Round  】]]></category>
 <pubdate><![CDATA[Tue, 10 Oct 2006 00:53:10 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[cygwin下倒没有遇到过类似的情况，看来和真正的linux还是有很大区别的。]]></description>
 <link><![CDATA[http://bbs2.chinaemu.org/read.php?tid=56753#431798]]></link>
 <author><![CDATA[williw]]></author>
 <category><![CDATA[【 电脑全方位 | Computer All Round  】]]></category>
 <pubdate><![CDATA[Mon, 09 Oct 2006 03:36:41 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[从提示上看，貌似没有正确识别解释器的位置，也有可能是Linux没有将hello识别为可执行程序，先用命令：
chmod ＋x  文件名，将文件属性改成可执行，然后运行的时候在hello前面加上./，即：./hello，如果还是不行，继续发上来]]></description>
 <link><![CDATA[http://bbs2.chinaemu.org/read.php?tid=56753#431773]]></link>
 <author><![CDATA[sniperhgy]]></author>
 <category><![CDATA[【 电脑全方位 | Computer All Round  】]]></category>
 <pubdate><![CDATA[Mon, 09 Oct 2006 01:58:55 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[运行不了啊 [s:36] 

我输入
gcc hello.c -o hello
gcc hello.c -o hello.exe
生成的文件大小都一样，可就是输入hello时，系统提示－bash，hello is not command

ps: 我用的debian3。1
程序管理器似乎是apt，对这个很不懂的说＝＝。]]></description>
 <link><![CDATA[http://bbs2.chinaemu.org/read.php?tid=56753#431589]]></link>
 <author><![CDATA[拉菲尔]]></author>
 <category><![CDATA[【 电脑全方位 | Computer All Round  】]]></category>
 <pubdate><![CDATA[Sun, 08 Oct 2006 14:52:18 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[源代码的话，一般都是设置，然后安装运行。
/configure
make
make install

如果是rpm或者yun的话，直接运行相关的命令安装就行了。]]></description>
 <link><![CDATA[http://bbs2.chinaemu.org/read.php?tid=56753#431451]]></link>
 <author><![CDATA[Silmeria]]></author>
 <category><![CDATA[【 电脑全方位 | Computer All Round  】]]></category>
 <pubdate><![CDATA[Sun, 08 Oct 2006 10:13:12 +0000]]></pubdate>
</item>
<item>
 <title><![CDATA[]]></title>
 <description><![CDATA[gcc hello.c -o hello
用命令行hello运行。
网上下的linux程序，要看是什么内容了，如果是源代码，需要编译了后，才能运行。
如果是已经编译好的，可以像windows下的程序一样，安装了之后运行。
命令行下的感觉，基本上和dos的方式一样。]]></description>
 <link><![CDATA[http://bbs2.chinaemu.org/read.php?tid=56753#431391]]></link>
 <author><![CDATA[williw]]></author>
 <category><![CDATA[【 电脑全方位 | Computer All Round  】]]></category>
 <pubdate><![CDATA[Sun, 08 Oct 2006 05:43:46 +0000]]></pubdate>
</item>
</channel></rss>