--- Agus Budy Wuysang <[EMAIL PROTECTED]> wrote: > Vivi Kusumo wrote: > > Saya sedang meng-kompilasi suatu program > > #cd /usr/src > > #tar xvzf prog.1.2.tar.gz > > #cd prog.1.2 > > #./configure --exec_prefix=/usr --sysconfdir=/etc > > --localstatedir=/var > > #make > > #make install &> prog.1.2.log > > ..ada error message... > > Coba kirim prog.1.2.log ... (kalau terlalu panjang > harap dipotong bagian yg tidak relevan).
Sewaktu make install tdk panjang hanya ini #make install Making install in ax25 make[1]: Entering directory `/usr/src/ax25-tools-0.0.6/ax25' gcc -DHAVE_CONFIG_H -I. -I. -I.. -DAX25_SYSCONFDIR=\""/etc/ax25/"\" -DAX25_LOCALSTATEDIR=\""/var/ax25/"\" -g -O2 -Wall -c bpqparms.c In file included from bpqparms.c:28: /usr/include/linux/timer.h:21: field `vec' has incomplete type /usr/include/linux/timer.h:22: confused by earlier errors, bailing out make[1]: *** [bpqparms.o] Error 1 make[1]: Leaving directory `/usr/src/ax25-tools-0.0.6/ax25' make: *** [install-recursive] Error 1 > > Mungkin karena ngantuk waktu configure kelupaan =/var > > pada --localstatedir > > > > Saya ulangi proses diatas dng terlebih dahulu > > menjalankan > > #make clean > > Tetapi pesan kesalahan tetap ada ;( > > Bagaimana langkah selanjutnya agar saya bisa > kompilasi > > & instal program tsb? Ada yang bisa membantu? > > make distclean > make mrproper > configure & compile ulang #make distclean --> tdk ada pesan error #make mrproper --> make: *** No rule to make target 'mrproper'. Stop. #./configure --exec_prefix=/usr ... dst --> tdk ada pesan error #make --> ada pesan error #make install &> prog.1.2.log ... pesan errornya sama spt semula ... > last resort: > cd ..; rm -fr prog.1.2 > configure & extract ulang. Saya akan menjalankan saran anda yg ke-2 ini, sebelumnya saya mau tanya: option configure-nya bagaimana? Terima kasih -vv- ps: pesan error sewaktu make spt dibawah ini #make make all-recursive make[1]: Entering directory `/usr/src/ax25-tools-0.0.6' Making all in ax25 make[2]: Entering directory `/usr/src/ax25-tools-0.0.6/ax25' gcc -DHAVE_CONFIG_H -I. -I. -I.. -DAX25_SYSCONFDIR=\""/etc/ax25/"\" -DAX25_LOCALSTATEDIR=\""/var/ax25/"\" -g -O2 -Wall -c mheard.c gcc -g -O2 -Wall -o mheard mheard.o -lax25 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DAX25_SYSCONFDIR=\""/etc/ax25/"\" -DAX25_LOCALSTATEDIR=\""/var/ax25/"\" -g -O2 -Wall -c ax25d.c gcc -g -O2 -Wall -o ax25d ax25d.o -lax25 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DAX25_SYSCONFDIR=\""/etc/ax25/"\" -DAX25_LOCALSTATEDIR=\""/var/ax25/"\" -g -O2 -Wall -c axctl.c gcc -g -O2 -Wall -o axctl axctl.o -lax25 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DAX25_SYSCONFDIR=\""/etc/ax25/"\" -DAX25_LOCALSTATEDIR=\""/var/ax25/"\" -g -O2 -Wall -c axparms.c gcc -g -O2 -Wall -o axparms axparms.o -lax25 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DAX25_SYSCONFDIR=\""/etc/ax25/"\" -DAX25_LOCALSTATEDIR=\""/var/ax25/"\" -g -O2 -Wall -c axspawn.c axspawn.c: In function `cleanup': axspawn.c:355: warning: implicit declaration of function `time' gcc -g -O2 -Wall -o axspawn axspawn.o -lax25 -lutil gcc -DHAVE_CONFIG_H -I. -I. -I.. -DAX25_SYSCONFDIR=\""/etc/ax25/"\" -DAX25_LOCALSTATEDIR=\""/var/ax25/"\" -g -O2 -Wall -c beacon.c beacon.c: In function `main': beacon.c:104: warning: implicit declaration of function `strcpy' beacon.c:115: warning: implicit declaration of function `strcmp' beacon.c:154: warning: implicit declaration of function `strlen' gcc -g -O2 -Wall -o beacon beacon.o -lax25 gcc -DHAVE_CONFIG_H -I. -I. -I.. -DAX25_SYSCONFDIR=\""/etc/ax25/"\" -DAX25_LOCALSTATEDIR=\""/var/ax25/"\" -g -O2 -Wall -c bpqparms.c In file included from bpqparms.c:28: /usr/include/linux/timer.h:21: field `vec' has incomplete type /usr/include/linux/timer.h:22: confused by earlier errors, bailing out make[2]: *** [bpqparms.o] Error 1 make[2]: Leaving directory `/usr/src/ax25-tools-0.0.6/ax25' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/ax25-tools-0.0.6' make: *** [all-recursive-am] Error 2 __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com -- Utk berhenti langganan, kirim email ke [EMAIL PROTECTED] Dapatkan FAQ milis dg mengirim email kosong ke [EMAIL PROTECTED] Informasi arsip di http://www.linux.or.id/milis.php3
