make
এবং তারপরে ব্যর্থ:
কনফিগার: ত্রুটি: কোনও টার্মক্যাপ লাইব্রেরি পাওয়া যায় নি , তবে সেই টার্মক্যাপ লাইবটি ঠিক আছে, কেন এটি খুঁজে পাচ্ছেন না?
checking for library containing zlibVersion... -lz
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for library containing dlgetmodinfo... no
checking for iconv... yes
checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for library containing waddstr... no
configure: WARNING: no enhanced curses library found; disabling TUI
checking for library containing tgetent... no
configure: error: no termcap library found
make[1]: *** [configure-gdb] Error 1
make[1]: Leaving directory `/var/lib/gforge/chroot/home/users/mirror/tmp/gdb-7.5'
make: *** [all] Error 2
আমি এর সাথে জিডিবি কনফিগার করি:
[mirror@hugemeow gdb-7.5]$ ./configure --libdir=/var/lib/gforge/chroot/home/users/mirror/ins/ins-gdb/lib/
checking where to find the target readelf... host tool
checking where to find the target strip... host tool
checking where to find the target windres... host tool
checking where to find the target windmc... host tool
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether -fkeep-inline-functions is supported... yes
configure: creating ./config.status
config.status: creating Makefile
আমি জিডিবিতে কনফিগার করেছি ঠিক তেমন টেম্পেক্যাপ লাইব্রেরি রয়েছে :
[mirror@hugemeow gdb-7.5]$ ls /var/lib/gforge/chroot/home/users/mirror/ins/ins-gdb/lib/
libtermcap.a
[mirror@hugemeow gdb-7.5]$ ls /var/lib/gforge/chroot/home/users/mirror/ins/ins-gdb/include/
termcap.h
সম্পাদনা 1 : হয় অন্তর্ভুক্ত - এমনকি অন্তর্ভুক্ত - - লিবিডির বিকল্প সহ ...
[mirror@hugemeow gdb-7.5]$ ./configure --includedir=/var/lib/gforge/chroot/home/users/mirror/ins/ins-gdb/include/ --libdir=/var/lib/gforge/chroot/home/users/mirror/ins/ins-gdb/lib/
make
checking for library containing tgetent... no
configure: error: no termcap library found
make[1]: *** [configure-gdb] Error 1
make[1]: Leaving directory `/var/lib/gforge/chroot/home/users/mirror/tmp/gdb-7.5'
make: *** [all] Error 2
2 সম্পাদনা করুন : এখন আমি প্যাট্রিস তিসরানডের যেমন বলেছি তেমন নির্মাণ করেছি, তবে ব্যর্থও হয়েছি, নিম্নরূপে বিভিন্ন ত্রুটির বার্তা রয়েছে।
[আয়না @ বিশালমিও জিডিবি-7.৫] $ সিএফএলজিএস = "- আই / ভার / লিবি / গফার্জ / ক্রুট / হোম / ব্যবহারকারী / আয়না / ইনস / জিডিবি / অন্তর্ভুক্ত /" এলডিএফএলএজিএস = "- এল / ভার / লিবি / গফ্জ / ক্রুট / হোম / ইউজার / মিরর / ইনস / ইনডিজিডিবি / লিব / "। / কনফিগার করুন এবং করুন
make[1]: Entering directory `/var/lib/gforge/chroot/home/users/mirror/tmp/gdb-7.5'
Configuring in ./intl
configure: loading cache ./config.cache
configure: error: `CFLAGS' has changed since the previous run:
configure: former value: `-g -O2'
configure: current value: `-I/var/lib/gforge/chroot/home/users/mirror/ins/ins-gdb/include/'
configure: error: `LDFLAGS' has changed since the previous run:
configure: former value: ` '
configure: current value: ` -L/var/lib/gforge/chroot/home/users/mirror/ins/ins-gdb/lib/'
configure: error: in `/var/lib/gforge/chroot/home/users/mirror/tmp/gdb-7.5/intl':
configure: error: changes in the environment can compromise the build
configure: error: run `make distclean' and/or `rm ./config.cache' and start over
make[1]: *** [configure-intl] Error 1
make[1]: Leaving directory `/var/lib/gforge/chroot/home/users/mirror/tmp/gdb-7.5'
make: *** [all] Error 2
libncurses
এবং উন্নয়ন প্যাকেজটি নয়।