X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=1.9 required=5.0 tests=BAYES_50,J_CHICKENPOX_27,J_CHICKENPOX_66,SPF_NEUTRAL,WEIRD_PORT X-Spam-Check-By: sourceware.org Message-ID: <20090903123526.2872@binki> From: "d.henman" Date: Thu, 03 Sep 2009 12:35:26 +0900 To: cc: Subject: apparent ncurses lib linking problem Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Using: cygwin 1.7.0(0.212/5/3) 2009-08-20 gcc (GCC) 4.3.4 20090802 (prerelease) ln --version ---> ln (GNU coreutils) 7.0 ncurses (runtim lib and devel) Description: I attempted to build what should be a very simple build, but wound up with linking errors, which seem to be due to not finding the proper ncurses library. I download the source file for mp3blaster. The url below: http://sourceforge.net/projects/mp3blaster/files/mp3blaster/mp3blaster-3.2.5/mp3blaster-3.2.5.tar.gz/download ./configure provides the following: checking ncurses/ncurses.h presence... yes checking for ncurses/ncurses.h... yes So.. ./configure appears to find -lncurses but the linker does not. But, the make fails with messages like: ../nmixer/libnmixer.a(nmixer.o): In function `_ZN6NMixer14DrawFixedStuffEv': /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:528: undefined reference to `_mvwprintw' /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:529: undefined reference to `_mvwprintw' /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:531: undefined reference to `_mvwprintw' --- My guess at what the problem might be: Shouldn't there be a link in the below, "cygncurses.dll" to one of these numbered libraries, ie 7, -8, -9 etc.... or is there an error in the post installation code? --- more info In bin for "ncurses" I have: -rwxr-xr-x 1 dev1 root 67584 Mar 1 2009 /bin/cygncurses++-8.dll -rwxr-xr-x 1 dev1 root 341504 Mar 27 14:25 /bin/cygncurses++-9.dll -rwxr-xr-x 1 dev1 root 242176 Mar 1 2009 /bin/cygncurses-8.dll -rwxr-xr-x 1 dev1 root 167936 Mar 27 14:25 /bin/cygncurses-9.dll -rwxr-xr-x 1 dev1 root 229376 Aug 9 2003 /bin/cygncurses7.dll -rwxr-xr-x 1 dev1 root 5209 Mar 27 14:21 /bin/ncurses9-config in lib there is for "curses": lrwxrwxrwx 1 dev1 None 12 Sep 3 10:35 /lib/libcurses.a -> libncurses.a lrwxrwxrwx 1 dev1 None 16 Sep 3 10:35 /lib/libcurses.dll.a -> libncurses.dll.a ---------------- make error sample (repeated for different function linking...) g++ -g -O2 -L../mpegsound -L../nmixer -o nmixer.exe main.o -lncurses -lnmixer -lpthread -lm -lao -lpthread ../nmixer/libnmixer.a(nmixer.o): In function `_ZN6NMixer14DrawFixedStuffEv': /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:528: undefined reference to `_mvwprintw' /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:529: undefined reference to `_mvwprintw' /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:531: undefined reference to `_mvwprintw' /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:537: undefined reference to `_mvwprintw' /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:539: undefined reference to `_wmove' /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:539: undefined reference to `_wchgat' /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:540: undefined reference to `_wmove' /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:540: undefined reference to `_wchgat' /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:541: undefined reference to `_wmove' /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:541: undefined reference to `_wchgat' /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:542: undefined reference to `_wmove' /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:542: undefined reference to `_wchgat' /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:544: undefined reference to `_wmove' /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:544: undefined reference to `_wchgat' /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:545: undefined reference to `_wmove' /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:545: undefined reference to `_wchgat' /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:547: undefined reference to `_wmove' /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:547: undefined reference to `_wchgat' /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:549: undefined reference to `_wmove' /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:549: undefined reference to `_wchgat' -------------------------------- 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 mp3blaster configure 3.2.5, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure --with-x ## --------- ## ## Platform. ## ## --------- ## hostname = ... uname -m = i686 uname -r = 1.7.0(0.212/5/3) uname -s = CYGWIN_NT-5.1 uname -v = 2009-08-20 10:56 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /bin PATH: /usr/bin PATH: /usr/local/bin PATH: /sbin PATH: /usr/sbin PATH: /usr/local/sbin PATH: /usr/X11R6/bin PATH: /lib PATH: /usr/lib PATH: /usr/local/lib PATH: . PATH: /cygdrive/c/utilities/bin PATH: /cygdrive/c/utilities/bin/nmap PATH: /cygdrive/c/Program Files/gs/gs8.61/bin PATH: /cygdrive/c/Program Files/Ghostgum/gsview PATH: /cygdrive/c/Program Files/MiKTeX 2.7/miktex/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1831: checking for a BSD-compatible install configure:1887: result: /bin/install -c configure:1898: checking whether build environment is sane configure:1941: result: yes configure:1969: checking for a thread-safe mkdir -p configure:2008: result: /bin/mkdir -p configure:2021: checking for gawk configure:2037: found /bin/gawk configure:2048: result: gawk configure:2059: checking whether make sets $(MAKE) configure:2080: result: yes configure:2325: checking for gcc configure:2341: found /bin/gcc configure:2352: result: gcc configure:2590: checking for C compiler version configure:2597: gcc --version >&5 gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) 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:2600: $? = 0 configure:2607: gcc -v >&5 Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs Configured with: /managed/gcc-build/final-v3-bootstrap/gcc-3.4.4-999/configure --verbose --program-suffix=-3 --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --en able-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls --without-included-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enable-threads= posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug Thread model: posix gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) configure:2610: $? = 0 configure:2617: gcc -V >&5 gcc: `-V' option must have argument configure:2620: $? = 1 configure:2643: checking for C compiler default output file name configure:2670: gcc conftest.c -lao >&5 configure:2673: $? = 0 configure:2711: result: a.exe configure:2728: checking whether the C compiler works configure:2738: ./a.exe configure:2741: $? = 0 configure:2758: result: yes configure:2765: checking whether we are cross compiling configure:2767: result: no configure:2770: checking for suffix of executables configure:2777: gcc -o conftest.exe conftest.c -lao >&5 configure:2780: $? = 0 configure:2804: result: .exe configure:2810: checking for suffix of object files configure:2836: gcc -c conftest.c >&5 configure:2839: $? = 0 configure:2862: result: o configure:2866: checking whether we are using the GNU C compiler configure:2895: gcc -c conftest.c >&5 configure:2901: $? = 0 configure:2918: result: yes configure:2923: checking whether gcc accepts -g configure:2953: gcc -c -g conftest.c >&5 configure:2959: $? = 0 configure:3058: result: yes configure:3075: checking for gcc option to accept ISO C89 configure:3149: gcc -c -g -O2 conftest.c >&5 configure:3155: $? = 0 configure:3178: result: none needed configure:3207: checking for style of include used by make configure:3235: result: GNU configure:3260: checking dependency style of gcc configure:3351: result: gcc3 configure:3424: checking for g++ configure:3440: found /bin/g++ configure:3451: result: g++ configure:3482: checking for C++ compiler version configure:3489: g++ --version >&5 g++ (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) 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:3492: $? = 0 configure:3499: g++ -v >&5 Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs Configured with: /managed/gcc-build/final-v3-bootstrap/gcc-3.4.4-999/configure --verbose --program-suffix=-3 --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --en able-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls --without-included-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enable-threads= posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug Thread model: posix gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) configure:3502: $? = 0 configure:3509: g++ -V >&5 g++: `-V' option must have argument configure:3512: $? = 1 configure:3515: checking whether we are using the GNU C++ compiler configure:3544: g++ -c conftest.cpp >&5 configure:3550: $? = 0 configure:3567: result: yes configure:3572: checking whether g++ accepts -g configure:3602: g++ -c -g conftest.cpp >&5 configure:3608: $? = 0 configure:3707: result: yes configure:3732: checking dependency style of g++ configure:3823: result: gcc3 configure:3838: checking whether ln -s works configure:3842: result: yes configure:3862: checking for a BSD-compatible install configure:3918: result: /bin/install -c configure:3972: checking for ranlib configure:3988: found /bin/ranlib configure:3999: result: ranlib configure:4027: checking for an ANSI C-conforming const configure:4102: gcc -c -g -O2 conftest.c >&5 configure:4108: $? = 0 configure:4123: result: yes configure:4138: checking how to run the C preprocessor configure:4178: gcc -E conftest.c configure:4184: $? = 0 configure:4215: gcc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:4221: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "mp3blaster" | #define PACKAGE_TARNAME "mp3blaster" | #define PACKAGE_VERSION "3.2.5" | #define PACKAGE_STRING "mp3blaster 3.2.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mp3blaster" | #define VERSION "3.2.5" | /* end confdefs.h. */ | #include configure:4254: result: gcc -E configure:4283: gcc -E conftest.c configure:4289: $? = 0 configure:4320: gcc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:4326: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "mp3blaster" | #define PACKAGE_TARNAME "mp3blaster" | #define PACKAGE_VERSION "3.2.5" | #define PACKAGE_STRING "mp3blaster 3.2.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mp3blaster" | #define VERSION "3.2.5" | /* end confdefs.h. */ | #include configure:4364: checking for grep that handles long lines and -e configure:4438: result: /bin/grep configure:4443: checking for egrep configure:4521: result: /bin/grep -E configure:4526: checking for ANSI C header files configure:4556: gcc -c -g -O2 conftest.c >&5 configure:4562: $? = 0 configure:4661: gcc -o conftest.exe -g -O2 conftest.c -lao >&5 configure:4664: $? = 0 configure:4670: ./conftest.exe configure:4673: $? = 0 configure:4690: result: yes configure:4714: checking for sys/types.h configure:4735: gcc -c -g -O2 conftest.c >&5 configure:4741: $? = 0 configure:4757: result: yes configure:4714: checking for sys/stat.h configure:4735: gcc -c -g -O2 conftest.c >&5 configure:4741: $? = 0 configure:4757: result: yes configure:4714: checking for stdlib.h configure:4735: gcc -c -g -O2 conftest.c >&5 configure:4741: $? = 0 configure:4757: result: yes configure:4714: checking for string.h configure:4735: gcc -c -g -O2 conftest.c >&5 configure:4741: $? = 0 configure:4757: result: yes configure:4714: checking for memory.h configure:4735: gcc -c -g -O2 conftest.c >&5 configure:4741: $? = 0 configure:4757: result: yes configure:4714: checking for strings.h configure:4735: gcc -c -g -O2 conftest.c >&5 configure:4741: $? = 0 configure:4757: result: yes configure:4714: checking for inttypes.h configure:4735: gcc -c -g -O2 conftest.c >&5 configure:4741: $? = 0 configure:4757: result: yes configure:4714: checking for stdint.h configure:4735: gcc -c -g -O2 conftest.c >&5 configure:4741: $? = 0 configure:4757: result: yes configure:4714: checking for unistd.h configure:4735: gcc -c -g -O2 conftest.c >&5 configure:4741: $? = 0 configure:4757: result: yes configure:4769: checking whether byte ordering is bigendian configure:4802: gcc -c -g -O2 conftest.c >&5 configure:4808: $? = 0 configure:4840: gcc -c -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:27: error: `not' undeclared (first use in this function) conftest.c:27: error: (Each undeclared identifier is reported only once conftest.c:27: error: for each function it appears in.) conftest.c:27: error: parse error before "big" configure:4846: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "mp3blaster" | #define PACKAGE_TARNAME "mp3blaster" | #define PACKAGE_VERSION "3.2.5" | #define PACKAGE_STRING "mp3blaster 3.2.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mp3blaster" | #define VERSION "3.2.5" | #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 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:4986: result: no configure:5007: checking whether gcc needs -traditional conftest.c:20:19: sgtty.h: No such file or directory configure:5049: result: no configure:5061: checking for strdup configure:5117: gcc -o conftest.exe -g -O2 conftest.c -lao >&5 conftest.c:43: warning: conflicting types for built-in function 'strdup' configure:5123: $? = 0 configure:5141: result: yes configure:5061: checking for strstr configure:5117: gcc -o conftest.exe -g -O2 conftest.c -lao >&5 conftest.c:44: warning: conflicting types for built-in function 'strstr' configure:5123: $? = 0 configure:5141: result: yes configure:5332: checking for main in -lm configure:5361: g++ -o conftest.exe -g -O2 conftest.cpp -lm -lao >&5 configure:5367: $? = 0 configure:5385: result: yes configure:5401: checking for main in -lossaudio configure:5430: g++ -o conftest.exe -g -O2 conftest.cpp -lossaudio -lm -lao >&5 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find -lossaudio collect2: ld returned 1 exit status configure:5436: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "mp3blaster" | #define PACKAGE_TARNAME "mp3blaster" | #define PACKAGE_VERSION "3.2.5" | #define PACKAGE_STRING "mp3blaster 3.2.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mp3blaster" | #define VERSION "3.2.5" | #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_STRDUP 1 | #define HAVE_STRSTR 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:5454: result: no configure:5471: checking for main in -lpthread configure:5500: g++ -o conftest.exe -g -O2 conftest.cpp -lpthread -lm -lao >&5 configure:5506: $? = 0 configure:5524: result: yes configure:5774: checking for main in -lvorbisfile configure:5803: g++ -o conftest.exe -g -O2 conftest.cpp -lvorbisfile -lvorbis -lpthread -lm -lao >&5 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find -lvorbisfile collect2: ld returned 1 exit status configure:5809: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "mp3blaster" | #define PACKAGE_TARNAME "mp3blaster" | #define PACKAGE_VERSION "3.2.5" | #define PACKAGE_STRING "mp3blaster 3.2.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mp3blaster" | #define VERSION "3.2.5" | #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_STRDUP 1 | #define HAVE_STRSTR 1 | #define HAVE_LIBM 1 | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:5827: result: no configure:5882: checking how to run the C++ preprocessor configure:5918: g++ -E conftest.cpp configure:5924: $? = 0 configure:5955: g++ -E conftest.cpp conftest.cpp:24:28: ac_nonexistent.h: No such file or directory configure:5961: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "mp3blaster" | #define PACKAGE_TARNAME "mp3blaster" | #define PACKAGE_VERSION "3.2.5" | #define PACKAGE_STRING "mp3blaster 3.2.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mp3blaster" | #define VERSION "3.2.5" | #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_STRDUP 1 | #define HAVE_STRSTR 1 | #define HAVE_LIBM 1 | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | #include configure:5994: result: g++ -E configure:6023: g++ -E conftest.cpp configure:6029: $? = 0 configure:6060: g++ -E conftest.cpp conftest.cpp:24:28: ac_nonexistent.h: No such file or directory configure:6066: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "mp3blaster" | #define PACKAGE_TARNAME "mp3blaster" | #define PACKAGE_VERSION "3.2.5" | #define PACKAGE_STRING "mp3blaster 3.2.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mp3blaster" | #define VERSION "3.2.5" | #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_STRDUP 1 | #define HAVE_STRSTR 1 | #define HAVE_LIBM 1 | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | #include configure:6104: checking for ANSI C header files configure:6268: result: yes configure:6297: checking fcntl.h usability configure:6314: g++ -c -g -O2 conftest.cpp >&5 configure:6320: $? = 0 configure:6334: result: yes configure:6338: checking fcntl.h presence configure:6353: g++ -E conftest.cpp configure:6359: $? = 0 configure:6373: result: yes configure:6401: checking for fcntl.h configure:6409: result: yes configure:6297: checking malloc.h usability configure:6314: g++ -c -g -O2 conftest.cpp >&5 configure:6320: $? = 0 configure:6334: result: yes configure:6338: checking malloc.h presence configure:6353: g++ -E conftest.cpp configure:6359: $? = 0 configure:6373: result: yes configure:6401: checking for malloc.h configure:6409: result: yes configure:6297: checking sys/ioctl.h usability configure:6314: g++ -c -g -O2 conftest.cpp >&5 configure:6320: $? = 0 configure:6334: result: yes configure:6338: checking sys/ioctl.h presence configure:6353: g++ -E conftest.cpp configure:6359: $? = 0 configure:6373: result: yes configure:6401: checking for sys/ioctl.h configure:6409: result: yes configure:6287: checking for unistd.h configure:6293: result: yes configure:6297: checking errno.h usability configure:6314: g++ -c -g -O2 conftest.cpp >&5 configure:6320: $? = 0 configure:6334: result: yes configure:6338: checking errno.h presence configure:6353: g++ -E conftest.cpp configure:6359: $? = 0 configure:6373: result: yes configure:6401: checking for errno.h configure:6409: result: yes configure:6437: checking bool.h usability configure:6454: g++ -c -g -O2 conftest.cpp >&5 conftest.cpp:63:18: bool.h: No such file or directory configure:6460: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "mp3blaster" | #define PACKAGE_TARNAME "mp3blaster" | #define PACKAGE_VERSION "3.2.5" | #define PACKAGE_STRING "mp3blaster 3.2.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mp3blaster" | #define VERSION "3.2.5" | #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_STRDUP 1 | #define HAVE_STRSTR 1 | #define HAVE_LIBM 1 | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6474: result: no configure:6478: checking bool.h presence configure:6493: g++ -E conftest.cpp conftest.cpp:30:18: bool.h: No such file or directory configure:6499: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "mp3blaster" | #define PACKAGE_TARNAME "mp3blaster" | #define PACKAGE_VERSION "3.2.5" | #define PACKAGE_STRING "mp3blaster 3.2.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mp3blaster" | #define VERSION "3.2.5" | #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_STRDUP 1 | #define HAVE_STRSTR 1 | #define HAVE_LIBM 1 | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | /* end confdefs.h. */ | #include configure:6513: result: no configure:6541: checking for bool.h configure:6549: result: no configure:6579: checking pthread.h usability configure:6596: g++ -c -g -O2 conftest.cpp >&5 configure:6602: $? = 0 configure:6616: result: yes configure:6620: checking pthread.h presence configure:6635: g++ -E conftest.cpp configure:6641: $? = 0 configure:6655: result: yes configure:6683: checking for pthread.h configure:6691: result: yes configure:6579: checking pthread/mit/pthread.h usability configure:6596: g++ -c -g -O2 conftest.cpp >&5 conftest.cpp:64:33: pthread/mit/pthread.h: No such file or directory configure:6602: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "mp3blaster" | #define PACKAGE_TARNAME "mp3blaster" | #define PACKAGE_VERSION "3.2.5" | #define PACKAGE_STRING "mp3blaster 3.2.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mp3blaster" | #define VERSION "3.2.5" | #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_STRDUP 1 | #define HAVE_STRSTR 1 | #define HAVE_LIBM 1 | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_PTHREAD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6616: result: no configure:6620: checking pthread/mit/pthread.h presence configure:6635: g++ -E conftest.cpp conftest.cpp:31:33: pthread/mit/pthread.h: No such file or directory configure:6641: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "mp3blaster" | #define PACKAGE_TARNAME "mp3blaster" | #define PACKAGE_VERSION "3.2.5" | #define PACKAGE_STRING "mp3blaster 3.2.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mp3blaster" | #define VERSION "3.2.5" | #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_STRDUP 1 | #define HAVE_STRSTR 1 | #define HAVE_LIBM 1 | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_PTHREAD_H 1 | /* end confdefs.h. */ | #include configure:6655: result: no configure:6683: checking for pthread/mit/pthread.h configure:6691: result: no configure:6579: checking pth.h usability configure:6596: g++ -c -g -O2 conftest.cpp >&5 conftest.cpp:64:17: pth.h: No such file or directory configure:6602: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "mp3blaster" | #define PACKAGE_TARNAME "mp3blaster" | #define PACKAGE_VERSION "3.2.5" | #define PACKAGE_STRING "mp3blaster 3.2.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mp3blaster" | #define VERSION "3.2.5" | #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_STRDUP 1 | #define HAVE_STRSTR 1 | #define HAVE_LIBM 1 | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_PTHREAD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6616: result: no configure:6620: checking pth.h presence configure:6635: g++ -E conftest.cpp conftest.cpp:31:17: pth.h: No such file or directory configure:6641: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "mp3blaster" | #define PACKAGE_TARNAME "mp3blaster" | #define PACKAGE_VERSION "3.2.5" | #define PACKAGE_STRING "mp3blaster 3.2.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mp3blaster" | #define VERSION "3.2.5" | #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_STRDUP 1 | #define HAVE_STRSTR 1 | #define HAVE_LIBM 1 | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_PTHREAD_H 1 | /* end confdefs.h. */ | #include configure:6655: result: no configure:6683: checking for pth.h configure:6691: result: no configure:6719: checking getopt.h usability configure:6736: g++ -c -g -O2 conftest.cpp >&5 configure:6742: $? = 0 configure:6756: result: yes configure:6760: checking getopt.h presence configure:6775: g++ -E conftest.cpp configure:6781: $? = 0 configure:6795: result: yes configure:6823: checking for getopt.h configure:6831: result: yes configure:6859: checking sys/soundcard.h usability configure:6876: g++ -c -g -O2 conftest.cpp >&5 configure:6882: $? = 0 configure:6896: result: yes configure:6900: checking sys/soundcard.h presence configure:6915: g++ -E conftest.cpp configure:6921: $? = 0 configure:6935: result: yes configure:6963: checking for sys/soundcard.h configure:6971: result: yes configure:6999: checking machine/soundcard.h usability configure:7016: g++ -c -g -O2 conftest.cpp >&5 conftest.cpp:66:31: machine/soundcard.h: No such file or directory configure:7022: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "mp3blaster" | #define PACKAGE_TARNAME "mp3blaster" | #define PACKAGE_VERSION "3.2.5" | #define PACKAGE_STRING "mp3blaster 3.2.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mp3blaster" | #define VERSION "3.2.5" | #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_STRDUP 1 | #define HAVE_STRSTR 1 | #define HAVE_LIBM 1 | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7036: result: no configure:7040: checking machine/soundcard.h presence configure:7055: g++ -E conftest.cpp conftest.cpp:33:31: machine/soundcard.h: No such file or directory configure:7061: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "mp3blaster" | #define PACKAGE_TARNAME "mp3blaster" | #define PACKAGE_VERSION "3.2.5" | #define PACKAGE_STRING "mp3blaster 3.2.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mp3blaster" | #define VERSION "3.2.5" | #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_STRDUP 1 | #define HAVE_STRSTR 1 | #define HAVE_LIBM 1 | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | /* end confdefs.h. */ | #include configure:7075: result: no configure:7103: checking for machine/soundcard.h configure:7111: result: no configure:7139: checking soundcard.h usability configure:7156: g++ -c -g -O2 conftest.cpp >&5 conftest.cpp:66:23: soundcard.h: No such file or directory configure:7162: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "mp3blaster" | #define PACKAGE_TARNAME "mp3blaster" | #define PACKAGE_VERSION "3.2.5" | #define PACKAGE_STRING "mp3blaster 3.2.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mp3blaster" | #define VERSION "3.2.5" | #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_STRDUP 1 | #define HAVE_STRSTR 1 | #define HAVE_LIBM 1 | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7176: result: no configure:7180: checking soundcard.h presence configure:7195: g++ -E conftest.cpp conftest.cpp:33:23: soundcard.h: No such file or directory configure:7201: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "mp3blaster" | #define PACKAGE_TARNAME "mp3blaster" | #define PACKAGE_VERSION "3.2.5" | #define PACKAGE_STRING "mp3blaster 3.2.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mp3blaster" | #define VERSION "3.2.5" | #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_STRDUP 1 | #define HAVE_STRSTR 1 | #define HAVE_LIBM 1 | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | /* end confdefs.h. */ | #include configure:7215: result: no configure:7243: checking for soundcard.h configure:7251: result: no configure:7269: checking for main in -lcurses configure:7298: g++ -o conftest.exe -g -O2 conftest.cpp -lcurses -lpthread -lm -lao >&5 configure:7304: $? = 0 configure:7322: result: yes configure:7328: checking for main in -lncurses configure:7357: g++ -o conftest.exe -g -O2 conftest.cpp -lncurses -lpthread -lm -lao >&5 configure:7363: $? = 0 configure:7381: result: yes configure:7397: checking curses.h usability configure:7414: g++ -c -g -O2 conftest.cpp >&5 configure:7420: $? = 0 configure:7434: result: yes configure:7438: checking curses.h presence configure:7453: g++ -E conftest.cpp configure:7459: $? = 0 configure:7473: result: yes configure:7501: checking for curses.h configure:7508: result: yes configure:7529: checking ncurses/ncurses.h usability configure:7546: g++ -c -g -O2 conftest.cpp >&5 configure:7552: $? = 0 configure:7566: result: yes configure:7570: checking ncurses/ncurses.h presence configure:7585: g++ -E conftest.cpp configure:7591: $? = 0 configure:7605: result: yes configure:7633: checking for ncurses/ncurses.h configure:7640: result: yes configure:7659: checking ncurses/curses.h usability configure:7676: g++ -c -g -O2 conftest.cpp >&5 configure:7682: $? = 0 configure:7696: result: yes configure:7700: checking ncurses/curses.h presence configure:7715: g++ -E conftest.cpp configure:7721: $? = 0 configure:7735: result: yes configure:7763: checking for ncurses/curses.h configure:7770: result: yes configure:7789: checking ncurses.h usability configure:7806: g++ -c -g -O2 conftest.cpp >&5 configure:7812: $? = 0 configure:7826: result: yes configure:7830: checking ncurses.h presence configure:7845: g++ -E conftest.cpp configure:7851: $? = 0 configure:7865: result: yes configure:7893: checking for ncurses.h configure:7900: result: yes configure:8207: checking for sdl12-config configure:8238: result: no configure:8251: checking for sdl11-config configure:8282: result: no configure:8296: checking for sdl-config configure:8327: result: no configure:8747: checking for main in -lsidplay configure:8776: g++ -o conftest.exe -g -O2 conftest.cpp -lsidplay -lpthread -lm -lao >&5 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find -lsidplay collect2: ld returned 1 exit status configure:8782: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "mp3blaster" | #define PACKAGE_TARNAME "mp3blaster" | #define PACKAGE_VERSION "3.2.5" | #define PACKAGE_STRING "mp3blaster 3.2.5" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "mp3blaster" | #define VERSION "3.2.5" | #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_STRDUP 1 | #define HAVE_STRSTR 1 | #define HAVE_LIBM 1 | #define HAVE_LIBPTHREAD 1 | #define STDC_HEADERS 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_SYS_SOUNDCARD_H 1 | #define NCURSES_HEADER | #define SOUNDCARD_HEADERFILE | #define WANT_OSS 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:8800: result: no configure:10584: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by mp3blaster config.status 3.2.5, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on ... config.status:671: creating src/Makefile config.status:671: creating mpegsound/Makefile config.status:671: creating Makefile config.status:671: creating nmixer/Makefile config.status:671: creating doc/Makefile config.status:671: creating doc/charmap/Makefile config.status:671: creating config.h config.status:965: executing depfiles commands configure:11883: result: Summary: Support audio formats: mp3 wav Audio output drivers : oss Misc: static binaries no lirc no libpth no pthreads or pth pthreads ***************************************************************************** * Questions? Bug reports? Read ./FAQ or go to http://mp3blaster.sf.net/ * ***************************************************************************** ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= 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_LIBS_set=set ac_cv_env_LIBS_value=-lao ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext=.exe ac_cv_func_strdup=yes ac_cv_func_strstr=yes ac_cv_header_bool_h=no ac_cv_header_curses_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_getopt_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_machine_soundcard_h=no ac_cv_header_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_ncurses_curses_h=yes ac_cv_header_ncurses_h=yes ac_cv_header_ncurses_ncurses_h=yes ac_cv_header_pth_h=no ac_cv_header_pthread_h=yes ac_cv_header_pthread_mit_pthread_h=no ac_cv_header_soundcard_h=no 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_ioctl_h=yes ac_cv_header_sys_soundcard_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_lib_curses_main=yes ac_cv_lib_m_main=yes ac_cv_lib_ncurses_main=yes ac_cv_lib_ossaudio_main=no ac_cv_lib_pthread_main=yes ac_cv_lib_sidplay_main=no ac_cv_lib_vorbisfile_main=no ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_SDL11_CONFIG=no ac_cv_path_SDL12_CONFIG=no ac_cv_path_SDL_CONFIG=no ac_cv_path_install='/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -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_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_gcc_traditional=no ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /usr/src/mp3blaster/mp3blaster-3.2.5/missing --run aclocal-1.10' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr/src/mp3blaster/mp3blaster-3.2.5/missing --run tar' AUTOCONF='${SHELL} /usr/src/mp3blaster/mp3blaster-3.2.5/missing --run autoconf' AUTOHEADER='${SHELL} /usr/src/mp3blaster/mp3blaster-3.2.5/missing --run autoheader' AUTOMAKE='${SHELL} /usr/src/mp3blaster/mp3blaster-3.2.5/missing --run automake-1.10' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='cygpath -w' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='.exe' GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS=' -L../mpegsound -L../nmixer' LIBESD='' LIBMPEGSOUND='-lmpegsound' LIBNMIXER='-lnmixer' LIBOBJS='' LIBS='-lpthread -lm -lao -lpthread' LIBSDL='' LIRC_LIBS='' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /usr/src/mp3blaster/mp3blaster-3.2.5/missing --run makeinfo' NAS_CFLAGS='' NAS_LIBS='' NCURSES_LIBS='-lncurses' OBJEXT='o' OGG_LIBS='' PACKAGE='mp3blaster' PACKAGE_BUGREPORT='' PACKAGE_NAME='mp3blaster' PACKAGE_STRING='mp3blaster 3.2.5' PACKAGE_TARNAME='mp3blaster' PACKAGE_VERSION='3.2.5' PATH_SEPARATOR=':' RANLIB='ranlib' SDL11_CONFIG='no' SDL12_CONFIG='no' SDL_CONFIG='no' SET_MAKE='' SHELL='/bin/sh' SID_LIBS='' SRCDIRS='mpegsound nmixer src doc doc/charmap' STRIP='' VERSION='3.2.5' XMKMF='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ac_ct_CC='gcc' ac_ct_CXX='g++' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='$(SHELL) /usr/src/mp3blaster/mp3blaster-3.2.5/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "mp3blaster" #define PACKAGE_TARNAME "mp3blaster" #define PACKAGE_VERSION "3.2.5" #define PACKAGE_STRING "mp3blaster 3.2.5" #define PACKAGE_BUGREPORT "" #define PACKAGE "mp3blaster" #define VERSION "3.2.5" #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_STRDUP 1 #define HAVE_STRSTR 1 #define HAVE_LIBM 1 #define HAVE_LIBPTHREAD 1 #define STDC_HEADERS 1 #define HAVE_FCNTL_H 1 #define HAVE_MALLOC_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_PTHREAD_H 1 #define HAVE_GETOPT_H 1 #define HAVE_SYS_SOUNDCARD_H 1 #define NCURSES_HEADER #define SOUNDCARD_HEADERFILE #define WANT_OSS 1 #define SOUND_DEVICE "/dev/dsp" #define _REENTRANT 1 #define PTHREADEDMPEG 1 #define BUILDOPTS_AUDIOFORMATS "mp3 wav" #define BUILDOPTS_AUDIODRIVERS "oss " #define BUILDOPTS_FEATURES "pthreads " configure: exit 0 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple