您的位置:首页 > 运维架构 > Linux

Linux下sqlite数据库移植全攻略10

2007-11-05 17:48 399 查看
导读:
  #### Should the database engine assume text is coded as UTF-8 or iso8859?
  #
  # ENCODING = UTF8
  ENCODING = ISO8859  
  # You should not have to change anything below this line
  ###############################################################################
  include $(TOP)/main.mk
  ===========Makefile内容结束===========
  注:
  1、 在uclinux下的sqlite的Makefile将不去用到TCL相关的库。
  2、 在uclinux下的sqlite的Makefile将不去用到readline()。
  在sqlite/README中有关于Makefile的一段描述:
  The configure script uses autoconf 2.50 and libtool. If the configure script does not work out for you, there is a generic makefile named "Makefile.linux-gcc" in the top directory of the source tree that you can copy and edit to suite your needs. Comments on the generic makefile show what changes are needed.
  你可以用sqlite/Makefile.linux-gcc作为蓝本来修改适合你自己的Makefile。
  你如果有兴趣的话,可

本文转自
http://article.jnzc.net/cxkf/bcyy/qtbcrj/200603/119114_10.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: