2010年2月22日 星期一

安裝 man pages (Linux system calls (2) and Library calls (3))

Ubuntu 裝好後, 預設沒有 system 和 library calls (如 man printf )。得另外安裝:
sudo aptitude install manpages-dev

沒有留言:

張貼留言

在 Fedora 下裝 id-utils

Fedora 似乎因為執行檔撞名,而沒有提供 id-utils 的套件 ,但這是使用 gj 的必要套件,只好自己編。從官網抓好 tarball ,解開來編譯 (./configure && make)就是了。 但編譯後會遇到錯誤: ./stdio.h:10...