autoconf??? - לינוקס, Mac ומערכות הפעלה אחרות - HWzone פורומים
עבור לתוכן
  • צור חשבון

autoconf???


Recommended Posts

שלום.

אני מנסה להתקין תוכנה על 11.04

בהוראות התקנה כתוב שלפני שאני משתמש בפקודות

./configure

make

make install

אני צריך להריץ autoconf

ההוראות:

9.1. Linux

----------

To compile first run "autoconf" in the main directory. Then run

"./configure". Then run "make".

The binaries can be found under the "interface" subdirectory. Any

documentation will also be found there.

הבעיה היא שאני לא יודע איך אני מריץ את ה-autoconf הזה..

ניסיתי להקליד autoconf אבל זה כנראה לא איך שמריצים את זה...

קישור לתוכן
שתף באתרים אחרים

יש התקנה בשם autoconf (אמורה להיות במנהל ההתקנות של המערכת שלך) - תוודא שהיא מותקנת לפניי שאתה מריץ את ה ./configure

מה התוכנה שאתה מנסה להתקין ? יתכן שיש אפשרות להתקין אותה מתוך מנהל ההתקנות של המערכת - זה הרבה יותר מומלץ

קישור לתוכן
שתף באתרים אחרים

טוב. מצטער שלקח לי הרבה זמן לנסות את כל ההצעות שלכם.

בכל מקרה: מסתבר שלא היה לי מותקן בסוף ה- autoconf

אז הורדתי והתקנתי את זה.

עכשיו אני נתקל בבעיה אחרת

הנה מה שעשיתי:


gidon@GK-Man:~$ cd Downloads
gidon@GK-Man:~/Downloads$ cd traffic-0.1.3
gidon@GK-Man:~/Downloads/traffic-0.1.3$ autoconf
gidon@GK-Man:~/Downloads/traffic-0.1.3$ ./configure
loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking for POSIXized ISC... no
checking how to run the C++ preprocessor... c++ -E
checking for unistd.h... yes
checking for sys/types.h... yes
checking for sys/socket.h... yes
checking for netdb.h... yes
checking for arpa/inet.h... yes
checking for sys/poll.h... yes
checking for memory.h... yes
checking for map... yes
checking for deque... yes
checking for iostream... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for netinet/in.h... yes
checking for ANSI C header files... yes
checking size of unsigned... 4
checking size of short unsigned... 2
checking size of long unsigned... 4
checking size of char... 1
checking for fastdep... no
checking for dlopen in -ldl... yes
checking for library containing pthread_create... -lpthread
checking Kylix3... no
configure: error: You need fastdep in the path to be able to build this project
gidon@GK-Man:~/Downloads/traffic-0.1.3$

כפי שאתם רואים יש לי שגיאה של : configure: error: You need fastdep in the path to be able to build this project

מה זה ה-fastdep ? זה איזה משהו שאני צריך להתקין? מה אני צריך לעשות?

תודה על העזרה..

קישור לתוכן
שתף באתרים אחרים

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

×
  • צור חדש...