RSS Reader기 liferea 설치를 못하겠어요... ㅠ.ㅠ
글쓴이: myhong74 / 작성시간: 금, 2004/07/02 - 9:27오후
계속 쑈하고있습니다.
오픈소스 liferea를 소스 설치 하고 있는데..
make 파일이 안생겨여...
설명에는
./configure
make
make install
하면 된다고 하는데...
./configure를 하고 나서
Makefile 이 생기지 않아 진행을 못하고 있습니다.
1. ./configure 라는 명령이 환경설정 체크와 Makefile을 만들어 주는 건가요?
2. config.log 파일을 첨부 하려 하는데... 양이 넘 많아서.. 보기 싫으실까 걱정 됩니다..
제가 먼 실수를 했는지요......
매일 도움만 받고 있어 넘 죄송합니다.
=============================================
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = localhost.localdomain uname -m = i686 uname -r = 2.4.20-8 uname -s = Linux uname -v = #1 Thu Mar 13 17:54:28 EST 2003 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/X11R6/bin PATH: /root/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1590: checking for a BSD-compatible install configure:1645: result: /usr/bin/install -c configure:1656: checking whether build environment is sane configure:1699: result: yes configure:1714: checking whether make sets $(MAKE) configure:1734: result: yes configure:1766: checking for working aclocal configure:1773: result: found configure:1781: checking for working autoconf configure:1788: result: found configure:1796: checking for working automake configure:1803: result: found configure:1811: checking for working autoheader configure:1818: result: found configure:1826: checking for working makeinfo configure:1833: result: found configure:1847: checking whether to enable maintainer-specific portions of Makefiles configure:1856: result: no configure:1904: checking build system type configure:1922: result: i686-pc-linux-gnu configure:1930: checking host system type configure:1944: result: i686-pc-linux-gnu configure:1998: checking for gcc configure:2014: found /usr/bin/gcc configure:2024: result: gcc configure:2268: checking for C compiler version configure:2271: gcc --version </dev/null >&5 gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2274: $? = 0 configure:2276: gcc -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux Thread model: posix gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5) configure:2279: $? = 0 configure:2281: gcc -V </dev/null >&5 gcc: argument to `-V' is missing configure:2284: $? = 1 configure:2307: checking for C compiler default output file name configure:2310: gcc conftest.c >&5 configure:2313: $? = 0 configure:2359: result: a.out configure:2364: checking whether the C compiler works configure:2370: ./a.out configure:2373: $? = 0 configure:2390: result: yes configure:2397: checking whether we are cross compiling configure:2399: result: no configure:2402: checking for suffix of executables configure:2404: gcc -o conftest conftest.c >&5 configure:2407: $? = 0 configure:2432: result: configure:2438: checking for suffix of object files configure:2459: gcc -c conftest.c >&5 configure:2462: $? = 0 configure:2484: result: o configure:2488: checking whether we are using the GNU C compiler configure:2512: gcc -c conftest.c >&5 configure:2518: $? = 0 configure:2521: test -z || test ! -s conftest.err configure:2524: $? = 0 configure:2527: test -s conftest.o configure:2530: $? = 0 configure:2543: result: yes configure:2549: checking whether gcc accepts -g configure:2570: gcc -c -g conftest.c >&5 configure:2576: $? = 0 configure:2579: test -z || test ! -s conftest.err configure:2582: $? = 0 configure:2585: test -s conftest.o configure:2588: $? = 0 configure:2599: result: yes configure:2616: checking for gcc option to accept ANSI C configure:2686: gcc -c -g -O2 conftest.c >&5 configure:2692: $? = 0 configure:2695: test -z || test ! -s conftest.err configure:2698: $? = 0 configure:2701: test -s conftest.o configure:2704: $? = 0 configure:2722: result: none needed configure:2740: gcc -c -g -O2 conftest.c >&5 conftest.c:2: parse error before "me" configure:2746: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2876: checking for a sed that does not truncate output configure:2930: result: /bin/sed configure:2933: checking for egrep configure:2943: result: grep -E configure:2959: checking for ld used by gcc configure:3026: result: /usr/bin/ld configure:3035: checking if the linker (/usr/bin/ld) is GNU ld configure:3050: result: yes configure:3055: checking for /usr/bin/ld option to reload object files configure:3062: result: -r configure:3071: checking for BSD-compatible nm configure:3113: result: /usr/bin/nm -B configure:3117: checking whether ln -s works configure:3121: result: yes configure:3128: checking how to recognise dependent libraries configure:3302: result: pass_all configure:3515: checking how to run the C preprocessor configure:3550: gcc -E conftest.c configure:3556: $? = 0 configure:3588: gcc -E conftest.c conftest.c:11:28: ac_nonexistent.h: No such file or directory configure:3594: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liferea" | #define VERSION "0.5.1" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3633: result: gcc -E configure:3657: gcc -E conftest.c configure:3663: $? = 0 configure:3695: gcc -E conftest.c conftest.c:11:28: ac_nonexistent.h: No such file or directory configure:3701: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liferea" | #define VERSION "0.5.1" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3745: checking for ANSI C header files configure:3770: gcc -c -g -O2 conftest.c >&5 configure:3776: $? = 0 configure:3779: test -z || test ! -s conftest.err configure:3782: $? = 0 configure:3785: test -s conftest.o configure:3788: $? = 0 configure:3874: gcc -o conftest -g -O2 conftest.c >&5 configure:3877: $? = 0 configure:3879: ./conftest configure:3882: $? = 0 configure:3897: result: yes configure:3921: checking for sys/types.h configure:3937: gcc -c -g -O2 conftest.c >&5 configure:3943: $? = 0 configure:3946: test -z || test ! -s conftest.err configure:3949: $? = 0 configure:3952: test -s conftest.o configure:3955: $? = 0 configure:3966: result: yes configure:3921: checking for sys/stat.h configure:3937: gcc -c -g -O2 conftest.c >&5 configure:3943: $? = 0 configure:3946: test -z || test ! -s conftest.err configure:3949: $? = 0 configure:3952: test -s conftest.o configure:3955: $? = 0 configure:3966: result: yes configure:3921: checking for stdlib.h configure:3937: gcc -c -g -O2 conftest.c >&5 configure:3943: $? = 0 configure:3946: test -z || test ! -s conftest.err configure:3949: $? = 0 configure:3952: test -s conftest.o configure:3955: $? = 0 configure:3966: result: yes configure:3921: checking for string.h configure:3937: gcc -c -g -O2 conftest.c >&5 configure:3943: $? = 0 configure:3946: test -z || test ! -s conftest.err configure:3949: $? = 0 configure:3952: test -s conftest.o configure:3955: $? = 0 configure:3966: result: yes configure:3921: checking for memory.h configure:3937: gcc -c -g -O2 conftest.c >&5 configure:3943: $? = 0 configure:3946: test -z || test ! -s conftest.err configure:3949: $? = 0 configure:3952: test -s conftest.o configure:3955: $? = 0 configure:3966: result: yes configure:3921: checking for strings.h configure:3937: gcc -c -g -O2 conftest.c >&5 configure:3943: $? = 0 configure:3946: test -z || test ! -s conftest.err configure:3949: $? = 0 configure:3952: test -s conftest.o configure:3955: $? = 0 configure:3966: result: yes configure:3921: checking for inttypes.h configure:3937: gcc -c -g -O2 conftest.c >&5 configure:3943: $? = 0 configure:3946: test -z || test ! -s conftest.err configure:3949: $? = 0 configure:3952: test -s conftest.o configure:3955: $? = 0 configure:3966: result: yes configure:3921: checking for stdint.h configure:3937: gcc -c -g -O2 conftest.c >&5 configure:3943: $? = 0 configure:3946: test -z || test ! -s conftest.err configure:3949: $? = 0 configure:3952: test -s conftest.o configure:3955: $? = 0 configure:3966: result: yes configure:3921: checking for unistd.h configure:3937: gcc -c -g -O2 conftest.c >&5 configure:3943: $? = 0 configure:3946: test -z || test ! -s conftest.err configure:3949: $? = 0 configure:3952: test -s conftest.o configure:3955: $? = 0 configure:3966: result: yes configure:3992: checking dlfcn.h usability configure:4004: gcc -c -g -O2 conftest.c >&5 configure:4010: $? = 0 configure:4013: test -z || test ! -s conftest.err configure:4016: $? = 0 configure:4019: test -s conftest.o configure:4022: $? = 0 configure:4032: result: yes configure:4036: checking dlfcn.h presence configure:4046: gcc -E conftest.c configure:4052: $? = 0 configure:4072: result: yes configure:4107: checking for dlfcn.h configure:4114: result: yes configure:4179: checking for g++ configure:4195: found /usr/bin/g++ configure:4205: result: g++ configure:4221: checking for C++ compiler version configure:4224: g++ --version </dev/null >&5 g++ (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:4227: $? = 0 configure:4229: g++ -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux Thread model: posix gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5) configure:4232: $? = 0 configure:4234: g++ -V </dev/null >&5 g++: argument to `-V' missing configure:4237: $? = 1 configure:4240: checking whether we are using the GNU C++ compiler configure:4264: g++ -c conftest.cc >&5 configure:4270: $? = 0 configure:4273: test -z || test ! -s conftest.err configure:4276: $? = 0 configure:4279: test -s conftest.o configure:4282: $? = 0 configure:4295: result: yes configure:4301: checking whether g++ accepts -g configure:4322: g++ -c -g conftest.cc >&5 configure:4328: $? = 0 configure:4331: test -z || test ! -s conftest.err configure:4334: $? = 0 configure:4337: test -s conftest.o configure:4340: $? = 0 configure:4351: result: yes configure:4393: g++ -c -g -O2 conftest.cc >&5 configure:4399: $? = 0 configure:4402: test -z || test ! -s conftest.err configure:4405: $? = 0 configure:4408: test -s conftest.o configure:4411: $? = 0 configure:4437: g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:26: `exit' undeclared (first use this function) conftest.cc:26: (Each undeclared identifier is reported only once for each function it appears in.) configure:4443: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liferea" | #define VERSION "0.5.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:4393: g++ -c -g -O2 conftest.cc >&5 configure:4399: $? = 0 configure:4402: test -z || test ! -s conftest.err configure:4405: $? = 0 configure:4408: test -s conftest.o configure:4411: $? = 0 configure:4437: g++ -c -g -O2 conftest.cc >&5 configure:4443: $? = 0 configure:4446: test -z || test ! -s conftest.err configure:4449: $? = 0 configure:4452: test -s conftest.o configure:4455: $? = 0 configure:4483: checking how to run the C++ preprocessor configure:4514: g++ -E conftest.cc configure:4520: $? = 0 configure:4552: g++ -E conftest.cc conftest.cc:25:28: ac_nonexistent.h: No such file or directory configure:4558: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liferea" | #define VERSION "0.5.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4597: result: g++ -E configure:4621: g++ -E conftest.cc configure:4627: $? = 0 configure:4659: g++ -E conftest.cc conftest.cc:25:28: ac_nonexistent.h: No such file or directory configure:4665: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liferea" | #define VERSION "0.5.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4760: checking for g77 configure:4776: found /usr/bin/g77 configure:4786: result: g77 configure:4804: checking for Fortran 77 compiler version configure:4804: g77 --version </dev/null >&5 GNU Fortran (GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) 3.2.2 20030222 (Red Hat Linux 3.2.2-5) Copyright (C) 2002 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING or type the command `info -f g77 Copying'. configure:4807: $? = 0 configure:4809: g77 -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux Thread model: posix gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5) configure:4812: $? = 0 configure:4814: g77 -V </dev/null >&5 g77: argument to `-V' missing configure:4817: $? = 1 configure:4825: checking whether we are using the GNU Fortran 77 compiler configure:4839: g77 -c conftest.F >&5 configure:4845: $? = 0 configure:4848: test -z || test ! -s conftest.err configure:4851: $? = 0 configure:4854: test -s conftest.o configure:4857: $? = 0 configure:4870: result: yes configure:4876: checking whether g77 accepts -g configure:4888: g77 -c -g conftest.f >&5 configure:4894: $? = 0 configure:4897: test -z || test ! -s conftest.err configure:4900: $? = 0 configure:4903: test -s conftest.o configure:4906: $? = 0 configure:4918: result: yes configure:4948: checking the maximum length of command line arguments configure:5013: result: 32768 configure:5024: checking command to parse /usr/bin/nm -B output from gcc object configure:5113: gcc -c -g -O2 conftest.c >&5 configure:5116: $? = 0 configure:5120: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:5123: $? = 0 configure:5175: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:5178: $? = 0 configure:5216: result: ok configure:5220: checking for objdir configure:5235: result: .libs configure:5325: checking for ar configure:5341: found /usr/bin/ar configure:5352: result: ar configure:5405: checking for ranlib configure:5421: found /usr/bin/ranlib configure:5432: result: ranlib configure:5485: checking for strip configure:5501: found /usr/bin/strip configure:5512: result: strip configure:5774: checking if gcc static flag works configure:5797: result: yes configure:5815: checking if gcc supports -fno-rtti -fno-exceptions configure:5836: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 configure:5840: $? = 0 configure:5848: result: yes configure:5863: checking for gcc option to produce PIC configure:6040: result: -fPIC configure:6048: checking if gcc PIC flag -fPIC works configure:6069: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 configure:6073: $? = 0 configure:6081: result: yes configure:6105: checking if gcc supports -c -o file.o configure:6129: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:6133: $? = 0 configure:6150: result: yes configure:6176: checking whether the gcc linker (/usr/bin/ld) supports shared libraries configure:7023: result: yes configure:7049: checking whether -lc should be explicitly linked in configure:7054: gcc -c -g -O2 conftest.c >&5 configure:7057: $? = 0 configure:7071: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:7074: $? = 0 configure:7086: result: no configure:7094: checking dynamic linker characteristics configure:7634: result: GNU/Linux ld.so configure:7638: checking how to hardcode library paths into programs configure:7663: result: immediate configure:7677: checking whether stripping libraries is possible configure:7682: result: yes configure:7807: checking for shl_load configure:7864: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccowHpuC.o(.text+0x11): In function `main': /contest/src/open/liferea-0.5.1/conftest.c:65: undefined reference to `shl_load' /tmp/ccowHpuC.o(.data+0x0):/contest/src/open/liferea-0.5.1/conftest.c:64: undefined reference to `shl_load' collect2: ld returned 1 exit status configure:7870: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liferea" | #define VERSION "0.5.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef shl_load | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char shl_load (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_shl_load) || defined (__stub___shl_load) | choke me | #else | char (*f) () = shl_load; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != shl_load; | ; | return 0; | } configure:7894: result: no configure:7899: checking for shl_load in -ldld configure:7929: gcc -o conftest -g -O2 conftest.c -ldld >&5 /usr/bin/ld: cannot find -ldld collect2: ld returned 1 exit status configure:7935: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liferea" | #define VERSION "0.5.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char shl_load (); | int | main () | { | shl_load (); | ; | return 0; | } configure:7960: result: no configure:7965: checking for dlopen configure:8022: gcc -o conftest -g -O2 conftest.c >&5 /tmp/ccQkH2kd.o(.text+0x11): In function `main': /contest/src/open/liferea-0.5.1/conftest.c:65: undefined reference to `dlopen' /tmp/ccQkH2kd.o(.data+0x0):/contest/src/open/liferea-0.5.1/conftest.c:64: undefined reference to `dlopen' collect2: ld returned 1 exit status configure:8028: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liferea" | #define VERSION "0.5.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define dlopen innocuous_dlopen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dlopen (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef dlopen | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char dlopen (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_dlopen) || defined (__stub___dlopen) | choke me | #else | char (*f) () = dlopen; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != dlopen; | ; | return 0; | } configure:8052: result: no configure:8057: checking for dlopen in -ldl configure:8087: gcc -o conftest -g -O2 conftest.c -ldl >&5 configure:8093: $? = 0 configure:8096: test -z || test ! -s conftest.err configure:8099: $? = 0 configure:8102: test -s conftest configure:8105: $? = 0 configure:8118: result: yes configure:8291: checking whether a program can dlopen itself configure:8363: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 configure:8366: $? = 0 configure:8384: result: yes configure:8389: checking whether a statically linked program can dlopen itself configure:8461: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 configure:8464: $? = 0 configure:8482: result: yes configure:8505: checking if libtool supports shared libraries configure:8507: result: yes configure:8510: checking whether to build shared libraries configure:8568: result: yes configure:8571: checking whether to build static libraries configure:8575: result: no configure:8667: creating libtool configure:9214: checking for ld used by g++ configure:9281: result: /usr/bin/ld configure:9290: checking if the linker (/usr/bin/ld) is GNU ld configure:9305: result: yes configure:9356: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:10182: result: yes configure:10200: g++ -c -g -O2 conftest.cc >&5 configure:10203: $? = 0 configure:10299: checking for g++ option to produce PIC configure:10551: result: -fPIC configure:10559: checking if g++ PIC flag -fPIC works configure:10580: g++ -c -g -O2 -fPIC -DPIC conftest.cc >&5 configure:10584: $? = 0 configure:10592: result: yes configure:10616: checking if g++ supports -c -o file.o configure:10640: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5 configure:10644: $? = 0 configure:10661: result: yes configure:10687: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:10715: result: yes configure:10786: checking dynamic linker characteristics configure:11326: result: GNU/Linux ld.so configure:11330: checking how to hardcode library paths into programs configure:11355: result: immediate configure:11369: checking whether stripping libraries is possible configure:11374: result: yes configure:11499: checking for shl_load configure:11586: result: no configure:11591: checking for shl_load in -ldld configure:11652: result: no configure:11657: checking for dlopen configure:11744: result: no configure:11749: checking for dlopen in -ldl configure:11810: result: yes configure:11983: checking whether a program can dlopen itself configure:12076: result: yes configure:12081: checking whether a statically linked program can dlopen itself configure:12174: result: yes configure:12674: checking if libtool supports shared libraries configure:12676: result: yes configure:12679: checking whether to build shared libraries configure:12697: result: yes configure:12700: checking whether to build static libraries configure:12704: result: no configure:12716: checking for g77 option to produce PIC configure:12893: result: -fPIC configure:12901: checking if g77 PIC flag -fPIC works configure:12922: g77 -c -g -O2 -fPIC conftest.f >&5 configure:12926: $? = 0 configure:12934: result: yes configure:12958: checking if g77 supports -c -o file.o configure:12982: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5 configure:12986: $? = 0 configure:13003: result: yes configure:13029: checking whether the g77 linker (/usr/bin/ld) supports shared libraries configure:13856: result: yes configure:13927: checking dynamic linker characteristics configure:14467: result: GNU/Linux ld.so configure:14471: checking how to hardcode library paths into programs configure:14496: result: immediate configure:14510: checking whether stripping libraries is possible configure:14515: result: yes configure:18595: checking for strerror in -lcposix configure:18625: gcc -o conftest -g -O2 conftest.c -lcposix >&5 /usr/bin/ld: cannot find -lcposix collect2: ld returned 1 exit status configure:18631: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "liferea" | #define VERSION "0.5.1" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char strerror (); | int | main () | { | strerror (); | ; | return 0; | } configure:18656: result: no configure:18710: checking for gcc configure:18736: result: gcc configure:18980: checking for C compiler version configure:18983: gcc --version </dev/null >&5 gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:18986: $? = 0 configure:18988: gcc -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux Thread model: posix gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5) configure:18991: $? = 0 configure:18993: gcc -V </dev/null >&5 gcc: argument to `-V' is missing configure:18996: $? = 1 configure:18999: checking whether we are using the GNU C compiler configure:19054: result: yes configure:19060: checking whether gcc accepts -g configure:19110: result: yes configure:19127: checking for gcc option to accept ANSI C configure:19233: result: none needed configure:19251: gcc -c -g -O2 conftest.c >&5 conftest.c:2: parse error before "me" configure:19257: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:19390: checking for gcc option to accept ANSI C configure:19452: gcc -c -g -O2 conftest.c >&5 configure:19458: $? = 0 configure:19461: test -z || test ! -s conftest.err configure:19464: $? = 0 configure:19467: test -s conftest.o configure:19470: $? = 0 configure:19485: result: none needed configure:19496: checking for ANSI C header files configure:19648: result: yes configure:19671: checking for a BSD-compatible install configure:19726: result: /usr/bin/install -c configure:19737: checking whether ln -s works configure:19741: result: yes configure:19748: checking whether make sets $(MAKE) configure:19768: result: yes configure:19782: checking for strsep configure:19839: gcc -o conftest -g -O2 conftest.c >&5 configure:19845: $? = 0 configure:19848: test -z || test ! -s conftest.err configure:19851: $? = 0 configure:19854: test -s conftest configure:19857: $? = 0 configure:19869: result: yes configure:19882: checking for X configure:20116: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include configure:20287: gcc -o conftest -g -O2 conftest.c -L/usr/X11R6/lib -lX11 >&5 configure:20293: $? = 0 configure:20296: test -z || test ! -s conftest.err configure:20299: $? = 0 configure:20302: test -s conftest configure:20305: $? = 0 configure:20461: checking for gethostbyname configure:20518: gcc -o conftest -g -O2 conftest.c >&5 configure:20524: $? = 0 configure:20527: test -z || test ! -s conftest.err configure:20530: $? = 0 configure:20533: test -s conftest configure:20536: $? = 0 configure:20548: result: yes configure:20697: checking for connect configure:20754: gcc -o conftest -g -O2 conftest.c >&5 configure:20760: $? = 0 configure:20763: test -z || test ! -s conftest.err configure:20766: $? = 0 configure:20769: test -s conftest configure:20772: $? = 0 configure:20784: result: yes configure:20858: checking for remove configure:20915: gcc -o conftest -g -O2 conftest.c >&5 configure:20921: $? = 0 configure:20924: test -z || test ! -s conftest.err configure:20927: $? = 0 configure:20930: test -s conftest configure:20933: $? = 0 configure:20945: result: yes configure:21019: checking for shmat configure:21076: gcc -o conftest -g -O2 conftest.c >&5 configure:21082: $? = 0 configure:21085: test -z || test ! -s conftest.err configure:21088: $? = 0 configure:21091: test -s conftest configure:21094: $? = 0 configure:21106: result: yes configure:21189: checking for IceConnectionNumber in -lICE configure:21219: gcc -o conftest -g -O2 -L/usr/X11R6/lib conftest.c -lICE >&5 configure:21225: $? = 0 configure:21228: test -z || test ! -s conftest.err configure:21231: $? = 0 configure:21234: test -s conftest configure:21237: $? = 0 configure:21250: result: yes configure:21268: checking for GtkHTML2 support configure:21385: result: no configure:21390: checking for Mozilla support configure:21906: result: no configure:21915: error: *** You must have either the GtkHTML2 or the Mozilla development *** libraries installed in order to build Liferea! ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_build_alias=i686-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_f77_compiler_gnu=yes ac_cv_func_connect=yes ac_cv_func_dlopen=no ac_cv_func_gethostbyname=yes ac_cv_func_remove=yes ac_cv_func_shl_load=no ac_cv_func_shmat=yes ac_cv_func_strsep=yes ac_cv_have_x='have_x=yes ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib' ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_host_alias=i686-pc-linux-gnu ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_cposix_strerror=no ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_shl_load=no ac_cv_objext=o ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_F77=g77 ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=yes ac_cv_prog_make_make_set=yes am_cv_prog_cc_stdc= lt_cv_deplibs_check_method=pass_all lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl lt_cv_dlopen_self=yes lt_cv_dlopen_self_static=yes lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_c_o_F77=yes lt_cv_prog_compiler_rtti_exceptions=yes lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_max_cmd_len=32768 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_prog_compiler_c_o_F77='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='aclocal' AR='ar' AUTOCONF='autoconf' AUTOHEADER='autoheader' AUTOMAKE='automake' CATALOGS='' CATOBJEXT='' CC='gcc' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CURL_CFLAGS='' CURL_LIBS='' CXX='g++' CXXCPP='g++ -E' CXXFLAGS='-g -O2' DATADIRNAME='' DEFS='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' F77='g77' FFLAGS='-g -O2' GETTEXT_PACKAGE='' GMOFILES='' GMSGFMT='' GTKHTML2_CFLAGS='' GTKHTML2_LIBS='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTOBJEXT='' INTLLIBS='' LDFLAGS='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='makeinfo' MKINSTALLDIRS='' MOZILLA_CFLAGS='' MOZILLA_LIBS='' MSGFMT='' OBJEXT='o' PACKAGE='liferea' PACKAGE_BUGREPORT='' PACKAGE_CFLAGS='' PACKAGE_LIBS='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKG_CONFIG='' POFILES='' POSUB='' PO_IN_DATADIR_FALSE='' PO_IN_DATADIR_TRUE='' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' USE_NLS='' VERSION='0.5.1' WITH_GTKHTML2_FALSE='' WITH_GTKHTML2_TRUE='#' WITH_MOZILLA_FALSE='' WITH_MOZILLA_TRUE='#' XGETTEXT='' X_CFLAGS=' -I/usr/X11R6/include' X_EXTRA_LIBS='' X_LIBS=' -L/usr/X11R6/lib' X_PRE_LIBS=' -lSM -lICE' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_F77='g77' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${prefix}/share' exec_prefix='NONE' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='NONE' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_DLFCN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRSEP 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE "liferea" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define VERSION "0.5.1" #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 1[/b][/i][/u][/code]
Forums:
Re: RSS Reader기 liferea 설치를 못하겠어요... ㅠ.ㅠ
You must have either the GtkHTML2 or the Mozilla development
*** libraries installed in order to build Liferea!
라는데야
gtkhtml2-devel
ㅇ이마 mozilla-devel패키지 까세여
이게 html렌더링에 필요
즐린
댓글 달기