顯示具有 error 標籤的文章。 顯示所有文章
顯示具有 error 標籤的文章。 顯示所有文章

2011年10月4日 星期二

scp時出現"PRNG is not seeded lost connection"

在2host的debian 6裡出現的,
還沒研究怎麼發生的, 暫時先改權限解決
sudo chmod 744/dev/urandom

2009年12月29日 星期二

[C] 錯誤訊息 stdio.h, -std=c99

錯誤訊息:
/usr/include/stdio.h:397: error: expected identifier or ‘(’ before ‘int’
這裡?!
extern int dprintf (int __fd, __const char *__restrict __fmt, ...)
__attribute__ ((__format__ (__printf__, 2, 3)));


加了compile時加-std=c99就好了...