Can't install d4x because GTK,but i have install it!!
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Can't install d4x because GTK,but i have install it!!
when i install d4x i trouble with GTK! The error is:
checking for GLIB - version >= 2.4.0... yes (version 2.8.6)
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GTK+ - version >= 2.4.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
configure: error: *** GTK >= 2.4.0 not installed! ***
But i had install the GTk+ -2.8.16! and if i type "whereis gtk",it shows: "gtk: /etc/gtk /usr/lib/gtk"
my distribution is Mandrake LE 2005.
And now problem of GTK is solve , while I "configure" ,everything is right .But I have new priblem, while I "make" ,new error happen :
lod.cc: In function `void gtk_cell_renderer_progress_set_property(GObject*, guint, const GValue*, GParamSpec*)':
lod.cc:178: error: 'struct _GtkCellRendererProgress' has no member named 'percent'
lod.cc:181: error: 'struct _GtkCellRendererProgress' has no member named 'dwn'
lod.cc: In function `void gtk_cell_renderer_progress_render(GtkCellRenderer*, GdkWindow*, GtkWidget*, GdkRectangle*, GdkRectangle*, GdkRectangle*, GtkCellRendererState)':
lod.cc:198: error: 'struct _GtkCellRendererProgress' has no member named 'percent'
lod.cc:226: error: 'struct _GtkCellRendererProgress' has no member named 'dwn'
make[3]: *** [lod.o] Error 1
make[3]: Leaving directory `/tmp/d4x-2.5.0final/main/face'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/d4x-2.5.0final/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/d4x-2.5.0final'
make: *** [all] Error 2
Are you sure you have all the files for the package? The compiler is complaining about missing code. You may need to adjust your --prefix and the environment variable PKG_CONFIG_PATH for package config. Tell us exactly what you did? Did you upgrade GTK yourself for example?
OK!
the first time I install GTK2.8.16 ,when I configure it,shows:
checking for BASE_DEPENDENCIES... Requested 'glib-2.0 >= 2.8.5' but version of GLib is 2.6.3
configure: error: Package requirements (glib-2.0 >= 2.8.5 atk >= 1.0.1 pango >= 1.9.0 cairo >= 0.9.2) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively you may set the BASE_DEPENDENCIES_CFLAGS and BASE_DEPENDENCIES_LIBS environment variables
to avoid the need to call pkg-config. See the pkg-config man page for
more details.
The second time ,I first install glib-2.8.6,and then atk-1.10.3 ,and then cairo-1.0.2,last pango-1.10.4 .
but while I install gtk+-2.8.16 again it shows have not found the tiff package ,so i download and install it.
so ,for the third time ,I install the GTK ,"./configure --prefix=/usr && make && make install" ,and it works well!
so i install the dx4 angain ,"./configure" ,things seems well,but when i "make" ,the problem above happan.
Re-run the configure script for d4x and let it crash. Then look for config.log in the d4x directory where you ran the configure command and post the contents in this thread. Then we can proceed.
Be sure to use the "code" tags to surround the config.log output.
configure:1418: checking build system type
configure:1436: result: i686-pc-linux-gnu
configure:1444: checking host system type
configure:1458: result: i686-pc-linux-gnu
configure:1466: checking target system type
configure:1480: result: i686-pc-linux-gnu
configure:1509: checking for a BSD-compatible install
configure:1564: result: /usr/bin/install -c
configure:1575: checking whether build environment is sane
configure:1618: result: yes
configure:1675: checking for gawk
configure:1691: found /bin/gawk
configure:1701: result: gawk
configure:1711: checking whether make sets $(MAKE)
configure:1731: result: yes
configure:1903: checking whether to enable maintainer-specific portions of Makefiles
configure:1912: result: no
configure:1945: checking for style of include used by make
configure:1973: result: GNU
configure:2044: checking for gcc
configure:2060: found /usr/bin/gcc
configure:2070: result: gcc
configure:2314: checking for C compiler version
configure:2317: gcc --version </dev/null >&5
gcc (GCC) 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)
Copyright (C) 2004 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:2320: $? = 0
configure:2322: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i586-mandrake-linux-gnu/3.4.3/specs
Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-clocale=gnu --disable-libunwind-exceptions --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)
configure:2325: $? = 0
configure:2327: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2330: $? = 1
configure:2353: checking for C compiler default output file name
configure:2356: gcc conftest.c >&5
configure:2359: $? = 0
configure:2405: result: a.out
configure:2410: checking whether the C compiler works
configure:2416: ./a.out
configure:2419: $? = 0
configure:2436: result: yes
configure:2443: checking whether we are cross compiling
configure:2445: result: no
configure:2448: checking for suffix of executables
configure:2450: gcc -o conftest conftest.c >&5
configure:2453: $? = 0
configure:2478: result:
configure:2484: checking for suffix of object files
configure:2505: gcc -c conftest.c >&5
configure:2508: $? = 0
configure:2530: result: o
configure:2534: checking whether we are using the GNU C compiler
configure:2558: gcc -c conftest.c >&5
configure:2564: $? = 0
configure:2568: test -z
|| test ! -s conftest.err
configure:2571: $? = 0
configure:2574: test -s conftest.o
configure:2577: $? = 0
configure:2590: result: yes
configure:2596: checking whether gcc accepts -g
configure:2617: gcc -c -g conftest.c >&5
configure:2623: $? = 0
configure:2627: test -z
|| test ! -s conftest.err
configure:2630: $? = 0
configure:2633: test -s conftest.o
configure:2636: $? = 0
configure:2647: result: yes
configure:2664: checking for gcc option to accept ANSI C
configure:2734: gcc -c -g -O2 conftest.c >&5
configure:2740: $? = 0
configure:2744: test -z
|| test ! -s conftest.err
configure:2747: $? = 0
configure:2750: test -s conftest.o
configure:2753: $? = 0
configure:2771: result: none needed
configure:2789: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2795: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2930: checking dependency style of gcc
configure:3015: result: gcc3
configure:3033: checking whether struct tm is in sys/time.h or time.h
configure:3056: gcc -c -g -O2 conftest.c >&5
configure:3062: $? = 0
configure:3066: test -z
|| test ! -s conftest.err
configure:3069: $? = 0
configure:3072: test -s conftest.o
configure:3075: $? = 0
configure:3086: result: time.h
configure:3096: checking for struct tm.tm_zone
configure:3122: gcc -c -g -O2 conftest.c >&5
configure:3128: $? = 0
configure:3132: test -z
|| test ! -s conftest.err
configure:3135: $? = 0
configure:3138: test -s conftest.o
configure:3141: $? = 0
configure:3201: result: yes
configure:3458: checking for g++
configure:3474: found /usr/bin/g++
configure:3484: result: g++
configure:3500: checking for C++ compiler version
configure:3503: g++ --version </dev/null >&5
g++ (GCC) 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)
Copyright (C) 2004 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:3506: $? = 0
configure:3508: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc/i586-mandrake-linux-gnu/3.4.3/specs
Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-clocale=gnu --disable-libunwind-exceptions --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)
configure:3511: $? = 0
configure:3513: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:3516: $? = 1
configure:3519: checking whether we are using the GNU C++ compiler
configure:3543: g++ -c -O2 conftest.cc >&5
configure:3549: $? = 0
configure:3553: test -z
|| test ! -s conftest.err
configure:3556: $? = 0
configure:3559: test -s conftest.o
configure:3562: $? = 0
configure:3575: result: yes
configure:3581: checking whether g++ accepts -g
configure:3602: g++ -c -g conftest.cc >&5
configure:3608: $? = 0
configure:3612: test -z
|| test ! -s conftest.err
configure:3615: $? = 0
configure:3618: test -s conftest.o
configure:3621: $? = 0
configure:3632: result: yes
configure:3674: g++ -c -O2 conftest.cc >&5
configure:3680: $? = 0
configure:3684: test -z
|| test ! -s conftest.err
configure:3687: $? = 0
configure:3690: test -s conftest.o
configure:3693: $? = 0
configure:3719: g++ -c -O2 conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:18: error: `exit' undeclared (first use this function)
conftest.cc:18: error: (Each undeclared identifier is reported only once for each function it appears in.)
configure:3725: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "d4x"
| #define PACKAGE_TARNAME "d4x"
| #define PACKAGE_VERSION "2.5.0final"
| #define PACKAGE_STRING "d4x 2.5.0final"
| #define PACKAGE_BUGREPORT "chuchelo@krasu.ru"
| #define PACKAGE "d4x"
| #define VERSION "2.5.0final"
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3674: g++ -c -O2 conftest.cc >&5
configure:3680: $? = 0
configure:3684: test -z
|| test ! -s conftest.err
configure:3687: $? = 0
configure:3690: test -s conftest.o
configure:3693: $? = 0
configure:3719: g++ -c -O2 conftest.cc >&5
configure:3725: $? = 0
configure:3729: test -z
|| test ! -s conftest.err
configure:3732: $? = 0
configure:3735: test -s conftest.o
configure:3738: $? = 0
configure:3763: checking dependency style of g++
configure:3848: result: gcc3
configure:3911: checking for gcc
configure:3937: result: gcc
configure:4181: checking for C compiler version
configure:4184: gcc --version </dev/null >&5
gcc (GCC) 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)
Copyright (C) 2004 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:4187: $? = 0
configure:4189: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i586-mandrake-linux-gnu/3.4.3/specs
Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-clocale=gnu --disable-libunwind-exceptions --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)
configure:4192: $? = 0
configure:4194: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:4197: $? = 1
configure:4200: checking whether we are using the GNU C compiler
configure:4256: result: yes
configure:4262: checking whether gcc accepts -g
configure:4313: result: yes
configure:4330: checking for gcc option to accept ANSI C
configure:4437: result: none needed
configure:4455: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:4461: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:4596: checking dependency style of gcc
configure:4681: result: gcc3
configure:4828: checking for a BSD-compatible install
configure:4883: result: /usr/bin/install -c
configure:4986: checking for gawk
configure:5012: result: gawk
configure:5064: checking for ranlib
configure:5080: found /usr/bin/ranlib
configure:5091: result: ranlib
configure:5117: checking whether NLS is requested
configure:5126: result: yes
configure:5164: checking for msgfmt
configure:5195: result: /usr/local/bin/msgfmt
configure:5204: checking for gmsgfmt
configure:5235: result: /usr/local/bin/msgfmt
configure:5274: checking for xgettext
configure:5305: result: /usr/local/bin/xgettext
configure:5345: checking for msgmerge
configure:5375: result: /usr/local/bin/msgmerge
configure:5410: checking for library containing strerror
configure:5440: gcc -o conftest -g -O2 conftest.c >&5
configure:5446: $? = 0
configure:5450: test -z
|| test ! -s conftest.err
configure:5453: $? = 0
configure:5456: test -s conftest
configure:5459: $? = 0
configure:5529: result: none required
configure:5541: checking how to run the C preprocessor
configure:5576: gcc -E conftest.c
configure:5582: $? = 0
configure:5614: gcc -E conftest.c
conftest.c:17:28: ac_nonexistent.h: No such file or directory
configure:5620: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "d4x"
| #define PACKAGE_TARNAME "d4x"
| #define PACKAGE_VERSION "2.5.0final"
| #define PACKAGE_STRING "d4x 2.5.0final"
| #define PACKAGE_BUGREPORT "chuchelo@krasu.ru"
| #define PACKAGE "d4x"
| #define VERSION "2.5.0final"
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define _FILE_OFFSET_BITS 64
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5659: result: gcc -E
configure:5683: gcc -E conftest.c
configure:5689: $? = 0
configure:5721: gcc -E conftest.c
conftest.c:17:28: ac_nonexistent.h: No such file or directory
configure:5727: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "d4x"
| #define PACKAGE_TARNAME "d4x"
| #define PACKAGE_VERSION "2.5.0final"
| #define PACKAGE_STRING "d4x 2.5.0final"
| #define PACKAGE_BUGREPORT "chuchelo@krasu.ru"
| #define PACKAGE "d4x"
| #define VERSION "2.5.0final"
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define _FILE_OFFSET_BITS 64
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5771: checking for egrep
configure:5781: result: grep -E
configure:5786: checking for ANSI C header files
configure:5811: gcc -c -g -O2 conftest.c >&5
configure:5817: $? = 0
configure:5821: test -z
|| test ! -s conftest.err
configure:5824: $? = 0
configure:5827: test -s conftest.o
configure:5830: $? = 0
configure:5919: gcc -o conftest -g -O2 conftest.c >&5
configure:5922: $? = 0
configure:5924: ./conftest
configure:5927: $? = 0
configure:5942: result: yes
configure:5952: checking for an ANSI C-conforming const
configure:6019: gcc -c -g -O2 conftest.c >&5
configure:6025: $? = 0
configure:6029: test -z
|| test ! -s conftest.err
configure:6032: $? = 0
configure:6035: test -s conftest.o
configure:6038: $? = 0
configure:6049: result: yes
configure:6060: checking for signed
configure:6081: gcc -c -g -O2 conftest.c >&5
configure:6087: $? = 0
configure:6091: test -z
|| test ! -s conftest.err
configure:6094: $? = 0
configure:6097: test -s conftest.o
configure:6100: $? = 0
configure:6111: result: yes
configure:6121: checking for inline
configure:6142: gcc -c -g -O2 conftest.c >&5
configure:6148: $? = 0
configure:6152: test -z
|| test ! -s conftest.err
configure:6155: $? = 0
configure:6158: test -s conftest.o
configure:6161: $? = 0
configure:6173: result: inline
configure:6206: checking for sys/types.h
configure:6222: gcc -c -g -O2 conftest.c >&5
configure:6228: $? = 0
configure:6232: test -z
|| test ! -s conftest.err
configure:6235: $? = 0
configure:6238: test -s conftest.o
configure:6241: $? = 0
configure:6252: result: yes
configure:6206: checking for sys/stat.h
configure:6222: gcc -c -g -O2 conftest.c >&5
configure:6228: $? = 0
configure:6232: test -z
|| test ! -s conftest.err
configure:6235: $? = 0
configure:6238: test -s conftest.o
configure:6241: $? = 0
configure:6252: result: yes
configure:6206: checking for stdlib.h
configure:6222: gcc -c -g -O2 conftest.c >&5
configure:6228: $? = 0
configure:6232: test -z
|| test ! -s conftest.err
configure:6235: $? = 0
configure:6238: test -s conftest.o
configure:6241: $? = 0
configure:6252: result: yes
configure:6206: checking for string.h
configure:6222: gcc -c -g -O2 conftest.c >&5
configure:6228: $? = 0
configure:6232: test -z
|| test ! -s conftest.err
configure:6235: $? = 0
configure:6238: test -s conftest.o
configure:6241: $? = 0
configure:6252: result: yes
configure:6206: checking for memory.h
configure:6222: gcc -c -g -O2 conftest.c >&5
configure:6228: $? = 0
configure:6232: test -z
|| test ! -s conftest.err
configure:6235: $? = 0
configure:6238: test -s conftest.o
configure:6241: $? = 0
configure:6252: result: yes
configure:6206: checking for strings.h
configure:6222: gcc -c -g -O2 conftest.c >&5
configure:6228: $? = 0
configure:6232: test -z
|| test ! -s conftest.err
configure:6235: $? = 0
configure:6238: test -s conftest.o
configure:6241: $? = 0
configure:6252: result: yes
configure:6206: checking for inttypes.h
configure:6222: gcc -c -g -O2 conftest.c >&5
configure:6228: $? = 0
configure:6232: test -z
|| test ! -s conftest.err
configure:6235: $? = 0
configure:6238: test -s conftest.o
configure:6241: $? = 0
configure:6252: result: yes
configure:6206: checking for stdint.h
configure:6222: gcc -c -g -O2 conftest.c >&5
configure:6228: $? = 0
configure:6232: test -z
|| test ! -s conftest.err
configure:6235: $? = 0
configure:6238: test -s conftest.o
configure:6241: $? = 0
configure:6252: result: yes
configure:6206: checking for unistd.h
configure:6222: gcc -c -g -O2 conftest.c >&5
configure:6228: $? = 0
configure:6232: test -z
|| test ! -s conftest.err
configure:6235: $? = 0
configure:6238: test -s conftest.o
configure:6241: $? = 0
configure:6252: result: yes
configure:6264: checking for off_t
configure:6288: gcc -c -g -O2 conftest.c >&5
configure:6294: $? = 0
configure:6298: test -z
|| test ! -s conftest.err
configure:6301: $? = 0
configure:6304: test -s conftest.o
configure:6307: $? = 0
configure:6318: result: yes
configure:6330: checking for size_t
configure:6354: gcc -c -g -O2 conftest.c >&5
configure:6360: $? = 0
configure:6364: test -z
|| test ! -s conftest.err
configure:6367: $? = 0
configure:6370: test -s conftest.o
configure:6373: $? = 0
configure:6384: result: yes
configure:6397: checking for long long
configure:6419: gcc -o conftest -g -O2 conftest.c >&5
configure:6425: $? = 0
configure:6429: test -z
|| test ! -s conftest.err
configure:6432: $? = 0
configure:6435: test -s conftest
configure:6438: $? = 0
configure:6450: result: yes
configure:6461: checking for long double
configure:6521: result: yes
configure:6532: checking for wchar_t
configure:6554: gcc -c -g -O2 conftest.c >&5
configure:6560: $? = 0
configure:6564: test -z
|| test ! -s conftest.err
configure:6567: $? = 0
configure:6570: test -s conftest.o
configure:6573: $? = 0
configure:6584: result: yes
configure:6595: checking for wint_t
configure:6617: gcc -c -g -O2 conftest.c >&5
configure:6623: $? = 0
configure:6627: test -z
|| test ! -s conftest.err
configure:6630: $? = 0
configure:6633: test -s conftest.o
configure:6636: $? = 0
configure:6647: result: yes
configure:6658: checking for inttypes.h
configure:6680: gcc -c -g -O2 conftest.c >&5
configure:6686: $? = 0
configure:6690: test -z
|| test ! -s conftest.err
configure:6693: $? = 0
configure:6696: test -s conftest.o
configure:6699: $? = 0
configure:6710: result: yes
configure:6721: checking for stdint.h
configure:6743: gcc -c -g -O2 conftest.c >&5
configure:6749: $? = 0
configure:6753: test -z
|| test ! -s conftest.err
configure:6756: $? = 0
configure:6759: test -s conftest.o
configure:6762: $? = 0
configure:6773: result: yes
configure:6786: checking for intmax_t
configure:6816: gcc -c -g -O2 conftest.c >&5
configure:6822: $? = 0
configure:6826: test -z
|| test ! -s conftest.err
configure:6829: $? = 0
configure:6832: test -s conftest.o
configure:6835: $? = 0
configure:6846: result: yes
configure:6858: checking whether printf() supports POSIX/XSI format strings
configure:6908: gcc -o conftest -g -O2 conftest.c >&5
configure:6911: $? = 0
configure:6913: ./conftest
configure:6916: $? = 0
configure:6931: result: yes
configure:6945: checking for working alloca.h
configure:6966: gcc -o conftest -g -O2 conftest.c >&5
configure:6972: $? = 0
configure:6976: test -z
|| test ! -s conftest.err
configure:6979: $? = 0
configure:6982: test -s conftest
configure:6985: $? = 0
configure:6997: result: yes
configure:7007: checking for alloca
configure:7048: gcc -o conftest -g -O2 conftest.c >&5
configure:7054: $? = 0
configure:7058: test -z
|| test ! -s conftest.err
configure:7061: $? = 0
configure:7064: test -s conftest
configure:7067: $? = 0
configure:7079: result: yes
configure:7308: checking for stdlib.h
configure:7313: result: yes
configure:7308: checking for unistd.h
configure:7313: result: yes
configure:7457: checking for getpagesize
configure:7514: gcc -o conftest -g -O2 conftest.c >&5
configure:7520: $? = 0
configure:7524: test -z
|| test ! -s conftest.err
configure:7527: $? = 0
configure:7530: test -s conftest
configure:7533: $? = 0
configure:7545: result: yes
configure:7555: checking for working mmap
configure:7697: gcc -o conftest -g -O2 conftest.c >&5
configure:7700: $? = 0
configure:7702: ./conftest
configure:7705: $? = 0
configure:7719: result: yes
configure:7731: checking whether we are using the GNU C Library 2.1 or newer
configure:7762: result: yes
configure:7770: checking whether integer division by zero raises SIGFPE
configure:7832: gcc -o conftest -g -O2 conftest.c >&5
configure:7835: $? = 0
configure:7837: ./conftest
configure:7840: $? = 0
configure:7855: result: yes
configure:7868: checking for unsigned long long
configure:7890: gcc -o conftest -g -O2 conftest.c >&5
configure:7896: $? = 0
configure:7900: test -z
|| test ! -s conftest.err
configure:7903: $? = 0
configure:7906: test -s conftest
configure:7909: $? = 0
configure:7921: result: yes
configure:7953: checking for inttypes.h
configure:7976: gcc -c -g -O2 conftest.c >&5
configure:7982: $? = 0
configure:7986: test -z
|| test ! -s conftest.err
configure:7989: $? = 0
configure:7992: test -s conftest.o
configure:7995: $? = 0
configure:8007: result: yes
configure:8020: checking whether the inttypes.h PRIxNN macros are broken
configure:8046: gcc -c -g -O2 conftest.c >&5
configure:8052: $? = 0
configure:8056: test -z
|| test ! -s conftest.err
configure:8059: $? = 0
configure:8062: test -s conftest.o
configure:8065: $? = 0
configure:8077: result: no
configure:8094: checking for stdint.h
configure:8099: result: yes
configure:8239: checking for SIZE_MAX
configure:9308: result: yes
configure:9325: checking for stdint.h
configure:9330: result: yes
configure:9511: checking for ld used by GCC
configure:9575: result: /usr/bin/ld
configure:9584: checking if the linker (/usr/bin/ld) is GNU ld
configure:9597: result: yes
configure:9603: checking for shared library run path origin
configure:9616: result: done
configure:10022: checking for ptrdiff_t
configure:10046: gcc -c -g -O2 conftest.c >&5
configure:10052: $? = 0
configure:10056: test -z
|| test ! -s conftest.err
configure:10059: $? = 0
configure:10062: test -s conftest.o
configure:10065: $? = 0
configure:10076: result: yes
configure:10113: checking argz.h usability
configure:10125: gcc -c -g -O2 conftest.c >&5
configure:10131: $? = 0
configure:10135: test -z
|| test ! -s conftest.err
configure:10138: $? = 0
configure:10141: test -s conftest.o
configure:10144: $? = 0
configure:10154: result: yes
configure:10158: checking argz.h presence
configure:10168: gcc -E conftest.c
configure:10174: $? = 0
configure:10194: result: yes
configure:10229: checking for argz.h
configure:10236: result: yes
configure:10113: checking limits.h usability
configure:10125: gcc -c -g -O2 conftest.c >&5
configure:10131: $? = 0
configure:10135: test -z
|| test ! -s conftest.err
configure:10138: $? = 0
configure:10141: test -s conftest.o
configure:10144: $? = 0
configure:10154: result: yes
configure:10158: checking limits.h presence
configure:10168: gcc -E conftest.c
configure:10174: $? = 0
configure:10194: result: yes
configure:10229: checking for limits.h
configure:10236: result: yes
configure:10113: checking locale.h usability
configure:10125: gcc -c -g -O2 conftest.c >&5
configure:10131: $? = 0
configure:10135: test -z
|| test ! -s conftest.err
configure:10138: $? = 0
configure:10141: test -s conftest.o
configure:10144: $? = 0
configure:10154: result: yes
configure:10158: checking locale.h presence
configure:10168: gcc -E conftest.c
configure:10174: $? = 0
configure:10194: result: yes
configure:10229: checking for locale.h
configure:10236: result: yes
configure:10113: checking nl_types.h usability
configure:10125: gcc -c -g -O2 conftest.c >&5
configure:10131: $? = 0
configure:10135: test -z
|| test ! -s conftest.err
configure:10138: $? = 0
configure:10141: test -s conftest.o
configure:10144: $? = 0
configure:10154: result: yes
configure:10158: checking nl_types.h presence
configure:10168: gcc -E conftest.c
configure:10174: $? = 0
configure:10194: result: yes
configure:10229: checking for nl_types.h
configure:10236: result: yes
configure:10113: checking malloc.h usability
configure:10125: gcc -c -g -O2 conftest.c >&5
configure:10131: $? = 0
configure:10135: test -z
|| test ! -s conftest.err
configure:10138: $? = 0
configure:10141: test -s conftest.o
configure:10144: $? = 0
configure:10154: result: yes
configure:10158: checking malloc.h presence
configure:10168: gcc -E conftest.c
configure:10174: $? = 0
configure:10194: result: yes
configure:10229: checking for malloc.h
configure:10236: result: yes
configure:10113: checking stddef.h usability
configure:10125: gcc -c -g -O2 conftest.c >&5
configure:10131: $? = 0
configure:10135: test -z
|| test ! -s conftest.err
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.