./configure で、最後に checking for ANSI C header files... yes checking for u_int32_t... no checking for uint32_t... yes checking for u_int16_t... no checking for uint16_t... yes checking for u_int8_t... no checking for uint8_t... yes checking for ipaddr_t... no checking for in_port_t... no checking for pthread_create in -lpthread... no checking for pthread_create in -lpthreads... no checking for pthread_create in -lc_r... no checking for pthread_create... no Error: pthreads are required to build this package. Error: See the README file. hpux%[59]: が出ます。 pthread_create はどうやって作るんですかね?? README見ても載ってません。うむむむむ
644 :教えてUX :02/01/24 22:30
4Gのハードディスクですが、ファイル書き込んでないのに、どんどん使用領域が増えていき、BOOTしてから20分ほどで、100%になってしまいます。 rebootすると、64%にもどり、また20分すると...。 bdfでみてるとどんどん増えていきます。 du もしくは du -a で、サイズを調べてもこれといって大きなファイルはないです? むしろ、100%の時の法が200Kぐらいすくないんですけど。 アプリはDISK FULLになるまでは動きます。 なんで?だれか助けてください。
make CC="stage1/xgcc -Bstage1/" CFLAGS="-g -O2" の時点でエラーが出て、そのまま make CC="stage2/xgcc -Bstage2/" CFLAGS="-g -O2" make install CC="stage2/xgcc -Bstage2/" CFLAGS="-g -O" にも進めるけど、同じエラーが出てインストールできない。
./xgcc -B./ -DIN_GCC -g -O -I./include -I. -I. -I./config \ -c ./objc/encoding.c -o objc/encoding.o In file included from include/objc/objc-api.h:33, from objc/encoding.h:33, from ./objc/encoding.c:28: include/stdio.h:30: warning: `__va__list' redefined /usr/include/ctype.h:26: warning: this is the location of the previous definition include/objc/hash.h: In function `hash_ptr': In file included from include/objc/objc-api.h:31, from objc/encoding.h:33, from ./objc/encoding.c:28: include/objc/hash.h:163: `size_t' undeclared (first use in this function) include/objc/hash.h:163: (Each undeclared identifier is reported only once include/objc/hash.h:163: for each function it appears in.) include/objc/hash.h:163: parse error before `key' include/sys/types.h: At top level: In file included from include/stdio.h:33, from include/objc/objc-api.h:33, from objc/encoding.h:33, from ./objc/encoding.c:28: include/sys/types.h:235: `size_t' used prior to declaration make: *** [objc/encoding.o] Error 1