LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This 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


Reply
  Search this Thread
Old 04-12-2006, 10:08 AM   #1
BEANYA
LQ Newbie
 
Registered: Apr 2006
Distribution: Mandrake LE 2005
Posts: 20

Rep: Reputation: 0
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"

what's the problem ? what should i do ??

i need your help ,thank you very much!
 
Old 04-12-2006, 10:56 AM   #2
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,833

Rep: Reputation: 108Reputation: 108
Did you follow config.log?
 
Old 04-12-2006, 08:07 PM   #3
BEANYA
LQ Newbie
 
Registered: Apr 2006
Distribution: Mandrake LE 2005
Posts: 20

Original Poster
Rep: Reputation: 0
config.log ?
I don't know what it is
can you in detail ?
 
Old 04-12-2006, 09:09 PM   #4
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
What distrobution are you using? God made package managers for a good reason, use them...
 
Old 04-12-2006, 11:37 PM   #5
BEANYA
LQ Newbie
 
Registered: Apr 2006
Distribution: Mandrake LE 2005
Posts: 20

Original Poster
Rep: Reputation: 0
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


I have no idea for this.
 
Old 04-13-2006, 01:09 AM   #6
binarybob0001
Member
 
Registered: Dec 2004
Distribution: Debian Wheezy
Posts: 444

Rep: Reputation: 30
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?
 
Old 04-13-2006, 01:30 AM   #7
BEANYA
LQ Newbie
 
Registered: Apr 2006
Distribution: Mandrake LE 2005
Posts: 20

Original Poster
Rep: Reputation: 0
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.

Thanks to everyone!
 
Old 04-13-2006, 10:06 AM   #8
BEANYA
LQ Newbie
 
Registered: Apr 2006
Distribution: Mandrake LE 2005
Posts: 20

Original Poster
Rep: Reputation: 0
anyone know how to do ?
 
Old 04-13-2006, 02:02 PM   #9
tomdkat
Member
 
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595

Rep: Reputation: 30
Ok, scratch what I posted previously.

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.

Peace...

Last edited by tomdkat; 04-13-2006 at 02:05 PM.
 
Old 04-13-2006, 04:02 PM   #10
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,833

Rep: Reputation: 108Reputation: 108
Do you see any information in config.log?
This file is supposed to be in the directory where you "configure".
 
Old 04-14-2006, 04:11 AM   #11
BEANYA
LQ Newbie
 
Registered: Apr 2006
Distribution: Mandrake LE 2005
Posts: 20

Original Poster
Rep: Reputation: 0
I see! "config.log" shows:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by d4x configure 2.5.0final, which was
generated by GNU Autoconf 2.59. Invocation command line was

$ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = localhost
uname -m = i686
uname -r = 2.6.16
uname -s = Linux
uname -v = #1 PREEMPT Sun Apr 9 13:13:36 CST 2006

/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: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin


## ----------- ##
## Core tests. ##
## ----------- ##

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
 
Old 04-14-2006, 04:13 AM   #12
BEANYA
LQ Newbie
 
Registered: Apr 2006
Distribution: Mandrake LE 2005
Posts: 20

Original Poster
Rep: Reputation: 0
configure:10138: $? = 0
configure:10141: test -s conftest.o
configure:10144: $? = 0
configure:10154: result: yes
configure:10158: checking stddef.h presence
configure:10168: gcc -E conftest.c
configure:10174: $? = 0
configure:10194: result: yes
configure:10229: checking for stddef.h
configure:10236: result: yes
configure:10104: checking for stdlib.h
configure:10109: result: yes
configure:10104: checking for string.h
configure:10109: result: yes
configure:10104: checking for unistd.h
configure:10109: result: yes
configure:10113: checking sys/param.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 sys/param.h presence
configure:10168: gcc -E conftest.c
configure:10174: $? = 0
configure:10194: result: yes
configure:10229: checking for sys/param.h
configure:10236: result: yes
configure:10278: checking for asprintf
configure:10335: gcc -o conftest -g -O2 conftest.c >&5
configure:10341: $? = 0
configure:10345: test -z
|| test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for fwprintf
configure:10335: gcc -o conftest -g -O2 conftest.c >&5
configure:10341: $? = 0
configure:10345: test -z
|| test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for getcwd
configure:10335: gcc -o conftest -g -O2 conftest.c >&5
configure:10341: $? = 0
configure:10345: test -z
|| test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for getegid
configure:10335: gcc -o conftest -g -O2 conftest.c >&5
configure:10341: $? = 0
configure:10345: test -z
|| test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for geteuid
configure:10335: gcc -o conftest -g -O2 conftest.c >&5
configure:10341: $? = 0
configure:10345: test -z
|| test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for getgid
configure:10335: gcc -o conftest -g -O2 conftest.c >&5
configure:10341: $? = 0
configure:10345: test -z
|| test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for getuid
configure:10335: gcc -o conftest -g -O2 conftest.c >&5
configure:10341: $? = 0
configure:10345: test -z
|| test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for mempcpy
configure:10335: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:88: warning: conflicting types for built-in function 'mempcpy'
configure:10341: $? = 0
configure:10345: test -z
|| test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for munmap
configure:10335: gcc -o conftest -g -O2 conftest.c >&5
configure:10341: $? = 0
configure:10345: test -z
|| test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for putenv
configure:10335: gcc -o conftest -g -O2 conftest.c >&5
configure:10341: $? = 0
configure:10345: test -z
|| test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for setenv
configure:10335: gcc -o conftest -g -O2 conftest.c >&5
configure:10341: $? = 0
configure:10345: test -z
|| test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for setlocale
configure:10335: gcc -o conftest -g -O2 conftest.c >&5
configure:10341: $? = 0
configure:10345: test -z
|| test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for snprintf
configure:10335: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:93: warning: conflicting types for built-in function 'snprintf'
configure:10341: $? = 0
configure:10345: test -z
|| test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for stpcpy
configure:10335: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:94: warning: conflicting types for built-in function 'stpcpy'
configure:10341: $? = 0
configure:10345: test -z
|| test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for strcasecmp
configure:10335: gcc -o conftest -g -O2 conftest.c >&5
configure:10341: $? = 0
configure:10345: test -z
|| test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for strdup
configure:10335: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:96: warning: conflicting types for built-in function 'strdup'
configure:10341: $? = 0
configure:10345: test -z
|| test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for strtoul
configure:10335: gcc -o conftest -g -O2 conftest.c >&5
configure:10341: $? = 0
configure:10345: test -z
|| test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for tsearch
configure:10335: gcc -o conftest -g -O2 conftest.c >&5
configure:10341: $? = 0
configure:10345: test -z
|| test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for wcslen
configure:10335: gcc -o conftest -g -O2 conftest.c >&5
configure:10341: $? = 0
configure:10345: test -z
|| test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for __argz_count
configure:10335: gcc -o conftest -g -O2 conftest.c >&5
configure:10341: $? = 0
configure:10345: test -z
|| test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for __argz_stringify
configure:10335: gcc -o conftest -g -O2 conftest.c >&5
configure:10341: $? = 0
configure:10345: test -z
|| test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for __argz_next
configure:10335: gcc -o conftest -g -O2 conftest.c >&5
configure:10341: $? = 0
configure:10345: test -z
|| test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10278: checking for __fsetlocking
configure:10335: gcc -o conftest -g -O2 conftest.c >&5
configure:10341: $? = 0
configure:10345: test -z
|| test ! -s conftest.err
configure:10348: $? = 0
configure:10351: test -s conftest
configure:10354: $? = 0
configure:10366: result: yes
configure:10378: checking whether _snprintf is declared
configure:10403: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:86: error: `_snprintf' undeclared (first use in this function)
conftest.c:86: error: (Each undeclared identifier is reported only once
conftest.c:86: error: for each function it appears in.)
configure:10409: $? = 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
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| /* end confdefs.h. */
| #include <stdio.h>
| int
| main ()
| {
|
| #ifndef _snprintf
| char *p = (char *) _snprintf;
| #endif
|
| ;
| return 0;
| }
configure:10433: result: no
configure:10447: checking whether _snwprintf is declared
configure:10472: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:87: error: `_snwprintf' undeclared (first use in this function)
conftest.c:87: error: (Each undeclared identifier is reported only once
conftest.c:87: error: for each function it appears in.)
configure:10478: $? = 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
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL__SNPRINTF 0
| /* end confdefs.h. */
| #include <stdio.h>
| int
| main ()
| {
|
| #ifndef _snwprintf
| char *p = (char *) _snwprintf;
| #endif
|
| ;
| return 0;
| }
configure:10502: result: no
configure:10517: checking whether feof_unlocked is declared
configure:10542: gcc -c -g -O2 conftest.c >&5
configure:10548: $? = 0
configure:10552: test -z
|| test ! -s conftest.err
configure:10555: $? = 0
configure:10558: test -s conftest.o
configure:10561: $? = 0
configure:10572: result: yes
configure:10586: checking whether fgets_unlocked is declared
configure:10611: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:89: error: `fgets_unlocked' undeclared (first use in this function)
conftest.c:89: error: (Each undeclared identifier is reported only once
conftest.c:89: error: for each function it appears in.)
configure:10617: $? = 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
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 1
| /* end confdefs.h. */
| #include <stdio.h>
| int
| main ()
| {
|
| #ifndef fgets_unlocked
| char *p = (char *) fgets_unlocked;
| #endif
|
| ;
| return 0;
| }
configure:10641: result: no
configure:10655: checking whether getc_unlocked is declared
configure:10680: gcc -c -g -O2 conftest.c >&5
configure:10686: $? = 0
configure:10690: test -z
|| test ! -s conftest.err
configure:10693: $? = 0
configure:10696: test -s conftest.o
configure:10699: $? = 0
configure:10710: result: yes
configure:10778: checking for iconv
configure:10805: gcc -o conftest -g -O2 conftest.c >&5
configure:10811: $? = 0
configure:10815: test -z
|| test ! -s conftest.err
configure:10818: $? = 0
configure:10821: test -s conftest
configure:10824: $? = 0
configure:10890: result: yes
configure:10913: checking for iconv declaration
configure:10947: gcc -c -g -O2 conftest.c >&5
configure:10953: $? = 0
configure:10957: test -z
|| test ! -s conftest.err
configure:10960: $? = 0
configure:10963: test -s conftest.o
configure:10966: $? = 0
configure:10981: result:
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:10992: checking for nl_langinfo and CODESET
configure:11013: gcc -o conftest -g -O2 conftest.c >&5
configure:11019: $? = 0
configure:11023: test -z
|| test ! -s conftest.err
configure:11026: $? = 0
configure:11029: test -s conftest
configure:11032: $? = 0
configure:11045: result: yes
configure:11057: checking for LC_MESSAGES
configure:11078: gcc -o conftest -g -O2 conftest.c >&5
configure:11084: $? = 0
configure:11088: test -z
|| test ! -s conftest.err
configure:11091: $? = 0
configure:11094: test -s conftest
configure:11097: $? = 0
configure:11109: result: yes
configure:11125: checking for bison
configure:11154: result: no
configure:11195: checking whether NLS is requested
configure:11204: result: yes
configure:11220: checking whether included gettext is requested
configure:11230: result: no
configure:11241: checking for GNU gettext in libc
configure:11265: gcc -o conftest -g -O2 conftest.c >&5
configure:11271: $? = 0
configure:11275: test -z
|| test ! -s conftest.err
configure:11278: $? = 0
configure:11281: test -s conftest
configure:11284: $? = 0
configure:11296: result: yes
configure:11849: checking whether to use NLS
configure:11851: result: yes
configure:11854: checking where the gettext function comes from
configure:11865: result: libc
configure:11957: checking for autogen
configure:11989: result: ${SHELL} /tmp/d4x-2.5.0final/admin/missing --run autogen
configure:11998: checking for doxygen
configure:12030: result: ${SHELL} /tmp/d4x-2.5.0final/admin/missing --run doxygen
configure:12039: checking for rpm
configure:12058: found /bin/rpm
configure:12071: result: /bin/rpm
configure:12081: checking for dot
configure:12100: found /usr/bin/dot
configure:12112: result: /usr/bin/dot
configure:12119: checking whether ln -s works
configure:12123: result: yes
configure:12566: checking for esd-config
configure:12584: found /usr/bin/esd-config
configure:12597: result: /usr/bin/esd-config
configure:12605: checking for ESD - version >= 0.2.7
configure:12700: gcc -o conftest -g -O2 conftest.c -lesd -laudiofile -lm >&5
configure:12703: $? = 0
configure:12705: ./conftest
configure:12708: $? = 0
configure:12732: result: yes
configure:12870: checking for pkg-config
configure:12888: found /usr/bin/pkg-config
configure:12901: result: /usr/bin/pkg-config
configure:12924: checking for GLIB - version >= 2.4.0
configure:13043: gcc -o conftest -g -O2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c -lglib-2.0 >&5
configure:13046: $? = 0
configure:13048: ./conftest
configure:13051: $? = 0
configure:13069: result: yes (version 2.8.6)
configure:13187: checking for pkg-config
configure:13218: result: /usr/bin/pkg-config
configure:13239: checking for GTK+ - version >= 2.4.0
configure:13354: gcc -o conftest -g -O2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 >&5
configure:13357: $? = 0
configure:13359: ./conftest
configure:13362: $? = 0
configure:13380: result: yes (version 2.8.16)
configure:13475: checking for pthread_testcancel in -lpthread
configure:13505: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:13511: $? = 0
configure:13515: test -z
|| test ! -s conftest.err
configure:13518: $? = 0
configure:13521: test -s conftest
configure:13524: $? = 0
configure:13537: result: yes
configure:13560: checking for X
configure:13790: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:13802: checking for dirent.h that defines DIR
configure:13826: gcc -c -g -O2 conftest.c >&5
configure:13832: $? = 0
configure:13836: test -z
|| test ! -s conftest.err
configure:13839: $? = 0
configure:13842: test -s conftest.o
configure:13845: $? = 0
configure:13856: result: yes
configure:13869: checking for library containing opendir
configure:13899: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:13905: $? = 0
configure:13909: test -z
|| test ! -s conftest.err
configure:13912: $? = 0
configure:13915: test -s conftest
configure:13918: $? = 0
configure:13988: result: none required
configure:14124: checking for ANSI C header files
configure:14280: result: yes
configure:14307: checking arpa/inet.h usability
configure:14319: gcc -c -g -O2 conftest.c >&5
configure:14325: $? = 0
configure:14329: test -z
|| test ! -s conftest.err
configure:14332: $? = 0
configure:14335: test -s conftest.o
configure:14338: $? = 0
configure:14348: result: yes
configure:14352: checking arpa/inet.h presence
configure:14362: gcc -E conftest.c
configure:14368: $? = 0
configure:14388: result: yes
configure:14423: checking for arpa/inet.h
configure:14430: result: yes
configure:14307: checking errno.h usability
configure:14319: gcc -c -g -O2 conftest.c >&5
configure:14325: $? = 0
configure:14329: test -z
|| test ! -s conftest.err
configure:14332: $? = 0
configure:14335: test -s conftest.o
configure:14338: $? = 0
configure:14348: result: yes
configure:14352: checking errno.h presence
configure:14362: gcc -E conftest.c
configure:14368: $? = 0
configure:14388: result: yes
configure:14423: checking for errno.h
configure:14430: result: yes
configure:14307: checking fcntl.h usability
configure:14319: gcc -c -g -O2 conftest.c >&5
configure:14325: $? = 0
configure:14329: test -z
|| test ! -s conftest.err
 
Old 04-14-2006, 04:14 AM   #13
BEANYA
LQ Newbie
 
Registered: Apr 2006
Distribution: Mandrake LE 2005
Posts: 20

Original Poster
Rep: Reputation: 0
configure:14332: $? = 0
configure:14335: test -s conftest.o
configure:14338: $? = 0
configure:14348: result: yes
configure:14352: checking fcntl.h presence
configure:14362: gcc -E conftest.c
configure:14368: $? = 0
configure:14388: result: yes
configure:14423: checking for fcntl.h
configure:14430: result: yes
configure:14307: checking netdb.h usability
configure:14319: gcc -c -g -O2 conftest.c >&5
configure:14325: $? = 0
configure:14329: test -z
|| test ! -s conftest.err
configure:14332: $? = 0
configure:14335: test -s conftest.o
configure:14338: $? = 0
configure:14348: result: yes
configure:14352: checking netdb.h presence
configure:14362: gcc -E conftest.c
configure:14368: $? = 0
configure:14388: result: yes
configure:14423: checking for netdb.h
configure:14430: result: yes
configure:14459: checking netinet/in.h usability
configure:14471: gcc -c -g -O2 conftest.c >&5
configure:14477: $? = 0
configure:14481: test -z
|| test ! -s conftest.err
configure:14484: $? = 0
configure:14487: test -s conftest.o
configure:14490: $? = 0
configure:14500: result: yes
configure:14504: checking netinet/in.h presence
configure:14514: gcc -E conftest.c
configure:14520: $? = 0
configure:14540: result: yes
configure:14575: checking for netinet/in.h
configure:14582: result: yes
configure:14459: checking sys/file.h usability
configure:14471: gcc -c -g -O2 conftest.c >&5
configure:14477: $? = 0
configure:14481: test -z
|| test ! -s conftest.err
configure:14484: $? = 0
configure:14487: test -s conftest.o
configure:14490: $? = 0
configure:14500: result: yes
configure:14504: checking sys/file.h presence
configure:14514: gcc -E conftest.c
configure:14520: $? = 0
configure:14540: result: yes
configure:14575: checking for sys/file.h
configure:14582: result: yes
configure:14459: checking regex.h usability
configure:14471: gcc -c -g -O2 conftest.c >&5
configure:14477: $? = 0
configure:14481: test -z
|| test ! -s conftest.err
configure:14484: $? = 0
configure:14487: test -s conftest.o
configure:14490: $? = 0
configure:14500: result: yes
configure:14504: checking regex.h presence
configure:14514: gcc -E conftest.c
configure:14520: $? = 0
configure:14540: result: yes
configure:14575: checking for regex.h
configure:14582: result: yes
configure:14610: checking sys/ioctl.h usability
configure:14622: gcc -c -g -O2 conftest.c >&5
configure:14628: $? = 0
configure:14632: test -z
|| test ! -s conftest.err
configure:14635: $? = 0
configure:14638: test -s conftest.o
configure:14641: $? = 0
configure:14651: result: yes
configure:14655: checking sys/ioctl.h presence
configure:14665: gcc -E conftest.c
configure:14671: $? = 0
configure:14691: result: yes
configure:14726: checking for sys/ioctl.h
configure:14733: result: yes
configure:14610: checking sys/socket.h usability
configure:14622: gcc -c -g -O2 conftest.c >&5
configure:14628: $? = 0
configure:14632: test -z
|| test ! -s conftest.err
configure:14635: $? = 0
configure:14638: test -s conftest.o
configure:14641: $? = 0
configure:14651: result: yes
configure:14655: checking sys/socket.h presence
configure:14665: gcc -E conftest.c
configure:14671: $? = 0
configure:14691: result: yes
configure:14726: checking for sys/socket.h
configure:14733: result: yes
configure:14762: checking utime.h usability
configure:14774: gcc -c -g -O2 conftest.c >&5
configure:14780: $? = 0
configure:14784: test -z
|| test ! -s conftest.err
configure:14787: $? = 0
configure:14790: test -s conftest.o
configure:14793: $? = 0
configure:14803: result: yes
configure:14807: checking utime.h presence
configure:14817: gcc -E conftest.c
configure:14823: $? = 0
configure:14843: result: yes
configure:14878: checking for utime.h
configure:14885: result: yes
configure:14762: checking pthread.h usability
configure:14774: gcc -c -g -O2 conftest.c >&5
configure:14780: $? = 0
configure:14784: test -z
|| test ! -s conftest.err
configure:14787: $? = 0
configure:14790: test -s conftest.o
configure:14793: $? = 0
configure:14803: result: yes
configure:14807: checking pthread.h presence
configure:14817: gcc -E conftest.c
configure:14823: $? = 0
configure:14843: result: yes
configure:14878: checking for pthread.h
configure:14885: result: yes
configure:14762: checking sys/timeb.h usability
configure:14774: gcc -c -g -O2 conftest.c >&5
configure:14780: $? = 0
configure:14784: test -z
|| test ! -s conftest.err
configure:14787: $? = 0
configure:14790: test -s conftest.o
configure:14793: $? = 0
configure:14803: result: yes
configure:14807: checking sys/timeb.h presence
configure:14817: gcc -E conftest.c
configure:14823: $? = 0
configure:14843: result: yes
configure:14878: checking for sys/timeb.h
configure:14885: result: yes
configure:14913: checking sys/soundcard.h usability
configure:14925: gcc -c -g -O2 conftest.c >&5
configure:14931: $? = 0
configure:14935: test -z
|| test ! -s conftest.err
configure:14938: $? = 0
configure:14941: test -s conftest.o
configure:14944: $? = 0
configure:14954: result: yes
configure:14958: checking sys/soundcard.h presence
configure:14968: gcc -E conftest.c
configure:14974: $? = 0
configure:14994: result: yes
configure:15029: checking for sys/soundcard.h
configure:15036: result: yes
configure:15058: checking for an ANSI C-conforming const
configure:15155: result: yes
configure:15165: checking for inline
configure:15217: result: inline
configure:15236: checking for off_t
configure:15290: result: yes
configure:15302: checking for size_t
configure:15356: result: yes
configure:15368: checking whether time.h and sys/time.h may both be included
configure:15393: gcc -c -g -O2 conftest.c >&5
configure:15399: $? = 0
configure:15403: test -z
|| test ! -s conftest.err
configure:15406: $? = 0
configure:15409: test -s conftest.o
configure:15412: $? = 0
configure:15423: result: yes
configure:15433: checking whether struct tm is in sys/time.h or time.h
configure:15486: result: time.h
configure:15496: checking for uid_t in sys/types.h
configure:15519: result: yes
configure:15538: checking for pid_t
configure:15562: gcc -c -g -O2 conftest.c >&5
configure:15568: $? = 0
configure:15572: test -z
|| test ! -s conftest.err
configure:15575: $? = 0
configure:15578: test -s conftest.o
configure:15581: $? = 0
configure:15592: result: yes
configure:15610: checking for unistd.h
configure:15615: result: yes
configure:15619: checking vfork.h usability
configure:15631: gcc -c -g -O2 conftest.c >&5
conftest.c:146:19: vfork.h: No such file or directory
configure:15637: $? = 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
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ESD
| #define HAVE_LIBPTHREAD 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define D4X_WITH_OSS
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:15660: result: no
configure:15664: checking vfork.h presence
configure:15674: gcc -E conftest.c
conftest.c:112:19: vfork.h: No such file or directory
configure:15680: $? = 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
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ESD
| #define HAVE_LIBPTHREAD 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define D4X_WITH_OSS
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <vfork.h>
configure:15700: result: no
configure:15735: checking for vfork.h
configure:15742: result: no
configure:15760: checking for fork
configure:15817: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:15823: $? = 0
configure:15827: test -z
|| test ! -s conftest.err
configure:15830: $? = 0
configure:15833: test -s conftest
configure:15836: $? = 0
configure:15848: result: yes
configure:15760: checking for vfork
configure:15817: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:15823: $? = 0
configure:15827: test -z
|| test ! -s conftest.err
configure:15830: $? = 0
configure:15833: test -s conftest
configure:15836: $? = 0
configure:15848: result: yes
configure:15859: checking for working fork
configure:15882: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:15885: $? = 0
configure:15887: ./conftest
configure:15890: $? = 0
configure:15904: result: yes
configure:15925: checking for working vfork
configure:16058: result: yes
configure:16090: checking whether gcc needs -traditional
configure:16132: result: no
configure:16144: checking for stdlib.h
configure:16149: result: yes
configure:16289: checking for GNU libc compatible malloc
configure:16318: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:16321: $? = 0
configure:16323: ./conftest
configure:16326: $? = 0
configure:16340: result: yes
configure:16377: checking for stdlib.h
configure:16382: result: yes
configure:16386: checking sys/time.h usability
configure:16398: gcc -c -g -O2 conftest.c >&5
configure:16404: $? = 0
configure:16408: test -z
|| test ! -s conftest.err
configure:16411: $? = 0
configure:16414: test -s conftest.o
configure:16417: $? = 0
configure:16427: result: yes
configure:16431: checking sys/time.h presence
configure:16441: gcc -E conftest.c
configure:16447: $? = 0
configure:16467: result: yes
configure:16502: checking for sys/time.h
configure:16509: result: yes
configure:16377: checking for unistd.h
configure:16382: result: yes
configure:16526: checking for alarm
configure:16583: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:16589: $? = 0
configure:16593: test -z
|| test ! -s conftest.err
configure:16596: $? = 0
configure:16599: test -s conftest
configure:16602: $? = 0
configure:16614: result: yes
configure:16624: checking for working mktime
configure:16800: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:16803: $? = 0
configure:16805: ./conftest
configure:16808: $? = 0
configure:16822: result: yes
configure:16841: checking for stdlib.h
configure:16846: result: yes
configure:16841: checking for unistd.h
configure:16846: result: yes
configure:16990: checking for getpagesize
configure:17078: result: yes
configure:17088: checking for working mmap
configure:17252: result: yes
configure:17263: checking return type of signal handlers
configure:17294: gcc -c -g -O2 conftest.c >&5
configure:17300: $? = 0
configure:17304: test -z
|| test ! -s conftest.err
configure:17307: $? = 0
configure:17310: test -s conftest.o
configure:17313: $? = 0
configure:17324: result: void
configure:17332: checking whether lstat dereferences a symlink specified with a trailing slash
configure:17363: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:17366: $? = 0
configure:17368: ./conftest
configure:17371: $? = 0
configure:17392: result: yes
configure:17413: checking whether stat accepts an empty string
configure:17438: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:17441: $? = 0
configure:17443: ./conftest
configure:17446: $? = 1
configure: program exited with status 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
| #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_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_ARGZ_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_WCSLEN 1
| #define HAVE___ARGZ_COUNT 1
| #define HAVE___ARGZ_STRINGIFY 1
| #define HAVE___ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ESD
| #define HAVE_LIBPTHREAD 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define D4X_WITH_OSS
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ALARM 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define RETSIGTYPE void
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| struct stat sbuf;
| exit (stat ("", &sbuf) ? 1 : 0);
| ;
| return 0;
| }
configure:17460: result: no
configure:17482: checking for strftime
configure:17539: gcc -o conftest -g -O2 conftest.c -lpthread >&5
conftest.c:152: warning: conflicting types for built-in function 'strftime'
configure:17545: $? = 0
configure:17549: test -z
|| test ! -s conftest.err
 
Old 04-14-2006, 04:15 AM   #14
BEANYA
LQ Newbie
 
Registered: Apr 2006
Distribution: Mandrake LE 2005
Posts: 20

Original Poster
Rep: Reputation: 0
configure:17552: $? = 0
configure:17555: test -s conftest
configure:17558: $? = 0
configure:17570: result: yes
configure:17654: checking whether utime accepts a null argument
configure:17685: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:17688: $? = 0
configure:17690: ./conftest
configure:17693: $? = 0
configure:17708: result: yes
configure:17727: checking for ftime
configure:17784: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:17790: $? = 0
configure:17794: test -z
|| test ! -s conftest.err
configure:17797: $? = 0
configure:17800: test -s conftest
configure:17803: $? = 0
configure:17815: result: yes
configure:17727: checking for ftruncate
configure:17784: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:17790: $? = 0
configure:17794: test -z
|| test ! -s conftest.err
configure:17797: $? = 0
configure:17800: test -s conftest
configure:17803: $? = 0
configure:17815: result: yes
configure:17727: checking for gethostbyname
configure:17784: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:17790: $? = 0
configure:17794: test -z
|| test ! -s conftest.err
configure:17797: $? = 0
configure:17800: test -s conftest
configure:17803: $? = 0
configure:17815: result: yes
configure:17727: checking for gettimeofday
configure:17784: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:17790: $? = 0
configure:17794: test -z
|| test ! -s conftest.err
configure:17797: $? = 0
configure:17800: test -s conftest
configure:17803: $? = 0
configure:17815: result: yes
configure:17727: checking for localtime_r
configure:17784: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:17790: $? = 0
configure:17794: test -z
|| test ! -s conftest.err
configure:17797: $? = 0
configure:17800: test -s conftest
configure:17803: $? = 0
configure:17815: result: yes
configure:17834: checking for memmove
configure:17891: gcc -o conftest -g -O2 conftest.c -lpthread >&5
conftest.c:159: warning: conflicting types for built-in function 'memmove'
configure:17897: $? = 0
configure:17901: test -z
|| test ! -s conftest.err
configure:17904: $? = 0
configure:17907: test -s conftest
configure:17910: $? = 0
configure:17922: result: yes
configure:17834: checking for memset
configure:17891: gcc -o conftest -g -O2 conftest.c -lpthread >&5
conftest.c:160: warning: conflicting types for built-in function 'memset'
configure:17897: $? = 0
configure:17901: test -z
|| test ! -s conftest.err
configure:17904: $? = 0
configure:17907: test -s conftest
configure:17910: $? = 0
configure:17922: result: yes
configure:17834: checking for mkdir
configure:17891: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:17897: $? = 0
configure:17901: test -z
|| test ! -s conftest.err
configure:17904: $? = 0
configure:17907: test -s conftest
configure:17910: $? = 0
configure:17922: result: yes
configure:17834: checking for regcomp
configure:17891: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:17897: $? = 0
configure:17901: test -z
|| test ! -s conftest.err
configure:17904: $? = 0
configure:17907: test -s conftest
configure:17910: $? = 0
configure:17922: result: yes
configure:17834: checking for select
configure:17891: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:17897: $? = 0
configure:17901: test -z
|| test ! -s conftest.err
configure:17904: $? = 0
configure:17907: test -s conftest
configure:17910: $? = 0
configure:17922: result: yes
configure:17834: checking for socket
configure:17891: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:17897: $? = 0
configure:17901: test -z
|| test ! -s conftest.err
configure:17904: $? = 0
configure:17907: test -s conftest
configure:17910: $? = 0
configure:17922: result: yes
configure:17941: checking for strerror
configure:17998: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:18004: $? = 0
configure:18008: test -z
|| test ! -s conftest.err
configure:18011: $? = 0
configure:18014: test -s conftest
configure:18017: $? = 0
configure:18029: result: yes
configure:17941: checking for strncasecmp
configure:17998: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:18004: $? = 0
configure:18008: test -z
|| test ! -s conftest.err
configure:18011: $? = 0
configure:18014: test -s conftest
configure:18017: $? = 0
configure:18029: result: yes
configure:17941: checking for strstr
configure:17998: gcc -o conftest -g -O2 conftest.c -lpthread >&5
conftest.c:167: warning: conflicting types for built-in function 'strstr'
configure:18004: $? = 0
configure:18008: test -z
|| test ! -s conftest.err
configure:18011: $? = 0
configure:18014: test -s conftest
configure:18017: $? = 0
configure:18029: result: yes
configure:17941: checking for utime
configure:17998: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:18004: $? = 0
configure:18008: test -z
|| test ! -s conftest.err
configure:18011: $? = 0
configure:18014: test -s conftest
configure:18017: $? = 0
configure:18029: result: yes
configure:17941: checking for flock
configure:17998: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:18004: $? = 0
configure:18008: test -z
|| test ! -s conftest.err
configure:18011: $? = 0
configure:18014: test -s conftest
configure:18017: $? = 0
configure:18029: result: yes
configure:17941: checking for pthread_testcancel
configure:17998: gcc -o conftest -g -O2 conftest.c -lpthread >&5
configure:18004: $? = 0
configure:18008: test -z
|| test ! -s conftest.err
configure:18011: $? = 0
configure:18014: test -s conftest
configure:18017: $? = 0
configure:18029: result: yes
configure:18253: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by d4x config.status 2.5.0final, which was
generated by GNU Autoconf 2.59. Invocation command line was

CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status

on localhost

config.status:776: creating Makefile
config.status:776: creating po/Makefile.in
config.status:776: creating DOC/Makefile
config.status:776: creating intl/Makefile
config.status:776: creating admin/Doxyfile
config.status:776: creating main/Makefile
config.status:776: creating main/face/Makefile
config.status:776: creating share/Makefile
config.status:776: creating nt.spec
config.status:880: creating config.h
config.status:1472: executing depfiles commands
config.status:1472: executing default-1 commands
config.status:1472: executing fixer commands

## ---------------- ##
## 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_c_const=yes
ac_cv_c_inline=inline
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_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_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_func___argz_count=yes
ac_cv_func___argz_next=yes
ac_cv_func___argz_stringify=yes
ac_cv_func___fsetlocking=yes
ac_cv_func_alarm=yes
ac_cv_func_alloca_works=yes
ac_cv_func_asprintf=yes
ac_cv_func_flock=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_ftime=yes
ac_cv_func_ftruncate=yes
ac_cv_func_fwprintf=yes
ac_cv_func_getcwd=yes
ac_cv_func_getegid=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgid=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getpagesize=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_getuid=yes
ac_cv_func_localtime_r=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_memmove=yes
ac_cv_func_mempcpy=yes
ac_cv_func_memset=yes
ac_cv_func_mkdir=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munmap=yes
ac_cv_func_pthread_testcancel=yes
ac_cv_func_putenv=yes
ac_cv_func_regcomp=yes
ac_cv_func_select=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strftime=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strstr=yes
ac_cv_func_strtoul=yes
ac_cv_func_tsearch=yes
ac_cv_func_utime=yes
ac_cv_func_utime_null=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_func_wcslen=yes
ac_cv_func_working_mktime=yes
ac_cv_gnu_library_2_1=yes
ac_cv_have_decl__snprintf=no
ac_cv_have_decl__snwprintf=no
ac_cv_have_decl_feof_unlocked=yes
ac_cv_have_decl_fgets_unlocked=no
ac_cv_have_decl_getc_unlocked=yes
ac_cv_have_x='have_x=yes ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib'
ac_cv_header_argz_h=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_nl_types_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=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_file_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_soundcard_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_timeb_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_vfork_h=no
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_pthread_pthread_testcancel=yes
ac_cv_member_struct_tm_tm_zone=yes
ac_cv_objext=o
ac_cv_path_AUTOGEN='${SHELL} /tmp/d4x-2.5.0final/admin/missing --run autogen'
ac_cv_path_DOT=/usr/bin/dot
ac_cv_path_DOXYGEN='${SHELL} /tmp/d4x-2.5.0final/admin/missing --run doxygen'
ac_cv_path_ESD_CONFIG=/usr/bin/esd-config
ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt
ac_cv_path_MSGFMT=/usr/local/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/local/bin/msgmerge
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_RPM=/bin/rpm
ac_cv_path_XGETTEXT=/usr/local/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
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_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
ac_cv_search_strerror='none required'
ac_cv_struct_tm=time.h
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
ac_cv_type_long_long=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_uid_t=yes
ac_cv_type_unsigned_long_long=yes
ac_cv_working_alloca_h=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_langinfo_codeset=yes
am_cv_lib_iconv=no
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
am_cv_val_LC_MESSAGES=yes
bh_cv_c_signed=yes
gt_cv_c_intmax_t=yes
gt_cv_c_long_double=yes
gt_cv_c_wchar_t=yes
gt_cv_c_wint_t=yes
gt_cv_func_gnugettext1_libc=yes
gt_cv_func_printf_posix=yes
gt_cv_header_inttypes_h=yes
gt_cv_int_divbyzero_sigfpe=yes
gt_cv_inttypes_pri_broken=no
jm_ac_cv_header_inttypes_h=yes
jm_ac_cv_header_stdint_h=yes
nls_cv_force_use_gnu_gettext=no
nls_cv_header_intl=
nls_cv_header_libgt=
nls_cv_use_gnu_gettext=no

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /tmp/d4x-2.5.0final/admin/missing --run aclocal-1.8'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /tmp/d4x-2.5.0final/admin/missing --run tar'
AO_CFLAGS=''
AO_LIBS=''
AUTOCONF='${SHELL} /tmp/d4x-2.5.0final/admin/missing --run autoconf'
AUTOGEN='${SHELL} /tmp/d4x-2.5.0final/admin/missing --run autogen'
AUTOHEADER='${SHELL} /tmp/d4x-2.5.0final/admin/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/d4x-2.5.0final/admin/missing --run automake-1.8'
AWK='gawk'
BUILD_INCLUDED_LIBINTL='no'
CATOBJEXT='.gmo'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -include $(CONFIG_HEADER)'
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS=' -O2 '
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DOT='/usr/bin'
DOXYGEN='${SHELL} /tmp/d4x-2.5.0final/admin/missing --run doxygen'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ESD_CFLAGS=''
ESD_CONFIG='/usr/bin/esd-config'
ESD_LIBS='-lesd -laudiofile -lm'
EXEEXT=''
EXTRA_OPTIMIZE_FALSE=''
EXTRA_OPTIMIZE_TRUE='#'
GENCAT='gencat'
GLIBC21='yes'
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
GLIB_GENMARSHAL='glib-genmarshal'
GLIB_LIBS='-lglib-2.0 '
GLIB_MKENUMS='glib-mkenums'
GMSGFMT='/usr/local/bin/msgfmt'
GOBJECT_QUERY='gobject-query'
GTK_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 '
HAVE_ASPRINTF='1'
HAVE_DOT='YES'
HAVE_POSIX_PRINTF='1'
HAVE_SNPRINTF='1'
HAVE_WPRINTF='0'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLBISON=':'
INTLLIBS=''
INTLOBJS=''
INTL_LIBTOOL_SUFFIX_PREFIX=''
LDFLAGS=''
LIBICONV=''
LIBINTL=''
LIBOBJS=''
LIBS='-lpthread -lesd -laudiofile -lm -lglib-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl'
LN_S='ln -s'
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /tmp/d4x-2.5.0final/admin/missing --run makeinfo'
MKINSTALLDIRS='$(top_builddir)/admin/mkinstalldirs'
MSGFMT='/usr/local/bin/msgfmt'
MSGMERGE='/usr/local/bin/msgmerge'
OBJEXT='o'
PACKAGE='d4x'
PACKAGE_BUGREPORT='chuchelo@krasu.ru'
PACKAGE_NAME='d4x'
PACKAGE_STRING='d4x 2.5.0final'
PACKAGE_TARNAME='d4x'
PACKAGE_VERSION='2.5.0final'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
POSUB='po'
RANLIB='ranlib'
RPM='/bin/rpm'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
USE_INCLUDED_LIBINTL='no'
USE_NLS='yes'
VERSION='2.5.0final'
XGETTEXT='/usr/local/bin/xgettext'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
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='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/tmp/d4x-2.5.0final/admin/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='/usr/local/share/locale'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p -- .'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define D4X_SHARE_PATH "/usr/local/share/d4x"
#define D4X_WITH_OSS
#define ENABLE_NLS 1
#define GTK_DISABLE_DEPRECATED
#define HAVE_ALARM 1
#define HAVE_ALLOCA 1
#define HAVE_ALLOCA_H 1
#define HAVE_ARGZ_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_ASPRINTF 1
#define HAVE_DCGETTEXT 1
#define HAVE_DECL_FEOF_UNLOCKED 1
#define HAVE_DECL_FGETS_UNLOCKED 0
#define HAVE_DECL_GETC_UNLOCKED 1
#define HAVE_DECL__SNPRINTF 0
#define HAVE_DECL__SNWPRINTF 0
#define HAVE_DIRENT_H 1
#define HAVE_ERRNO_H 1
#define HAVE_ESD
#define HAVE_FCNTL_H 1
#define HAVE_FLOCK 1
#define HAVE_FORK 1
#define HAVE_FTIME 1
#define HAVE_FTRUNCATE 1
#define HAVE_FWPRINTF 1
#define HAVE_GETCWD 1
#define HAVE_GETEGID 1
#define HAVE_GETEUID 1
#define HAVE_GETGID 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETTEXT 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GETUID 1
#define HAVE_ICONV 1
#define HAVE_INTMAX_T 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
#define HAVE_LIBPTHREAD 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_LOCALTIME_R 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_LONG_LONG 1
#define HAVE_MALLOC 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMPCPY 1
#define HAVE_MEMSET 1
#define HAVE_MKDIR 1
#define HAVE_MMAP 1
#define HAVE_MMAP 1
#define HAVE_MUNMAP 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NL_TYPES_H 1
#define HAVE_POSIX_PRINTF 1
#define HAVE_PTHREAD_H 1
#define HAVE_PTHREAD_TESTCANCEL 1
#define HAVE_PUTENV 1
#define HAVE_REGCOMP 1
#define HAVE_REGEX_H 1
#define HAVE_SELECT 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 1
#define HAVE_SNPRINTF 1
#define HAVE_SOCKET 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H_WITH_UINTMAX 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STPCPY 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRFTIME 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRSTR 1
#define HAVE_STRTOUL 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_SOUNDCARD_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIMEB_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TM_ZONE 1
#define HAVE_TSEARCH 1
#define HAVE_UINTMAX_T 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNSIGNED_LONG_LONG 1
#define HAVE_UTIME 1
#define HAVE_UTIME_H 1
#define HAVE_UTIME_NULL 1
#define HAVE_VFORK 1
#define HAVE_WCHAR_T 1
#define HAVE_WCSLEN 1
#define HAVE_WINT_T 1
#define HAVE_WORKING_FORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE___ARGZ_COUNT 1
#define HAVE___ARGZ_NEXT 1
#define HAVE___ARGZ_STRINGIFY 1
#define HAVE___FSETLOCKING 1
#define ICONV_CONST
#define INTDIV0_RAISES_SIGFPE 1
#define LOCALEDIR "/usr/local/share/locale"
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define PACKAGE "d4x"
#define PACKAGE_BUGREPORT "chuchelo@krasu.ru"
#define PACKAGE_NAME "d4x"
#define PACKAGE_STRING "d4x 2.5.0final"
#define PACKAGE_TARNAME "d4x"
#define PACKAGE_VERSION "2.5.0final"
#define RETSIGTYPE void
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define VERSION "2.5.0final"
#define _FILE_OFFSET_BITS 64
#define _REENTRANT
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 0
 
Old 04-14-2006, 01:34 PM   #15
tomdkat
Member
 
Registered: May 2003
Location: S.F. Bay Area
Distribution: Ubuntu 9.04 AMD64
Posts: 595

Rep: Reputation: 30
Ok, from the above config.log, GTK+ 2.8.16 is clearly found:
Code:
configure:13239: checking for GTK+ - version >= 2.4.0
configure:13354: gcc -o conftest -g -O2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 >&5
configure:13357: $? = 0
configure:13359: ./conftest
configure:13362: $? = 0
configure:13380: result: yes (version 2.8.16)
configure:13475: checking for pthread_testcancel in -lpthread
So, what was the result of running the configure command that corresponds to the above config.log?

Peace...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't install d4x because GTK,but i have install it!! BEANYA Linux - Software 1 04-13-2006 03:08 AM
GTK+ programs on Windows without having to install GTK+, GLib, etc Nylex Programming 2 02-19-2006 01:33 PM
GTK source install doesn't give gtk-config Feebles Linux - Software 4 06-15-2005 12:51 PM
Can I install GTK-1.x.x although GTK-2.x.x has already been install in Fedora3 ? Vincenttalk Linux - Software 4 04-13-2005 10:32 PM
cant find gtk-config file or gtk-devel to install happychappy Linux - Software 2 02-16-2005 12:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration