`
freespace
  • 浏览: 175881 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论
文章列表
make时出错如下错误: make[3]: Entering directory `/home/work1/minigui/libminigui-1.3.3/ext/control' source='grid.c' object='grid.lo' libtool=yes \ depfile='.deps/grid.Plo' tmpdepfile='.deps/grid.TPlo' \ depmode=gcc3 /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I ...
自己编译一个交叉编译环境是个很艰难的过程,有些软件又依赖不同的版本,所以自己维护一个是相当费时费力伤脑筋的过程,关于arm-linux- toolchain,arm-elf-toochain的区别,主要是编译过程中所用的C库的不同,arm-linux用的是glibc,arm-elf 用的是newlibc,ulibc等,具体的可以去网上搜集 这是我在网上找到的一些下载交叉编译环境的网站 0.http://ftp.arm.linux.org.uk/pub/armlinux/toolchain [   ] cross-2.95.3.tar.bz2            20-Jul-2001 2 ...
1、安装 $ sudo apt-get install subversion $ sudo apt-get install libapache2-svn 2、创建 SVN 仓库 $ sudo mkdir /home/svn $ cd /home/svn $ sudo mkdir myproject $ sudo svnadmin create /home/svn/myproject $ sudo chmod 777 * -R 3、配置svnserve.conf 去掉下面的注释 [general] anon-access = read       aut ...
在服务器上配好了mysql,本机链接的时候却老是报192.168.X.X is not allowed to connect to this mysql server.很是郁闷,不得不上网差了资料,找到了解决办法: 1、进入mysql,创建一个新用户xuys: 格式:grant 权限 on 数据库名.表名 用户@登录主机 identified by “用户密码”; grant select,update,insert,delete on *.* to xuys@192.168.88.234 identified by “xuys1234″; 查看结果,执行: use mysql; sel ...
1、RoR安装mysql驱动问题的解决方法 错误提示: checking for mysql_query() in -lmysqlclient... *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers.  Check the mkmf.log file for more details.  You may need configuration options. Provided configurat ...
以lighttpd+mongrel为例,最主要的配置工作在lighttpd,修改lighttpd.conf文件,开启server.modules中的一下服务 server.modules              = (                                "mod_rewrite",                                "mod_redirect",                                "mod_alias",                         ...
Global site tag (gtag.js) - Google Analytics