wiki:shunfa/2011/0728-2

目標: fsarchiver savefs /dev/sda1 - | fsarchiver restfs - /dev/sdb1

GCC參數篇 & auto configure

  • 使用 Dabian 環境開發
    • sudo apt-get source 取得source code
    • sudo apt-get build-dep fsarchiver
    • apt-get install build-essential
  • The PKG_CHECK_MODULES Macro
  • Makefile 為自動產生,編輯時修改Makefile.am
  • nm 這個指令可以查看*.a or *.so 裡面可以用到的function
    ex: nm /usr/lib/libc.a
    
  • *.a static library, *.so dynamic library
  • gcc -i and -I (hrader相關)
  • gcc -l and -L (lib使用系統 and 自訂)

Thomas 提供 develop_setting.tar

  • 修改bashrc_append gitconfig後才可使用
  • exuberant-ctags
Last modified 13 years ago Last modified on Jul 28, 2011, 4:46:31 PM