Mas, saya adalah pengguna baru linux. Saya menggunakan SuSE 9.3. Saya menemui kendala dalam instal program dalam bentuk source (tar.gz). Development seperti gcc, make, automake, autoconf, gv sudah saya instal, tetapi waktu mau kompilasi masih belum berhasil. Dalam hal ini saya mau instal paket wy60.2.0.8. Berikut ini adalah keluaran dari perintah "./configure" :
k4b:/usr/src/wy60-2.0.8 # ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets $(MAKE)... yes checking for working aclocal-1.4... missing checking for working autoconf... found checking for working automake-1.4... missing checking for working autoheader... found checking for working makeinfo... missing checking for gawk... gawk checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for setupterm... no checking for setupterm in -lcurses... no checking for setupterm in -lncurses... no checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking curses.h usability... no checking curses.h presence... no checking for curses.h... no checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking ncurses.h usability... no checking ncurses.h presence... no checking for ncurses.h... no checking ncurses/term.h usability... no checking ncurses/term.h presence... no checking for ncurses/term.h... no checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking pty.h usability... yes checking pty.h presence... yes checking for pty.h... yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking stropts.h usability... yes checking stropts.h presence... yes checking for stropts.h... yes checking sys/filio.h usability... no checking sys/filio.h presence... no checking for sys/filio.h... no checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/ttydefaults.h usability... yes checking sys/ttydefaults.h presence... yes checking for sys/ttydefaults.h... yes checking for sys/types.h... (cached) yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking term.h usability... no checking term.h presence... no checking for term.h... no checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking whether time.h and sys/time.h may both be included... yes checking for uid_t in sys/types.h... yes checking for unistd.h... (cached) yes checking for working chown... yes checking for pid_t... yes checking for unistd.h... (cached) yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking whether gcc needs -traditional... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for atexit... yes checking for cfmakeraw... yes checking for dup2... yes checking for gettimeofday... yes checking for memmove... yes checking for memset... yes checking for putenv... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strrchr... yes checking for unsetenv... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing default-1 commands Terus waktu saya coba memberikan perintah "make", ini yang muncul : k4b:/usr/src/wy60-2.0.8 # make gcc -DHAVE_CONFIG_H -I. -I. -I. -DETCDIR="\"/usr/local/etc\"" -g -O2 -c wy60.c wy60.c: In function `wy60_setupterm': wy60.c:1336: warning: assignment makes pointer from integer without a cast wy60.c: In function `putCapability': wy60.c:2354: error: `tputs' undeclared (first use in this function) wy60.c:2354: error: (Each undeclared identifier is reported only once wy60.c:2354: error: for each function it appears in.) make: *** [wy60.o] Error 1 Apakah ada development tool yangsaya instal masih kurang? Kalau memang iya, mohon petunjuknya. Terima kasih. -- Unsubscribe: kirim email kosong ke [EMAIL PROTECTED] Arsip, FAQ, dan info milis di http://linux.or.id/milis Tidak bisa posting? Baca: http://linux.or.id/problemmilis http://linux.or.id/tatatertibmilis
