|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Compiling gv-3.6.7: Configure can't find Xaw3d libraryHello,
Trying to compile gv from gv-3.6.7.tar.gz using gcc on an x86_64 machine using an uptodate SLED 11 OS. ./configure gives the attached config.log. However, Xaw3d is installed as shown below: $ find /usr -name "*Xaw3d*" /usr/lib64/libXaw3d.so.8 /usr/lib64/libXaw3d.so.6 /usr/lib64/libXaw3d.so.8.0 /usr/lib64/libXaw3d.so.6.1 /usr/lib/libXaw3d.so.8 /usr/lib/libXaw3d.so.6 /usr/lib/libXaw3d.so.8.0 /usr/lib/libXaw3d.so.6.1 George -- George D. Watt, PhD george.watt@... Defence R&D Canada - Atlantic (902)426-3100 x381 PO Box 1012, Dartmouth, NS, Canada B2Y 3Z7 FAX (902)426-9654 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.61. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = bella uname -m = x86_64 uname -r = 2.6.27.29-0.1-default uname -s = Linux uname -v = #1 SMP 2009-08-15 17:53:59 +0200 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/watt/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/X11R6/bin PATH: /usr/bin/X11 PATH: /usr/games PATH: /usr/lib/mit/bin PATH: /usr/lib/mit/sbin PATH: . ## ----------- ## ## Core tests. ## ## ----------- ## configure:1871: checking for a BSD-compatible install configure:1927: result: /usr/bin/install -c configure:1938: checking whether build environment is sane configure:1981: result: yes configure:2009: checking for a thread-safe mkdir -p configure:2048: result: /bin/mkdir -p configure:2061: checking for gawk configure:2077: found /usr/bin/gawk configure:2088: result: gawk configure:2099: checking whether make sets $(MAKE) configure:2120: result: yes configure:2311: checking whether to enable maintainer-specific portions of Makefiles configure:2320: result: no configure:2393: checking for gcc configure:2409: found /usr/bin/gcc configure:2420: result: gcc configure:2658: checking for C compiler version configure:2665: gcc --version >&5 gcc (SUSE Linux) 4.3.2 [gcc-4_3-branch revision 141291] Copyright (C) 2008 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:2668: $? = 0 configure:2675: gcc -v >&5 Using built-in specs. Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3 --enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.3 --enable-linux-futex --without-system-libunwind --with-cpu=generic --build=x86_64-suse-linux Thread model: posix gcc version 4.3.2 [gcc-4_3-branch revision 141291] (SUSE Linux) configure:2678: $? = 0 configure:2685: gcc -V >&5 gcc: '-V' option must have argument configure:2688: $? = 1 configure:2711: checking for C compiler default output file name configure:2738: gcc conftest.c >&5 configure:2741: $? = 0 configure:2779: result: a.out configure:2796: checking whether the C compiler works configure:2806: ./a.out configure:2809: $? = 0 configure:2826: result: yes configure:2833: checking whether we are cross compiling configure:2835: result: no configure:2838: checking for suffix of executables configure:2845: gcc -o conftest conftest.c >&5 configure:2848: $? = 0 configure:2872: result: configure:2878: checking for suffix of object files configure:2904: gcc -c conftest.c >&5 configure:2907: $? = 0 configure:2930: result: o configure:2934: checking whether we are using the GNU C compiler configure:2963: gcc -c conftest.c >&5 configure:2969: $? = 0 configure:2986: result: yes configure:2991: checking whether gcc accepts -g configure:3021: gcc -c -g conftest.c >&5 configure:3027: $? = 0 configure:3126: result: yes configure:3143: checking for gcc option to accept ISO C89 configure:3217: gcc -c -g -O2 conftest.c >&5 configure:3223: $? = 0 configure:3246: result: none needed configure:3275: checking for style of include used by make configure:3303: result: GNU configure:3328: checking dependency style of gcc configure:3419: result: gcc3 configure:3477: checking for ranlib configure:3493: found /usr/bin/ranlib configure:3504: result: ranlib configure:3539: checking how to run the C preprocessor configure:3579: gcc -E conftest.c configure:3585: $? = 0 configure:3616: gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:3622: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gv" | #define VERSION "3.6.7" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3655: result: gcc -E configure:3684: gcc -E conftest.c configure:3690: $? = 0 configure:3721: gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:3727: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gv" | #define VERSION "3.6.7" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3765: checking for grep that handles long lines and -e configure:3839: result: /usr/bin/grep configure:3844: checking for egrep configure:3922: result: /usr/bin/grep -E configure:3927: checking for ANSI C header files configure:3957: gcc -c -g -O2 conftest.c >&5 configure:3963: $? = 0 configure:4062: gcc -o conftest -g -O2 conftest.c >&5 configure:4065: $? = 0 configure:4071: ./conftest configure:4074: $? = 0 configure:4091: result: yes configure:4115: checking for sys/types.h configure:4136: gcc -c -g -O2 conftest.c >&5 configure:4142: $? = 0 configure:4158: result: yes configure:4115: checking for sys/stat.h configure:4136: gcc -c -g -O2 conftest.c >&5 configure:4142: $? = 0 configure:4158: result: yes configure:4115: checking for stdlib.h configure:4136: gcc -c -g -O2 conftest.c >&5 configure:4142: $? = 0 configure:4158: result: yes configure:4115: checking for string.h configure:4136: gcc -c -g -O2 conftest.c >&5 configure:4142: $? = 0 configure:4158: result: yes configure:4115: checking for memory.h configure:4136: gcc -c -g -O2 conftest.c >&5 configure:4142: $? = 0 configure:4158: result: yes configure:4115: checking for strings.h configure:4136: gcc -c -g -O2 conftest.c >&5 configure:4142: $? = 0 configure:4158: result: yes configure:4115: checking for inttypes.h configure:4136: gcc -c -g -O2 conftest.c >&5 configure:4142: $? = 0 configure:4158: result: yes configure:4115: checking for stdint.h configure:4136: gcc -c -g -O2 conftest.c >&5 configure:4142: $? = 0 configure:4158: result: yes configure:4115: checking for unistd.h configure:4136: gcc -c -g -O2 conftest.c >&5 configure:4142: $? = 0 configure:4158: result: yes configure:4187: checking getopt.h usability configure:4204: gcc -c -g -O2 conftest.c >&5 configure:4210: $? = 0 configure:4224: result: yes configure:4228: checking getopt.h presence configure:4243: gcc -E conftest.c configure:4249: $? = 0 configure:4263: result: yes configure:4291: checking for getopt.h configure:4299: result: yes configure:4321: checking for getopt_long_only configure:4377: gcc -o conftest -g -O2 conftest.c >&5 configure:4383: $? = 0 configure:4401: result: yes configure:4416: checking whether optreset is declared configure:4446: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:28: error: 'optreset' undeclared (first use in this function) conftest.c:28: error: (Each undeclared identifier is reported only once conftest.c:28: error: for each function it appears in.) configure:4452: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gv" | #define VERSION "3.6.7" | #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_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | /* end confdefs.h. */ | #include <getopt.h> | | int | main () | { | #ifndef optreset | (void) optreset; | #endif | | ; | return 0; | } configure:4467: result: no configure:4476: checking for working GNU getopt function configure:4569: gcc -o conftest -g -O2 conftest.c >&5 configure:4572: $? = 0 configure:4578: ./conftest conftest: invalid option -- '+' configure:4581: $? = 0 configure:4597: result: yes configure:4605: checking whether getenv is declared configure:4634: gcc -c -g -O2 conftest.c >&5 configure:4640: $? = 0 configure:4655: result: yes configure:4698: checking whether the preprocessor supports include_next configure:4711: gcc -E conftest.c conftest.c:1:2: warning: #include_next in primary source file configure:4717: $? = 0 configure:4732: result: yes configure:4757: checking for unistd.h configure:4763: result: yes configure:5022: checking for sqrt in -lm configure:5057: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:32: warning: conflicting types for built-in function 'sqrt' configure:5063: $? = 0 configure:5081: result: yes configure:5093: checking for yywrap in -lfl configure:5128: gcc -o conftest -g -O2 conftest.c -lfl -lm >&5 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lfl collect2: ld returned 1 exit status configure:5134: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gv" | #define VERSION "3.6.7" | #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_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char yywrap (); | int | main () | { | return yywrap (); | ; | return 0; | } configure:5152: result: no configure:5189: checking zlib.h usability configure:5206: gcc -c -g -O2 conftest.c >&5 conftest.c:59:18: error: zlib.h: No such file or directory configure:5212: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gv" | #define VERSION "3.6.7" | #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_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <zlib.h> configure:5226: result: no configure:5230: checking zlib.h presence configure:5245: gcc -E conftest.c conftest.c:26:18: error: zlib.h: No such file or directory configure:5251: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gv" | #define VERSION "3.6.7" | #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_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include <zlib.h> configure:5265: result: no configure:5293: checking for zlib.h configure:5300: result: no configure:5389: checking bzlib.h usability configure:5406: gcc -c -g -O2 conftest.c >&5 conftest.c:59:19: error: bzlib.h: No such file or directory configure:5412: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gv" | #define VERSION "3.6.7" | #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_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <bzlib.h> configure:5426: result: no configure:5430: checking bzlib.h presence configure:5445: gcc -E conftest.c conftest.c:26:19: error: bzlib.h: No such file or directory configure:5451: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gv" | #define VERSION "3.6.7" | #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_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include <bzlib.h> configure:5465: result: no configure:5493: checking for bzlib.h configure:5500: result: no configure:5589: checking zio.h usability configure:5606: gcc -c -g -O2 conftest.c >&5 conftest.c:59:17: error: zio.h: No such file or directory configure:5612: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gv" | #define VERSION "3.6.7" | #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_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <zio.h> configure:5626: result: no configure:5630: checking zio.h presence configure:5645: gcc -E conftest.c conftest.c:26:17: error: zio.h: No such file or directory configure:5651: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gv" | #define VERSION "3.6.7" | #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_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include <zio.h> configure:5665: result: no configure:5693: checking for zio.h configure:5700: result: no configure:5786: checking for X configure:5901: gcc -E conftest.c conftest.c:26:22: error: X11/Xlib.h: No such file or directory configure:5907: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gv" | #define VERSION "3.6.7" | #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_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include <X11/Xlib.h> configure:5956: gcc -o conftest -g -O2 conftest.c -lX11 -lm >&5 conftest.c:26:22: error: X11/Xlib.h: No such file or directory configure:5962: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gv" | #define VERSION "3.6.7" | #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_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include <X11/Xlib.h> | int | main () | { | XrmInitialize () | ; | return 0; | } configure:6010: result: no configure:7101: checking for XOpenDisplay in -lX11 configure:7136: gcc -o conftest -g -O2 conftest.c -lX11 -lm >&5 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lX11 collect2: ld returned 1 exit status configure:7142: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gv" | #define VERSION "3.6.7" | #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_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define X_DISPLAY_MISSING 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char XOpenDisplay (); | int | main () | { | return XOpenDisplay (); | ; | return 0; | } configure:7160: result: no configure:7172: checking for main in -lICE configure:7201: gcc -o conftest -g -O2 conftest.c -lICE -lm >&5 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lICE collect2: ld returned 1 exit status configure:7207: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gv" | #define VERSION "3.6.7" | #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_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define X_DISPLAY_MISSING 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:7225: result: no configure:7237: checking for main in -lSM configure:7266: gcc -o conftest -g -O2 conftest.c -lSM -lm >&5 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lSM collect2: ld returned 1 exit status configure:7272: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gv" | #define VERSION "3.6.7" | #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_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define X_DISPLAY_MISSING 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:7290: result: no configure:7302: checking for main in -lXext configure:7331: gcc -o conftest -g -O2 conftest.c -lXext -lm >&5 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lXext collect2: ld returned 1 exit status configure:7337: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gv" | #define VERSION "3.6.7" | #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_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define X_DISPLAY_MISSING 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:7355: result: no configure:7367: checking for XtOpenDisplay in -lXt configure:7402: gcc -o conftest -g -O2 conftest.c -lXt -lm >&5 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lXt collect2: ld returned 1 exit status configure:7408: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gv" | #define VERSION "3.6.7" | #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_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define X_DISPLAY_MISSING 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char XtOpenDisplay (); | int | main () | { | return XtOpenDisplay (); | ; | return 0; | } configure:7426: result: no configure:7438: checking for main in -lXmu configure:7467: gcc -o conftest -g -O2 conftest.c -lXmu -lm >&5 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lXmu collect2: ld returned 1 exit status configure:7473: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gv" | #define VERSION "3.6.7" | #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_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define X_DISPLAY_MISSING 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:7491: result: no configure:7503: checking for main in -lXpm configure:7532: gcc -o conftest -g -O2 conftest.c -lXpm -lm >&5 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lXpm collect2: ld returned 1 exit status configure:7538: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gv" | #define VERSION "3.6.7" | #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_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define X_DISPLAY_MISSING 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:7556: result: no configure:7568: checking for XawInitializeWidgetSet in -lXaw3d configure:7603: gcc -o conftest -g -O2 conftest.c -lXaw3d -lm >&5 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lXaw3d collect2: ld returned 1 exit status configure:7609: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gv" | #define VERSION "3.6.7" | #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_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBM 1 | #define X_DISPLAY_MISSING 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char XawInitializeWidgetSet (); | int | main () | { | return XawInitializeWidgetSet (); | ; | return 0; | } configure:7627: result: no configure:7637: error: Unable to find a valid Xaw3d library. Please install it and rerun configure. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_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_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_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_func_getopt_long_only=yes ac_cv_have_decl_getenv=yes ac_cv_have_decl_optreset=no ac_cv_have_x=have_x=no ac_cv_header_bzlib_h=no ac_cv_header_getopt_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_header_zio_h=no ac_cv_header_zlib_h=no ac_cv_lib_ICE_main=no ac_cv_lib_SM_main=no ac_cv_lib_X11_XOpenDisplay=no ac_cv_lib_Xaw3d_XawInitializeWidgetSet=no ac_cv_lib_Xext_main=no ac_cv_lib_Xmu_main=no ac_cv_lib_Xpm_main=no ac_cv_lib_Xt_XtOpenDisplay=no ac_cv_lib_fl_yywrap=no ac_cv_lib_m_sqrt=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3 gl_cv_func_gnu_getopt=yes gl_cv_have_include_next=yes gl_cv_next_unistd_h='<unistd.h>' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/watt/Temp/gv-3.6.7/missing --run aclocal-1.10' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/watt/Temp/gv-3.6.7/missing --run tar' AUTOCONF='${SHELL} /home/watt/Temp/gv-3.6.7/missing --run autoconf' AUTOHEADER='${SHELL} /home/watt/Temp/gv-3.6.7/missing --run autoheader' AUTOMAKE='${SHELL} /home/watt/Temp/gv-3.6.7/missing --run automake-1.10' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' GETOPT_H='' GL_COND_LIBTOOL_FALSE='' GL_COND_LIBTOOL_TRUE='#' GNULIB_CHOWN='0' GNULIB_DUP2='0' GNULIB_FCHDIR='0' GNULIB_FTRUNCATE='0' GNULIB_GETCWD='0' GNULIB_GETLOGIN_R='0' GNULIB_LCHOWN='0' GNULIB_LSEEK='0' GNULIB_READLINK='0' GNULIB_SLEEP='0' GREP='/usr/bin/grep' HAVE_DECL_GETLOGIN_R='1' HAVE_DUP2='1' HAVE_FTRUNCATE='1' HAVE_MKSTEMP_FALSE='' HAVE_MKSTEMP_TRUE='' HAVE_READLINK='1' HAVE_SLEEP='1' HAVE_UNISTD_H='1' INCLUDE_NEXT='include_next' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='' LIBGNU_LIBDEPS='' LIBGNU_LTLIBDEPS='' LIBINTL='' LIBOBJS='' LIBS='-lm ' LTLIBINTL='' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /home/watt/Temp/gv-3.6.7/missing --run makeinfo' MANUALEDITION='First' NEXT_UNISTD_H='<unistd.h>' OBJEXT='o' PACKAGE='gv' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PAPERSIZE='' PATH_SEPARATOR=':' PRINT_COMMAND='' RANLIB='ranlib' REPLACE_CHOWN='0' REPLACE_FCHDIR='0' REPLACE_GETCWD='0' REPLACE_LCHOWN='0' REPLACE_LSEEK='0' SAVE_DIR='' SCRATCH_DIR='' SET_MAKE='' SHELL='/bin/sh' STRIP='' USE_BACKING_PIXMAP='' USE_MEMDEBUG_CODE_FALSE='' USE_MEMDEBUG_CODE_TRUE='' USE_OFF_T_FALSE='' USE_OFF_T_TRUE='' USE_SCROLLBAR_CODE_FALSE='' USE_SCROLLBAR_CODE_TRUE='' USE_SETENV_CODE_FALSE='' USE_SETENV_CODE_TRUE='' VERSION='3.6.7' XMKMF='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ac_ct_CC='gcc' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='NONE' gl_LIBOBJS='' gl_LTLIBOBJS='' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='$(SHELL) /home/watt/Temp/gv-3.6.7/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='NONE' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE "gv" #define VERSION "3.6.7" #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_GETOPT_H 1 #define HAVE_GETOPT_LONG_ONLY 1 #define HAVE_DECL_GETENV 1 #define HAVE_INCLUDE_NEXT 1 #define HAVE_UNISTD_H 1 #define HAVE_LIBM 1 #define X_DISPLAY_MISSING 1 configure: exit 1 |
|
|
Re: Compiling gv-3.6.7: Configure can't find Xaw3d libraryGeorge.Watt@... schrieb:
> Hello, > > Trying to compile gv from gv-3.6.7.tar.gz using gcc on an x86_64 machine using an uptodate SLED 11 OS. ./configure gives the attached config.log. However, Xaw3d is installed as shown below: > > $ find /usr -name "*Xaw3d*" > /usr/lib64/libXaw3d.so.8 > /usr/lib64/libXaw3d.so.6 > /usr/lib64/libXaw3d.so.8.0 > /usr/lib64/libXaw3d.so.6.1 > /usr/lib/libXaw3d.so.8 > /usr/lib/libXaw3d.so.6 > /usr/lib/libXaw3d.so.8.0 > /usr/lib/libXaw3d.so.6.1 > /usr/include/X11/Xaw3d /usr/include/X11/Xaw3d/AllWidgets.h /usr/include/X11/Xaw3d/AsciiSink.h /usr/include/X11/Xaw3d/AsciiSinkP.h and so on. Look for a package named Xaw3d-Devel or similar - the correct name depends on your distribution. Greetings from Germany Markus Steinborn GNU GV maintainer |
|
|
Re: Compiling gv-3.6.7: Configure can't find Xaw3d library* Markus Steinborn <gnugv_maintainer@...> [090904 07:56]:
> George.Watt@... schrieb: >> Trying to compile gv from gv-3.6.7.tar.gz using gcc on an x86_64 machine using an uptodate SLED 11 OS. ./configure gives the attached config.log. However, Xaw3d is installed as shown below: >> >> $ find /usr -name "*Xaw3d*" >> /usr/lib64/libXaw3d.so.8 >> /usr/lib64/libXaw3d.so.6 >> /usr/lib64/libXaw3d.so.8.0 >> /usr/lib64/libXaw3d.so.6.1 >> /usr/lib/libXaw3d.so.8 >> /usr/lib/libXaw3d.so.6 >> /usr/lib/libXaw3d.so.8.0 >> /usr/lib/libXaw3d.so.6.1 >> > You are missing the Xaw3d-header files: It's not only the header files, but is also the .so symlink. The libXaw3d.so.VERSION are for already existing binaries to use. To create new binaries, you need a libXaw3d.so file, which is usually a symlink to one of the ones with version. But the symlink will usually be in the same package as the header files, so if you install the correct package for the headers, you will most likely also have the needed symlink. Hochachtungsvoll, Bernhard R. Link -- "Never contain programs so few bugs, as when no debugging tools are available!" Niklaus Wirth |
|
|
Re: Compiling gv-3.6.7: Configure can't find Xaw3d libraryThanks Guys,
The problem, it turns out, is that the xaw3d-devel package is not available in SLED11. So I either have to load up an openSuse package, which compromises my SLED support contract, or use evince to view postcript. openSuse also provides gv pre-compiled. George Bernhard R. Link wrote: > * Markus Steinborn <gnugv_maintainer@...> [090904 07:56]: >> George.Watt@... schrieb: >>> Trying to compile gv from gv-3.6.7.tar.gz using gcc on an x86_64 machine using an uptodate SLED 11 OS. ./configure gives the attached config.log. However, Xaw3d is installed as shown below: >>> >>> $ find /usr -name "*Xaw3d*" >>> /usr/lib64/libXaw3d.so.8 >>> /usr/lib64/libXaw3d.so.6 >>> /usr/lib64/libXaw3d.so.8.0 >>> /usr/lib64/libXaw3d.so.6.1 >>> /usr/lib/libXaw3d.so.8 >>> /usr/lib/libXaw3d.so.6 >>> /usr/lib/libXaw3d.so.8.0 >>> /usr/lib/libXaw3d.so.6.1 >>> >> You are missing the Xaw3d-header files: > > It's not only the header files, but is also the .so symlink. > The libXaw3d.so.VERSION are for already existing binaries to use. > To create new binaries, you need a libXaw3d.so file, which is usually > a symlink to one of the ones with version. > > But the symlink will usually be in the same package as the header files, > so if you install the correct package for the headers, you will most > likely also have the needed symlink. > > Hochachtungsvoll, > Bernhard R. Link |
| Free embeddable forum powered by Nabble | Forum Help |