[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mgp-users-jp 00732] makeできない理由は何でしょう?



守護@江別市です.

  mgp2psが改善を期待して,weekly snap の
mgp-snap-20000731.tar.gz の make を試みました.しかし,以下
のようになり,make が ./image ディレクトリから先に進まず途中
でストップしてしまいます.理由がわかる方がいらしたら教えてく
ださい.ちょっと長くて恐縮ですが,ログを以下に書きます.
 --------------------------------------------------
[kanako:~/shugo/download/tmp/kit]% ./configure
loading cache ./config.cache
checking whether make sets ${MAKE}... (cached) yes
checking host system type... Invalid configuration `i686-unknown-linux': machine `i686-unknown' not recognized

checking how to run the C preprocessor... (cached) cc -E
checking for mawk... (cached) mawk
checking for bison... (cached) bison -y
checking for flex... (cached) flex
checking for yywrap in -lfl... (cached) yes
checking for perl5... (cached) /usr/bin/perl
checking for uuencode... (cached) /usr/bin/uuencode
checking for gzip... (cached) /bin/gzip
checking for uudecode... (cached) /usr/bin/uudecode
checking for gunzip... (cached) /bin/gunzip
checking if --enable-debug option specified... no
checking if --enable-locale option specified... no
checking if --disable-freetype option specified... no
checking for freetype library/header... /usr/lib and /usr/include/freetype
checking for TT_Init_FreeType in -lttf... (cached) yes
checking for num_CharMaps field in TT_Face_Properties... yes
checking if --disable-vflib option specified... no
checking for VFlib library/header... /usr/lib and /usr/include
checking for VF_Init in -lVFlib2... (cached) yes
checking for VFlib configuration file... /etc/vfontcap
checking if --enable-freetype-charset16 option specified... no
checking for png_set_tRNS_to_alpha in -lpng... (cached) yes
checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking if --enable-gif option specified... no
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for fcntl.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for stdarg.h... (cached) yes
checking for varargs.h... (cached) yes
checking for termios.h... (cached) yes
checking for locale.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for u_int... (cached) yes
checking for u_char... (cached) yes
checking for 8-bit clean memcmp... (cached) yes
checking return type of signal handlers... (cached) void
checking for poll... (cached) yes
checking for strstr... (cached) yes
checking for _setbufend... (cached) no
checking for usleep... (cached) yes
checking for strsep... (cached) yes
checking for strdup... (cached) yes
checking for mkstemp... (cached) yes
checking for snprintf... (cached) yes
checking for memcmp... (cached) yes
creating ./config.status
creating Imakefile
creating image/Imakefile
creating sample/Imakefile
creating contrib/mgp2html.pl
creating contrib/mgp2latex.pl
creating contrib/mgpnet
creating mgpembed.pl
be sure to generate Makefile from Imakefile, by xmkmf and make Makefiles
[kanako:~/shugo/download/tmp/kit]% xmkmf 
imake -DUseInstalled -I/usr/X11R6/lib/X11/config
[kanako:~/shugo/download/tmp/kit]% make
making ./image/libmgpimage.a in ./image...
make[1]: Entering directory `/home/kanako/shugo/download/tmp/kit/image'
make[1]: *** No rule to make target `all'.  Stop.
make[1]: Leaving directory `/home/kanako/shugo/download/tmp/kit/image'
make: *** [image/libmgpimage.a] Error 2