このページの翻訳:
- 日本語 (ja)
- English (en)
最近の更新
- 02 Apache2で自己認証ssl [中間証明書の整合性確認]
最近の更新
これを実行するとエラーが表示される。
# make setup check auto-str.c:17: warning: return type of `main039; is not `int039; ./load auto-str substdio.a error.a str.a substdio.a(substdo.o)(.text+0x43): In function `allwrite039;: : undefined reference to `errno039; collect2: ld returned 1 exit status make: *** [auto-str] Error 1
エラーで検索してみると qmail-1.03/error.hを編集する事で回避できるらしい
extern int errno; を #include <errno.h>