PDA

View Full Version : make problems



punk000
03-01-2004, 06:14 AM
whenver i do a ./configure, is seems to work fine, but then when i run the make, it says "no makefile was found" and this is preventing me from playing with allot of programs, anyone got an idea?

windos_no_thanks
03-01-2004, 09:41 AM
So you have the source code to something and you are trying to compile it, right ? If you'd tell us what this something is someone might have a small chance of guessing what is going on. :-)

punk000
03-01-2004, 07:24 PM
ive tried it with several source archives already, for example a gba emulator, a gnutella client, gaim, and like 5 others before i gave up..... so im figureing its not the individual source packages but a system flaw..

fingers99
03-02-2004, 04:44 AM
Can you copy and paste exactly what you're doing and please include details of your system.

I'm not sure why you're compoiling from source, anyway......

punk000
03-06-2004, 01:11 AM
some appies i want come only in tarball torm. and i plan on making a few of my own



sample config.log

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

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

$ ./configure

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

hostname = Lain
uname -m = i686
uname -r = 2.4.20-xfs
uname -s = Linux
uname -v = #1 SMP Mit Mär 26 15:37:36 CET 2003

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/games


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

configure:1542: checking build system type
configure:1560: result: i686-pc-linux-gnu
configure:1568: checking host system type
configure:1582: result: i686-pc-linux-gnu
configure:1590: checking target system type
configure:1604: result: i686-pc-linux-gnu
configure:1651: checking for a BSD-compatible install
configure:1706: result: /usr/bin/install -c
configure:1721: checking for -p flag to install
configure:1734: result: yes
configure:1745: checking whether build environment is sane
configure:1788: result: yes
configure:1808: checking for gawk
configure:1824: found /usr/bin/gawk
configure:1834: result: gawk
configure:1844: checking whether make sets $(MAKE)
configure:1864: result: yes
configure:2077: checking for style of include used by make
configure:2105: result: GNU
configure:2252: checking for gcc
configure:2268: found /usr/bin/gcc
configure:2278: result: gcc
configure:2522: checking for C compiler version
configure:2525: gcc --version </dev/null >&5
gcc (GCC) 3.2.3 (Debian)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2528: $? = 0
configure:2530: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-linux/3.2.3/specs
Configured with: ../src/configure -v --enable-languages=c,c++,f77,objc,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.2 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-objc-gc i386-linux
Thread model: posix
gcc version 3.2.3 (Debian)
configure:2533: $? = 0
configure:2535: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2538: $? = 1
configure:2561: checking for C compiler default output file name
configure:2564: gcc conftest.c >&5
configure:2567: $? = 0
configure:2613: result: a.out
configure:2618: checking whether the C compiler works
configure:2624: ./a.out
configure:2627: $? = 0
configure:2644: result: yes
configure:2651: checking whether we are cross compiling
configure:2653: result: no
configure:2656: checking for suffix of executables
configure:2658: gcc -o conftest conftest.c >&5
configure:2661: $? = 0
configure:2686: result:
configure:2692: checking for suffix of object files
configure:2713: gcc -c conftest.c >&5
configure:2716: $? = 0
configure:2738: result: o
configure:2742: checking whether we are using the GNU C compiler
configure:2766: gcc -c conftest.c >&5
configure:2772: $? = 0
configure:2775: test -z || test ! -s conftest.err
configure:2778: $? = 0
configure:2781: test -s conftest.o
configure:2784: $? = 0
configure:2797: result: yes
configure:2803: checking whether gcc accepts -g
configure:2824: gcc -c -g conftest.c >&5
configure:2830: $? = 0
configure:2833: test -z || test ! -s conftest.err
configure:2836: $? = 0
configure:2839: test -s conftest.o
configure:2842: $? = 0
configure:2853: result: yes
configure:2870: checking for gcc option to accept ANSI C
configure:2940: gcc -c conftest.c >&5
configure:2946: $? = 0
configure:2949: test -z || test ! -s conftest.err
configure:2952: $? = 0
configure:2955: test -s conftest.o
configure:2958: $? = 0
configure:2976: result: none needed
configure:2994: gcc -c conftest.c >&5
conftest.c:2: syntax error before "me"
configure:3000: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3132: checking dependency style of gcc
configure:3215: result: gcc3
configure:3238: checking how to run the C preprocessor
configure:3273: gcc -E conftest.c
configure:3279: $? = 0
configure:3311: gcc -E conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3317: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "smb4k"
| #define VERSION "0.3.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3356: result: gcc -E
configure:3380: gcc -E conftest.c
configure:3386: $? = 0
configure:3418: gcc -E conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3424: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "smb4k"
| #define VERSION "0.3.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3548: checking for g++
configure:3564: found /usr/bin/g++
configure:3574: result: g++
configure:3590: checking for C++ compiler version
configure:3593: g++ --version </dev/null >&5
g++ (GCC) 3.2.3 (Debian)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3596: $? = 0
configure:3598: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-linux/3.2.3/specs
Configured with: ../src/configure -v --enable-languages=c,c++,f77,objc,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.2 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-objc-gc i386-linux
Thread model: posix
gcc version 3.2.3 (Debian)
configure:3601: $? = 0
configure:3603: g++ -V </dev/null >&5
g++: argument to `-V' missing

configure:3606: $? = 1
configure:3609: checking whether we are using the GNU C++ compiler
configure:3633: g++ -c conftest.cc >&5
configure:3639: $? = 0
configure:3642: test -z || test ! -s conftest.err
configure:3645: $? = 0
configure:3648: test -s conftest.o
configure:3651: $? = 0
configure:3664: result: yes
configure:3670: checking whether g++ accepts -g
configure:3691: g++ -c -g conftest.cc >&5
configure:3697: $? = 0
configure:3700: test -z || test ! -s conftest.err
configure:3703: $? = 0
configure:3706: test -s conftest.o
configure:3709: $? = 0
configure:3720: result: yes
configure:3762: g++ -c conftest.cc >&5
configure:3768: $? = 0
configure:3771: test -z || test ! -s conftest.err
configure:3774: $? = 0
configure:3777: test -s conftest.o
configure:3780: $? = 0
configure:3806: g++ -c conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:15: `exit' undeclared (first use this function)
conftest.cc:15: (Each undeclared identifier is reported only once for each
function it appears in.)
configure:3812: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "smb4k"
| #define VERSION "0.3.2"
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3762: g++ -c conftest.cc >&5
configure:3768: $? = 0
configure:3771: test -z || test ! -s conftest.err
configure:3774: $? = 0
configure:3777: test -s conftest.o
configure:3780: $? = 0
configure:3806: g++ -c conftest.cc >&5
configure:3812: $? = 0
configure:3815: test -z || test ! -s conftest.err
configure:3818: $? = 0
configure:3821: test -s conftest.o
configure:3824: $? = 0
configure:3849: checking dependency style of g++
configure:3932: result: gcc3
configure:4255: checking whether g++ supports -Wundef
configure:4291: rm -rf SunWS_cache; g++ -o conftest -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -Wundef conftest.cc 1>&5
configure:4297: $? = 0
configure:4300: test -z || test ! -s conftest.err
configure:4303: $? = 0
configure:4306: test -s conftest
configure:4309: $? = 0
configure:4330: result: yes
configure:4342: checking whether g++ supports -Wno-long-long
configure:4378: rm -rf SunWS_cache; g++ -o conftest -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -Wno-long-long conftest.cc 1>&5
configure:4384: $? = 0
configure:4387: test -z || test ! -s conftest.err
configure:4390: $? = 0
configure:4393: test -s conftest
configure:4396: $? = 0
configure:4417: result: yes
configure:4429: checking whether g++ supports -Wnon-virtual-dtor
configure:4465: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -Wnon-virtual-dtor conftest.cc 1>&5
configure:4471: $? = 0
configure:4474: test -z || test ! -s conftest.err
configure:4477: $? = 0
configure:4480: test -s conftest
configure:4483: $? = 0
configure:4504: result: yes
configure:4524: checking whether g++ supports -fno-exceptions
configure:4560: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions conftest.cc 1>&5
configure:4566: $? = 0
configure:4569: test -z || test ! -s conftest.err
configure:4572: $? = 0
configure:4575: test -s conftest
configure:4578: $? = 0
configure:4599: result: yes
configure:4611: checking whether g++ supports -fno-check-new
configure:4647: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new conftest.cc 1>&5
configure:4653: $? = 0
configure:4656: test -z || test ! -s conftest.err
configure:4659: $? = 0
configure:4662: test -s conftest
configure:4665: $? = 0
configure:4686: result: yes
configure:4698: checking whether g++ supports -fexceptions
configure:4734: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -fexceptions conftest.cc 1>&5
configure:4740: $? = 0
configure:4743: test -z || test ! -s conftest.err
configure:4746: $? = 0
configure:4749: test -s conftest
configure:4752: $? = 0
configure:4773: result: yes
configure:5428: checking how to run the C++ preprocessor
configure:5459: g++ -E conftest.cc
configure:5465: $? = 0
configure:5497: g++ -E conftest.cc
conftest.cc:14:28: ac_nonexistent.h: No such file or directory
configure:5503: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "smb4k"
| #define VERSION "0.3.2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5542: result: g++ -E
configure:5566: g++ -E conftest.cc
configure:5572: $? = 0
configure:5604: g++ -E conftest.cc
conftest.cc:14:28: ac_nonexistent.h: No such file or directory
configure:5610: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "smb4k"
| #define VERSION "0.3.2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5676: checking whether g++ supports -frepo
configure:5712: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -frepo conftest.cc 1>&5
conftest.cc:1: warning: -frepo must be used with -c
configure:5718: $? = 0
configure:5721: test -z || test ! -s conftest.err
configure:5724: $? = 0
configure:5727: test -s conftest
configure:5730: $? = 0
configure:5751: result: yes
configure:5968: result: not using lib directory suffix
configure:6024: checking for ld used by GCC
configure:6088: result: /usr/bin/ld
configure:6097: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.14.90.0.7 20031029 Debian GNU/Linux
configure:6109: result: yes
configure:6114: checking for /usr/bin/ld option to reload object files
configure:6121: result: -r
configure:6130: checking for BSD-compatible nm
configure:6165: result: /usr/bin/nm -B
configure:6169: checking for a sed that does not truncate output
configure:6245: result:
configure:6248: checking whether ln -s works
configure:6252: result: yes
configure:6259: checking how to recognise dependant libraries
configure:6446: result: pass_all
configure:6516: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
configure:6519: $? = 0
configure:6614: checking for egrep
configure:6624: result: grep -E
configure:6629: checking for ANSI C header files
configure:6654: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
configure:6660: $? = 0
configure:6663: test -z || test ! -s conftest.err
configure:6666: $? = 0
configure:6669: test -s conftest.o
configure:6672: $? = 0
configure:6758: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:33: warning: implicit declaration of function `exit'
configure:6761: $? = 0
configure:6763: ./conftest
configure:6766: $? = 0
configure:6781: result: yes
configure:6805: checking for sys/types.h
configure:6821: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
configure:6827: $? = 0
configure:6830: test -z || test ! -s conftest.err
configure:6833: $? = 0
configure:6836: test -s conftest.o
configure:6839: $? = 0
configure:6850: result: yes
configure:6805: checking for sys/stat.h
configure:6821: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
configure:6827: $? = 0
configure:6830: test -z || test ! -s conftest.err
configure:6833: $? = 0
configure:6836: test -s conftest.o
configure:6839: $? = 0
configure:6850: result: yes
configure:6805: checking for stdlib.h
configure:6821: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
configure:6827: $? = 0
configure:6830: test -z || test ! -s conftest.err
configure:6833: $? = 0
configure:6836: test -s conftest.o
configure:6839: $? = 0
configure:6850: result: yes
configure:6805: checking for string.h
configure:6821: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
configure:6827: $? = 0
configure:6830: test -z || test ! -s conftest.err
configure:6833: $? = 0
configure:6836: test -s conftest.o
configure:6839: $? = 0
configure:6850: result: yes
configure:6805: checking for memory.h
configure:6821: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
configure:6827: $? = 0
configure:6830: test -z || test ! -s conftest.err
configure:6833: $? = 0
configure:6836: test -s conftest.o
configure:6839: $? = 0
configure:6850: result: yes
configure:6805: checking for strings.h
configure:6821: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
configure:6827: $? = 0
configure:6830: test -z || test ! -s conftest.err
configure:6833: $? = 0
configure:6836: test -s conftest.o
configure:6839: $? = 0
configure:6850: result: yes
configure:6805: checking for inttypes.h
configure:6821: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
configure:6827: $? = 0
configure:6830: test -z || test ! -s conftest.err
configure:6833: $? = 0
configure:6836: test -s conftest.o
configure:6839: $? = 0
configure:6850: result: yes
configure:6805: checking for stdint.h
configure:6821: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
configure:6827: $? = 0
configure:6830: test -z || test ! -s conftest.err
configure:6833: $? = 0
configure:6836: test -s conftest.o
configure:6839: $? = 0
configure:6850: result: yes
configure:6805: checking for unistd.h
configure:6821: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
configure:6827: $? = 0
configure:6830: test -z || test ! -s conftest.err
configure:6833: $? = 0
configure:6836: test -s conftest.o
configure:6839: $? = 0
configure:6850: result: yes
configure:6876: checking dlfcn.h usability
configure:6888: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
configure:6894: $? = 0
configure:6897: test -z || test ! -s conftest.err
configure:6900: $? = 0
configure:6903: test -s conftest.o
configure:6906: $? = 0
configure:6916: result: yes
configure:6920: checking dlfcn.h presence
configure:6930: gcc -E conftest.c
configure:6936: $? = 0
configure:6956: result: yes
configure:6991: checking for dlfcn.h
configure:6998: result: yes
configure:7015: checking the maximum length of command line arguments
configure:7063: result: 32768
configure:7074: checking command to parse /usr/bin/nm -B output from gcc object
configure:7159: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
conftest.c:5: warning: no previous prototype for `nm_test_func'
configure:7162: $? = 0
configure:7166: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:7169: $? = 0
configure:7221: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c conftstm.o >&5
configure:7224: $? = 0
configure:7262: result: ok
configure:7266: checking for objdir
configure:7281: result: .libs
configure:7371: checking for ranlib
configure:7387: found /usr/bin/ranlib
configure:7398: result: ranlib
configure:7451: checking for strip
configure:7467: found /usr/bin/strip
configure:7478: result: strip
configure:7741: checking if gcc static flag works
conftest.c:1: warning: return type defaults to `int'
configure:7764: result: no
configure:7781: checking if gcc supports -fno-rtti -fno-exceptions
cc1: warning: ignoring command line option '-fno-rtti'
cc1: warning: (it is valid for C++ but not the selected language)
cc1: warning: ignoring command line option '-fno-rtti'
cc1: warning: (it is valid for C++ but not the selected language)
configure:7805: result: no
configure:7820: checking for gcc option to produce PIC
configure:7973: result: -fPIC
configure:7980: checking if gcc PIC flag -fPIC works
configure:8004: result: yes
configure:8028: checking if gcc supports -c -o file.o
configure:8069: result: yes
configure:8095: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:8896: result: yes
configure:8918: checking whether -lc should be explicitly linked in
configure:8923: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
conftest.c:1: warning: `dummy' defined but not used
configure:8926: $? = 0
configure:8940: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:8943: $? = 0
configure:8955: result: no
configure:8961: checking how to hardcode library paths into programs
configure:8985: result: immediate
configure:8999: checking whether stripping libraries is possible
configure:9004: result: yes
configure:9011: checking dynamic linker characteristics
configure:9462: result: GNU/Linux ld.so
configure:10185: checking if libtool supports shared libraries
configure:10187: result: yes
configure:10190: checking whether to build shared libraries
configure:10211: result: yes
configure:10214: checking whether to build static libraries
configure:10218: result: no
configure:10297: creating libtool
configure:11022: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:11695: result: yes
configure:11712: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new conftest.cc >&5
configure:11715: $? = 0
configure:11815: checking for g++ option to produce PIC
configure:12051: result: -fPIC
configure:12058: checking if g++ PIC flag -fPIC works
configure:12082: result: yes
configure:12106: checking if g++ supports -c -o file.o
configure:12147: result: yes
configure:12173: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:12195: result: yes
configure:12217: checking whether -lc should be explicitly linked in
configure:12222: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new conftest.cc >&5
conftest.cc:1: warning: `int dummy' defined but not used
configure:12225: $? = 0
configure:12239: g++ -shared -nostdlib conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:12242: $? = 1
configure:12254: result: yes
configure:12260: checking how to hardcode library paths into programs
configure:12284: result: immediate
configure:12298: checking whether stripping libraries is possible
configure:12303: result: yes
configure:12310: checking dynamic linker characteristics
configure:12761: result: GNU/Linux ld.so
configure:13900: checking if gcj supports -fno-rtti -fno-exceptions
configure:13924: result: no
configure:13939: checking for gcj option to produce PIC
configure:14092: result: -fPIC
configure:14099: checking if gcj PIC flag -fPIC works
configure:14123: result: no
configure:14147: checking if gcj supports -c -o file.o
configure:14188: result: no
configure:14214: checking whether the gcj linker (/usr/bin/ld) supports shared libraries
configure:15015: result: yes
configure:15037: checking whether -lc should be explicitly linked in
configure:15042: gcj -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.java >&5
gcj: can't specify `-D' without `--main'

configure:15045: $? = 1
configure:15074: result: yes
configure:15080: checking how to hardcode library paths into programs
configure:15104: result: immediate
configure:15118: checking whether stripping libraries is possible
configure:15123: result: yes
configure:15130: checking dynamic linker characteristics
configure:15581: result: GNU/Linux ld.so
configure:17196: checking for msgfmt
configure:17223: result: /usr/bin/msgfmt
configure:17232: checking for gmsgfmt
configure:17263: result: /usr/bin/msgfmt
configure:17282: checking for xgettext
configure:17309: result: /usr/bin/xgettext
configure:17408: checking for main in -lutil
configure:17432: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c -lutil >&5
configure:17438: $? = 0
configure:17441: test -z || test ! -s conftest.err
configure:17444: $? = 0
configure:17447: test -s conftest
configure:17450: $? = 0
configure:17463: result: yes
configure:17469: checking for main in -lcompat
configure:17493: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c -lcompat >&5
/usr/bin/ld: cannot find -lcompat
collect2: ld returned 1 exit status
configure:17499: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "smb4k"
| #define VERSION "0.3.2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| main ();
| ;
| return 0;
| }
configure:17524: result: no
configure:17531: checking for crypt in -lcrypt
configure:17561: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c -lcrypt >&5
configure:17567: $? = 0
configure:17570: test -z || test ! -s conftest.err
configure:17573: $? = 0
configure:17576: test -s conftest
configure:17579: $? = 0
configure:17592: result: yes
configure:17685: checking for socklen_t
configure:17724: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new conftest.cc >&5
configure:17730: $? = 0
configure:17733: test -z || test ! -s conftest.err
configure:17736: $? = 0
configure:17739: test -s conftest.o
configure:17742: $? = 0
configure:17813: result: socklen_t
configure:17835: checking for dnet_ntoa in -ldnet
configure:17865: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c -ldnet >&5
/usr/bin/ld: cannot find -ldnet
collect2: ld returned 1 exit status
configure:17871: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "smb4k"
| #define VERSION "0.3.2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char dnet_ntoa ();
| int
| main ()
| {
| dnet_ntoa ();
| ;
| return 0;
| }
configure:17896: result: no
configure:17903: checking for dnet_ntoa in -ldnet_stub
configure:17933: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c -ldnet_stub >&5
/usr/bin/ld: cannot find -ldnet_stub
collect2: ld returned 1 exit status
configure:17939: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "smb4k"
| #define VERSION "0.3.2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char dnet_ntoa ();
| int
| main ()
| {
| dnet_ntoa ();
| ;
| return 0;
| }
configure:17964: result: no
configure:17971: checking for inet_ntoa
configure:18028: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
configure:18034: $? = 0
configure:18037: test -z || test ! -s conftest.err
configure:18040: $? = 0
configure:18043: test -s conftest
configure:18046: $? = 0
configure:18058: result: yes
configure:18130: checking for connect
configure:18187: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
configure:18193: $? = 0
configure:18196: test -z || test ! -s conftest.err
configure:18199: $? = 0
configure:18202: test -s conftest
configure:18205: $? = 0
configure:18217: result: yes
configure:18290: checking for remove
configure:18347: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
configure:18353: $? = 0
configure:18356: test -z || test ! -s conftest.err
configure:18359: $? = 0
configure:18362: test -s conftest
configure:18365: $? = 0
configure:18377: result: yes
configure:18451: checking for shmat
configure:18508: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
configure:18514: $? = 0
configure:18517: test -z || test ! -s conftest.err
configure:18520: $? = 0
configure:18523: test -s conftest
configure:18526: $? = 0
configure:18538: result: yes
configure:18628: checking crt_externs.h usability
configure:18640: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
conftest.c:63:25: crt_externs.h: No such file or directory
configure:18646: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "smb4k"
| #define VERSION "0.3.2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| /* 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 <crt_externs.h>
configure:18668: result: no
configure:18672: checking crt_externs.h presence
configure:18682: gcc -E conftest.c
conftest.c:29:25: crt_externs.h: No such file or directory
configure:18688: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "smb4k"
| #define VERSION "0.3.2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| /* end confdefs.h. */
| #include <crt_externs.h>
configure:18708: result: no
configure:18743: checking for crt_externs.h
configure:18750: result: no
configure:18763: checking for _NSGetEnviron
configure:18820: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
/tmp/ccodjU7L.o(.text+0x11): In function `main':
: undefined reference to `_NSGetEnviron'
/tmp/ccodjU7L.o(.data+0x0): undefined reference to `_NSGetEnviron'
collect2: ld returned 1 exit status
configure:18826: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "smb4k"
| #define VERSION "0.3.2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| /* end confdefs.h. */
| /* Define _NSGetEnviron to an innocuous variant, in case <limits.h> declares _NSGetEnviron.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _NSGetEnviron innocuous__NSGetEnviron
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _NSGetEnviron (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _NSGetEnviron
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char _NSGetEnviron ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub__NSGetEnviron) || defined (__stub____NSGetEnviron)
| choke me
| #else
| char (*f) () = _NSGetEnviron;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != _NSGetEnviron;
| ;
| return 0;
| }
configure:18850: result: no
configure:18868: checking for sys/types.h
configure:18873: result: yes
configure:18868: checking for stdint.h
configure:18873: result: yes
configure:19014: checking for poll in -lpoll
configure:19044: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c -lpoll >&5
/usr/bin/ld: cannot find -lpoll
collect2: ld returned 1 exit status
configure:19050: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "smb4k"
| #define VERSION "0.3.2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char poll ();
| int
| main ()
| {
| poll ();
| ;
| return 0;
| }
configure:19075: result: no
configure:19093: checking CoreAudio/CoreAudio.h usability
configure:19105: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
conftest.c:65:33: CoreAudio/CoreAudio.h: No such file or directory
configure:19111: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "smb4k"
| #define VERSION "0.3.2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_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 <CoreAudio/CoreAudio.h>
configure:19133: result: no
configure:19137: checking CoreAudio/CoreAudio.h presence
configure:19147: gcc -E conftest.c
conftest.c:31:33: CoreAudio/CoreAudio.h: No such file or directory
configure:19153: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "smb4k"
| #define VERSION "0.3.2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
| #include <CoreAudio/CoreAudio.h>
configure:19173: result: no
configure:19208: checking for CoreAudio/CoreAudio.h
configure:19215: result: no
configure:19233: checking if res_init needs -lresolv
configure:19260: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c -lresolv >&5
configure:19266: $? = 0
configure:19269: test -z || test ! -s conftest.err
configure:19272: $? = 0
configure:19275: test -s conftest
configure:19278: $? = 0
configure:19282: result: yes
configure:19303: checking if res_init is available
configure:19328: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
configure:19334: $? = 0
configure:19337: test -z || test ! -s conftest.err
configure:19340: $? = 0
configure:19343: test -s conftest.o
configure:19346: $? = 0
configure:19349: result: yes
configure:19372: checking for killpg in -lucb
configure:19402: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c -lucb >&5
/usr/bin/ld: cannot find -lucb
collect2: ld returned 1 exit status
configure:19408: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "smb4k"
| #define VERSION "0.3.2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char killpg ();
| int
| main ()
| {
| killpg ();
| ;
| return 0;
| }
configure:19433: result: no
configure:19515: checking for int
configure:19539: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
configure:19545: $? = 0
configure:19548: test -z || test ! -s conftest.err
configure:19551: $? = 0
configure:19554: test -s conftest.o
configure:19557: $? = 0
configure:19568: result: yes
configure:19571: checking size of int
configure:19885: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
conftest.c:67: warning: no previous prototype for `longval'
conftest.c:68: warning: no previous prototype for `ulongval'
configure:19888: $? = 0
configure:19890: ./conftest
configure:19893: $? = 0
configure:19916: result: 4
configure:19922: checking for long
configure:19946: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
configure:19952: $? = 0
configure:19955: test -z || test ! -s conftest.err
configure:19958: $? = 0
configure:19961: test -s conftest.o
configure:19964: $? = 0
configure:19975: result: yes
configure:19978: checking size of long
configure:20292: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
conftest.c:68: warning: no previous prototype for `longval'
conftest.c:69: warning: no previous prototype for `ulongval'
configure:20295: $? = 0
configure:20297: ./conftest
configure:20300: $? = 0
configure:20323: result: 4
configure:20329: checking for char *
configure:20353: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
configure:20359: $? = 0
configure:20362: test -z || test ! -s conftest.err
configure:20365: $? = 0
configure:20368: test -s conftest.o
configure:20371: $? = 0
configure:20382: result: yes
configure:20385: checking size of char *
configure:20699: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
conftest.c:69: warning: no previous prototype for `longval'
conftest.c:70: warning: no previous prototype for `ulongval'
configure:20702: $? = 0
configure:20704: ./conftest
configure:20707: $? = 0
configure:20730: result: 4
configure:20736: checking for char
configure:20760: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
configure:20766: $? = 0
configure:20769: test -z || test ! -s conftest.err
configure:20772: $? = 0
configure:20775: test -s conftest.o
configure:20778: $? = 0
configure:20789: result: yes
configure:20792: checking size of char
configure:21106: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
conftest.c:70: warning: no previous prototype for `longval'
conftest.c:71: warning: no previous prototype for `ulongval'
configure:21109: $? = 0
configure:21111: ./conftest
configure:21114: $? = 0
configure:21137: result: 1
configure:21145: checking for dlopen in -ldl
configure:21175: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c -ldl >&5
configure:21181: $? = 0
configure:21184: test -z || test ! -s conftest.err
configure:21187: $? = 0
configure:21190: test -s conftest
configure:21193: $? = 0
configure:21206: result: yes
configure:21216: checking for shl_unload in -ldld
configure:21246: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c -ldld >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:21252: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "smb4k"
| #define VERSION "0.3.2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_CHAR 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char shl_unload ();
| int
| main ()
| {
| shl_unload ();
| ;
| return 0;
| }
configure:21277: result: no
configure:21298: checking for vsnprintf
configure:21355: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
configure:21361: $? = 0
configure:21364: test -z || test ! -s conftest.err
configure:21367: $? = 0
configure:21370: test -s conftest
configure:21373: $? = 0
configure:21385: result: yes
configure:21298: checking for snprintf
configure:21355: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c >&5
configure:21361: $? = 0
configure:21364: test -z || test ! -s conftest.err
configure:21367: $? = 0
configure:21370: test -s conftest
configure:21373: $? = 0
configure:21385: result: yes
configure:21423: checking for X
configure:21468: gcc -E conftest.c
configure:21474: $? = 0
configure:21565: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c -lXt >&5
conftest.c: In function `main':
conftest.c:43: warning: implicit declaration of function `XtMalloc'
/usr/bin/ld: cannot find -lXt
collect2: ld returned 1 exit status
configure:21571: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "smb4k"
| #define VERSION "0.3.2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_CHAR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| XtMalloc()
| ;
| return 0;
| }
configure:21729: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:21763: checking for IceConnectionNumber in -lICE
configure:21793: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -L/usr/X11R6/lib conftest.c -lICE >&5
configure:21799: $? = 0
configure:21802: test -z || test ! -s conftest.err
configure:21805: $? = 0
configure:21808: test -s conftest
configure:21811: $? = 0
configure:21824: result: yes
configure:21838: checking for libXext
configure:21873: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -L/usr/X11R6/lib conftest.c -lXext -lX11 >&5
configure:21879: $? = 0
configure:21882: test -z || test ! -s conftest.err
configure:21885: $? = 0
configure:21888: test -s conftest
configure:21891: $? = 0
configure:21910: result: yes
configure:21923: checking for Xinerama
configure:22006: result: no
configure:22062: checking for pthread_create in -lpthread
configure:22092: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 conftest.c -lpthread >&5
configure:22098: $? = 0
configure:22101: test -z || test ! -s conftest.err
configure:22104: $? = 0
configure:22107: test -s conftest
configure:22110: $? = 0
configure:22123: result: yes
configure:22577: checking for extra includes
configure:22605: result: no
configure:22609: checking for extra libs
configure:22638: result: no
configure:22644: checking for libz
configure:22678: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -I/usr/X11R6/include -D_REENTRANT conftest.c -L/usr/X11R6/lib -lz >&5
configure:22684: $? = 0
configure:22687: test -z || test ! -s conftest.err
configure:22690: $? = 0
configure:22693: test -s conftest
configure:22696: $? = 0
configure:22719: result: -lz
configure:22732: checking for libpng
configure:22774: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -I/usr/X11R6/include -D_REENTRANT conftest.c -L/usr/X11R6/lib -lpng -lz -lm -lX11 >&5
conftest.c:41:20: png.h: No such file or directory
conftest.c: In function `main':
conftest.c:47: `png_structp' undeclared (first use in this function)
conftest.c:47: (Each undeclared identifier is reported only once
conftest.c:47: for each function it appears in.)
conftest.c:47: syntax error before "png_ptr"
conftest.c:49: `png_ptr' undeclared (first use in this function)
configure:22780: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "smb4k"
| #define VERSION "0.3.2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_CHAR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| /* end confdefs.h. */
|
| #include<png.h>
|
| int
| main ()
| {
|
| png_structp png_ptr = png_create_read_struct( /* image ptr */
| PNG_LIBPNG_VER_STRING, 0, 0, 0 );
| return( png_ptr != 0 );
|
| ;
| return 0;
| }
configure:22819: result: no
configure:22827: checking for libjpeg6b
configure:22873: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -I/usr/X11R6/include -D_REENTRANT conftest.c -L/usr/X11R6/lib -ljpeg6b -lm >&5
/usr/bin/ld: cannot find -ljpeg6b
collect2: ld returned 1 exit status
configure:22879: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "smb4k"
| #define VERSION "0.3.2"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_CHAR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| /* end confdefs.h. */
| /* Override any gcc2 internal prototype to avoid an error. */
| struct jpeg_decompress_struct;
| typedef struct jpeg_decompress_struct * j_decompress_ptr;
| typedef int size_t;
| #ifdef __cplusplus
| extern "C" {
| #endif
| void jpeg_CreateDecompress(j_decompress_ptr cinfo,
| int version, size_t structsize);
| #ifdef __cplusplus
| }
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
|
| int
| main ()
| {
| jpeg_CreateDecompress(0L, 0, 0);
| ;
| return 0;
| }
configure:22913: result: no
configure:22916: checking for libjpeg
configure:22962: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -I/usr/X11R6/include -D_REENTRANT conftest.c -L/usr/X11R6/lib -ljpeg -lm >&5
configure:22968: $? = 0
configure:22971: test -z || test ! -s conftest.err
configure:22974: $? = 0
configure:22977: test -s conftest
configure:22980: $? = 0
configure:22999: result: -ljpeg
configure: 23026: ${prefix}/include/jpeglib.h
configure: 23026: /usr/include/jpeglib.h
taking that
configure:23196: checking for Qt
configure: 23264: /usr/lib/qt3/include/qstyle.h
configure: 23264: /usr/lib/qt3/qstyle.h
configure: 23264: /usr/lib/qt/include/qstyle.h
configure: 23264: /usr/lib/qt/qstyle.h
configure: 23264: /usr/share/qt3/include/qstyle.h
configure: 23264: /usr/share/qt3/qstyle.h
configure: 23264: /usr/local/qt/include/qstyle.h
configure: 23264: /usr/include/qt/qstyle.h
configure: 23264: /usr/include/qstyle.h
configure: 23264: /usr/X11R6/include/X11/qt/qstyle.h
configure: 23264: /usr/X11R6/include/qt/qstyle.h
configure: 23264: /usr/X11R6/include/qt2/qstyle.h
configure: 23264: /usr/X11R6/include/qstyle.h
tried NO
tried /usr/lib/qt3/lib
tried /usr/lib/qt3
tried /usr/lib/qt/lib
tried /usr/lib/qt
configure:23373: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -INO -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -L/usr/share/qt3/lib -L/usr/X11R6/lib conftest.cc -lqt-mt -ljpeg -ldl -lXext -lX11 -lSM -lICE -lpthread 1>&5
conftest.cc:2:21: qglobal.h: No such file or directory
conftest.cc:3:26: qapplication.h: No such file or directory
conftest.cc:4:21: qcursor.h: No such file or directory
conftest.cc:5:27: qstylefactory.h: No such file or directory
conftest.cc:6:34: private/qucomextra_p.h: No such file or directory
conftest.cc:7:8: warning: "QT_VERSION" is not defined
conftest.cc:8:2: #error 1
conftest.cc: In function `int main()':
conftest.cc:12: `QStyleFactory' undeclared (first use this function)
conftest.cc:12: (Each undeclared identifier is reported only once for each
function it appears in.)
conftest.cc:12: syntax error before `::' token
conftest.cc:13: `QCursor' undeclared (first use this function)
configure:23376: $? = 1
configure: failed program was:
#include "confdefs.h"
#include <qglobal.h>
#include <qapplication.h>
#include <qcursor.h>
#include <qstylefactory.h>
#include <private/qucomextra_p.h>
#if ! (QT_VERSION >= 0x030100)
#error 1
#endif

int main() {
(void)QStyleFactory::create(QString::null);
QCursor c(Qt::WhatsThisCursor);
return 0;
}
configure:23416: error: Qt (>= Qt 3.1 (20021021)) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_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__NSGetEnviron=no
ac_cv_func_connect=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_func_snprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_have_dlfcn=yes
ac_cv_have_qt=have_qt=no
ac_cv_have_xinerama=no
ac_cv_header_CoreAudio_CoreAudio_h=no
ac_cv_header_crt_externs_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_ICE_IceConnectionNumbe

fingers99
03-06-2004, 02:27 AM
Ahem. I'm buggered if that told me anything at all.

Generally with Gnu programs you just do:

./configure && make

su to root

make install

If you're trying to compile stuff that's not designed for Linux you're going to have a big job on your hands. Note that not all programs available for Linux use the Gnu ./configure make make install routine. Some stuff expects a different shell................

You'll also find that 3 series gcc s are a lot fussier than the 2 series (and more ansi compliant). You may have to ask the developer what compiler to use or which version of make.

Generally a google for

somePackage debian

will throw up a suitable deb (although this won't always solve your problems if you need something that's in the latest CVS version), even if Synaptic or apt can't find anything (the repository may not be in your sources.list).

punk000
03-06-2004, 07:55 AM
well, i kinda need some appies that are tarballed....:(.... and i did it how the install text asked me to

windos_no_thanks
03-06-2004, 08:52 AM
I think this might be what makes it fail:



configure:23416: error: Qt (>= Qt 3.1 (20021021)) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.


The configure script can't find a version of Qt that it would be happy with so it stops without creating any Makefile.

punk000
03-06-2004, 08:21 PM
so ure saying i dont have those packages?