本帖最后由 qyxunxiong 于 2010-10-16 16:21 编辑 系统--->系统管理---->用户设置 打天用户设置后窗口可以打开,但不知道为什么一直无法点击任何地方,而且鼠标移上去一直显示正忙,有哪位高手知道是什么原因引起的,在网上搜了好多也没有找到解决的办法,有哪位高手帮帮忙。。。。 如下图显示
by qyxunxiong - Linux新手园地 - 2010-10-16 20:51:06 阅读(1363) 回复(1)
1.在终端键入which gcc就可以知道gcc的位置了 2.可以执行 gcc --version 的命令来查看版本,输出如下: gcc (ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 3. 查看帮助 man gcc 向下翻页,退出时按 :q gcc --help 一...
装了ubuntu10.10,因为觉得相比高版本比较轻便,但是ubuntu10有点老了 自带的软件源已经无法使用 网上搜了很多仍然没法用 哪位仁兄有10.10可用的软件源吗?跪求留下!
各位大虾, 我在ubuntu10.10的环境系,用apt-get install winbind 总是提示: 正在读取软件包列表... 完成 正在分析软件包的依赖关系树 正在读取状态信息... 完成 E: 未发现软件包 winbind 然后我就去找官网源更新了source.list后,apt-get update 但是还是不行,一样的问题:dizzy:
1.安装GCC并检查版本
sudo apt-get install build-essential
注:安装了这个包会自动安装上g++,libc6-dev,linux-libc-dev,libstdc++6-4.1-dev等一些必须的软件和头文件的库。
gcc --version
注:ubuntu10.10下的GCC版本为GCC4.4.5
2.C语言程序testc.c测试
代码:
#include
ubuntu10.10配置LXR查看uboot源码
安装apache2
root@Nancy:/home/matt#
sudo apt-get install apache2
1.环境准备
jdk-6u20-linux-i586.bin(据称jdk在6u20之后的版本,有包名修改,与eclipse3.6集成安装会出现不兼容,所以在此采用jdk6u20版本)
hadoop-0.21.0.tar.gz
ubuntu10.10
2. 安装 jdk-6u20-linux-i586.bin
复制jdk-6u20-linux-i586.bin 安装文件到/usr目录下
大家好,想请问下: #sudo apt-get install samba #sudo apt-get install smbfs #sudo apt-get install samba-common #sudo apt-get install samba-common-bin #sudo apt-get install system-config-samba 想请教下: 上述其中“samba”与“smbfs”与“samba-common ”与“samba-common-bin”与“system-config-samba”都有什么区别哈,也即这几个分别是在架设Samba服务器中都是充当什么角色的啊?哪些是必须安装的啊? 还望...
如下动作: root@ubuntu:/home/shanyong/gccproject/malic-0.0.9.1/malic-0.0.9.1# ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets $(MAKE)... yes checking for working aclocal-1.4... missing checking for working autoconf... found checking for working automake-1.4... missing checking for working autohea...